Skip to content

Commit 8583b8a

Browse files
Eliot Learbukka
Eliot Lear
authored andcommitted
Add support for Cryptographic Message Syntax (CMS)
It add CMS (RFC 5652) support, which is an update to PKCS7. The functions are analogous BUT NOT IDENTICAL to openssl_pkcs7*. In particular, support for different encodings (PEM, DER, SMIME) is now available.
1 parent 7439941 commit 8583b8a

20 files changed

+1746
-6
lines changed

ext/openssl/CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
OpenSSL
2-
Stig Venaas, Wez Furlong, Sascha Kettler, Scott MacVicar
2+
Stig Venaas, Wez Furlong, Sascha Kettler, Scott MacVicar, Eliot Lear

0 commit comments

Comments
 (0)