Commit Graph

22 Commits

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