aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/cms.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-08[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSORMichael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown1-7/+12
2014-03-25[crypto] Remove dynamically-allocated storage for certificate nameMichael Brown1-3/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-05-14[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown1-32/+9
2012-05-08[crypto] Add x509_auto_append()Michael Brown1-41/+13
2012-05-08[crypto] Add x509_append_raw()Michael Brown1-21/+6
2012-05-08[crypto] Allow for X.509 certificates with no common nameMichael Brown1-1/+2
2012-05-04[crypto] Allow certificate chains to be long-lived data structuresMichael Brown1-109/+274
2012-05-04[crypto] Fix memory leak in cms_verify_digest()Michael Brown1-1/+2
2012-03-26[crypto] Disambiguate all CMS errorsMichael Brown1-5/+26
2012-03-22[crypto] Add support for Cryptographic Message Syntax (PKCS #7)Michael Brown1-0/+582