| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 1 | -10/+10 |
* | trust: Explicitly specify which formats parser should parse | Stef Walter | 2013-07-08 | 1 | -0/+10 |
* | trust: Support using the parser without an asn1_cache | Stef Walter | 2013-07-08 | 1 | -0/+22 |
* | trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec | Stef Walter | 2013-07-04 | 1 | -8/+22 |
* | trust: Initial support for writing out token objects | Stef Walter | 2013-07-03 | 1 | -1/+0 |
* | trust: Implement reloading of token data | Stef Walter | 2013-07-03 | 1 | -152/+32 |
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -138/+81 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -2/+1 |
* | trust: Predictable behavior with duplicate certificates in token | Stef Walter | 2013-03-20 | 1 | -0/+127 |
* | trust: Rework index to be faster and more usable | Stef Walter | 2013-03-20 | 1 | -3/+3 |
* | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 1 | -2/+1 |
* | trust: Support a p11-kit specific serialization format | Stef Walter | 2013-03-15 | 1 | -0/+32 |
* | trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default | Stef Walter | 2013-03-15 | 1 | -0/+31 |
* | trust: Add a builder which builds objects out of parsed data | Stef Walter | 2013-03-15 | 1 | -546/+120 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 1 | -11/+11 |
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 1 | -0/+1 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 1 | -1/+1 |
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 1 | -11/+11 |
* | Implement trust assertion PKCS#11 objects | Stef Walter | 2013-02-05 | 1 | -35/+317 |
* | Refactor how parsing of ASN.1 data and certificate extensions work | Stef Walter | 2013-02-05 | 1 | -103/+0 |
* | Fill in certificate authority and trust data correctly | Stef Walter | 2013-02-05 | 1 | -55/+191 |
* | Implement stapled certificate extensions internally | Stef Walter | 2013-02-05 | 1 | -25/+134 |
* | Better debugging and checks for attribute values | Stef Walter | 2013-02-05 | 1 | -5/+6 |
* | Test a TRUSTED CERTIFICATE without any trust OIDs | Stef Walter | 2013-02-05 | 1 | -0/+15 |
* | Add support for openssl TRUSTED CERTIFICATE PEM files | Stef Walter | 2013-02-05 | 1 | -0/+52 |
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 1 | -0/+26 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+315 |