Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-08 | Fix typo in PKCS-7.asn1 | Sander Dijkhuis | |
2013-08-29 | public_key: Add support for "Simple Certificate Enrollment Protocol" to PKCS-7 | Ingela Anderton Andin | |
2012-11-15 | public_key: Simplified PKCS-7 and PKCS-10 specs. | Ingela Anderton Andin | |
Used defenitions from PKIX1Explicit88 to avoid most of the overcomplicated InformationalFrameWork (and friends) ASN-1 specs. We want to keep the public_key API as small and simple as possible. | |||
2012-11-15 | public_key: Modified PKCS-7.asn1, removing unnecessary IMPORTS. | Kenneth Lundin | |
The ASN-1 compiler could not handle these IMPORTS properly causing compilation errors. | |||
2012-11-15 | public_key: Add PKCS-7 | Ingela Anderton Andin | |
First attempt to add PKCS-7 does not compile |