summaryrefslogtreecommitdiff
path: root/trust/parser.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-09trust: Certificate CKA_ID is SubjectKeyIdentifier if possibleStef Walter1-27/+10
2014-09-10trust: Use term 'attached extensions' instead of 'stapled'Stef Walter1-23/+23
2014-09-10common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter1-1/+1
2014-08-08trust: Parse TRUSTED CERTIFICATE openssl format even without CertAuxStef Walter1-13/+19
2013-08-28Avoid multiple stat() calls for same fileStef Walter1-1/+2
2013-07-23Fix various memory leaks exposed by 'make leakcheck'Stef Walter1-0/+1
2013-07-18Avoid using the non-thread-safe strerror() functionStef Walter1-1/+1
2013-07-18Fix various issues highlighted by coverity scannerStef Walter1-1/+1
2013-07-10Add support for using freebl3 for SHA1 and MD5 hashingStef Walter1-2/+2
2013-07-08trust: Explicitly specify which formats parser should parseStef Walter1-26/+43
2013-07-08trust: Support using the parser without an asn1_cacheStef Walter1-4/+11
2013-07-04trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter1-30/+79
2013-07-04trust: Add p11_asn1_read() and p11_asn1_free() functionsStef Walter1-13/+3
2013-07-03trust: Initial support for writing out token objectsStef Walter1-1/+1
2013-07-03trust: Implement reloading of token dataStef Walter1-107/+17
2013-05-27persist: Support for writing out p11-kit persist filesStef Walter1-2/+8
2013-04-04Don't print erroneous debug messages when skipping filesStef Walter1-3/+5
2013-04-03More compatible path munging and handling codeStef Walter1-1/+2
2013-04-03Separate library init from message codeStef Walter1-1/+1
2013-03-20trust: Predictable behavior with duplicate certificates in tokenStef Walter1-1/+93
2013-03-20hash: Rename file and functions for hashesStef Walter1-2/+2
2013-03-19trust: Don't use POSIX or GNU basename()Stef Walter1-1/+3
2013-03-18Refine looking up of attributes in arraysStef Walter1-4/+4
2013-03-15trust: Support a p11-kit specific serialization formatStef Walter1-0/+35
2013-03-15trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by defaultStef Walter1-27/+21
2013-03-15trust: Add a builder which builds objects out of parsed dataStef Walter1-640/+196
2013-03-15trust: Rework input path treatmentStef Walter1-2/+45
2013-03-03Abstract mmap() into a compat APIStef Walter1-21/+7
2013-02-05Use the CN, OU or O of certificates to generate a labelStef Walter1-21/+30
2013-02-05Move the X.509 extension parsing code in common/Stef Walter1-63/+6
2013-02-05Implement trust assertion PKCS#11 objectsStef Walter1-3/+2
2013-02-05Refactor how parsing of ASN.1 data and certificate extensions workStef Walter1-510/+36
2013-02-05Fill in certificate authority and trust data correctlyStef Walter1-72/+279
2013-02-05Implement stapled certificate extensions internallyStef Walter1-316/+408
2013-02-05Add support for openssl TRUSTED CERTIFICATE PEM filesStef Walter1-40/+204
2013-02-05Add support for parsing PEM filesStef Walter1-0/+38
2013-02-05Add basic trust moduleStef Walter1-0/+1103