Commit Graph

  • 1612620461 fixing master v1.0.1 Marek Goc 2022-10-22 13:17:29 +0200
  • b181ad3636 mod init v1.0.0 Marek Goc 2022-10-22 12:09:04 +0200
  • 3dab9a5c1f cleaning Marek Goc 2022-10-22 12:03:53 +0200
  • d9a5f65e09 Update 'smime/smime.go' Marek Goc 2022-10-22 09:10:57 +0000
  • 3f58f9a4b2 Added support for RSASSA-PSS and RSAES-OAEP. InfiniteLoopSpace 2018-12-21 14:43:59 +0100
  • 5f34d82562 Added support for ECDH in enveloped data with ECDSA certificates. - fixed parsing of choice(was compatible with Apple mail.app which tagged kari explicitly) - minor fixes InfiniteLoopSpace 2018-12-10 17:18:29 +0100
  • 58514b0041 Added README; additional tests and fixes for them. InfiniteLoopSpace 2018-11-20 15:03:05 +0100
  • 830a60b19f Add support for signing E-Mails and fixed tests. InfiniteLoopSpace 2018-11-19 14:33:55 +0100
  • 63fb32eb40 Add license. InfiniteLoopSpace 2018-11-16 14:30:10 +0100
  • 45c1d50510 Added support for S/MIME RFC 5751 de-/encryption and signing/signature-verification. InfiniteLoopSpace 2018-11-16 14:26:03 +0100
  • b8968e6c58 Added high level functions for cryptographic message syntax. InfiniteLoopSpace 2018-11-16 14:04:26 +0100
  • 70660b5e14 Added support for Time-Stamp Protocol; fork of https://github.com/mastahyeti/cms/tree/master/timestamp. InfiniteLoopSpace 2018-11-16 13:57:11 +0100
  • ca99f63569 Added cms/protocol which is a fork of https://github.com/mastahyeti/cms/tree/master/protocol with support for encryption. InfiniteLoopSpace 2018-11-16 13:19:38 +0100
  • 9179582f90 Added oid which is a fork of https://github.com/mastahyeti/cms/tree/master/oid; contains the needed OIDs for cryptographic message syntax. InfiniteLoopSpace 2018-11-15 12:29:43 +0100
  • b33189be9c Added shelled-out openssl for testing. InfiniteLoopSpace 2018-11-14 15:13:28 +0100
  • d4389bbcc5 Added pki which is a fork of https://github.com/mastahyeti/fakeca needed for testing. InfiniteLoopSpace 2018-11-14 15:07:10 +0100
  • 6604a9bc8c Added parsing of mime messages needed to verify signed messages. InfiniteLoopSpace 2018-11-14 15:00:02 +0100
  • 896ad654c8 Add base64 encoding for S/MIME InfiniteLoopSpace 2018-11-14 13:45:02 +0100
  • f57379a647 Fix package tests. InfiniteLoopSpace 2018-11-14 13:24:33 +0100
  • 8a079b0f10 Use exported types from "encoding/asn1" to retain compatibility. InfiniteLoopSpace 2018-11-14 13:12:15 +0100
  • 7cda110d40 Add support for indefinite length encoding. InfiniteLoopSpace 2018-11-14 12:41:27 +0100
  • a52e547fc7 Add support for ASN.1 "choice" InfiniteLoopSpace 2018-11-14 12:36:41 +0100
  • 5ca2e7da6f Fork of "encoding/asn1" from go standard library to add ASN.1 "choice" and indefinite length encodings. InfiniteLoopSpace 2018-11-14 12:35:32 +0100