| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: Use $TMPDIR instead of $TEMP | Stef Walter | 2013-07-18 | 1 | -3/+1 |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 1 | -5/+5 |
* | trust: Explicitly specify which formats parser should parse | Stef Walter | 2013-07-08 | 1 | -0/+2 |
* | trust: Initial support for writing out token objects | Stef Walter | 2013-07-03 | 1 | -7/+119 |
* | Fix running trust module tests under distcheck | Stef Walter | 2013-06-25 | 1 | -10/+12 |
* | trust: Writable module PKCS#11 token functions | Stef Walter | 2013-06-17 | 1 | -6/+32 |
* | trust: Correctly reflect the CK_TOKEN_INFO writability flags | Stef Walter | 2013-06-14 | 1 | -2/+55 |
* | Merge branch 'stable' | Stef Walter | 2013-06-05 | 1 | -0/+67 |
|\ |
|
| * | trust: Fix crash when C_Initialize args are NULL | Stef Walter | 2013-06-05 | 1 | -0/+18 |
| * | trust: Fix reinitialization of trust module | Stef Walter | 2013-06-05 | 1 | -0/+49 |
* | | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -277/+193 |
|/ |
|
* | trust: Fix logic for matching invalid NSS serial numbers | Stef Walter | 2013-04-03 | 1 | -0/+107 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 1 | -2/+8 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -2/+0 |
* | Don't complain when applications call C_Logout or C_Login | Stef Walter | 2013-03-28 | 1 | -0/+23 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 1 | -0/+2 |
* | hash: Rename file and functions for hashes | Stef Walter | 2013-03-20 | 1 | -5/+5 |
* | trust: Use descriptive labels for tokens | Stef Walter | 2013-03-19 | 1 | -9/+21 |
* | trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookups | Stef Walter | 2013-03-18 | 1 | -0/+66 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -2/+2 |
* | Fix distcheck and documentation | Stef Walter | 2013-03-15 | 1 | -2/+5 |
* | trust: Support a p11-kit specific serialization format | Stef Walter | 2013-03-15 | 1 | -1/+1 |
* | trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default | Stef Walter | 2013-03-15 | 1 | -5/+5 |
* | trust: Add a builder which builds objects out of parsed data | Stef Walter | 2013-03-15 | 1 | -10/+18 |
* | trust: Refactor to include concept of the index | Stef Walter | 2013-03-15 | 1 | -0/+238 |
* | trust: Make each configured path its own token | Stef Walter | 2013-03-15 | 1 | -33/+250 |
* | trust: Rework input path treatment | Stef Walter | 2013-03-15 | 1 | -5/+3 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 1 | -2/+2 |
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 1 | -1/+1 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 1 | -0/+2 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 1 | -1/+1 |
* | Better debugging and checks for attribute values | Stef Walter | 2013-02-05 | 1 | -5/+8 |
* | Add the builtin roots NSS specific object | Stef Walter | 2013-02-05 | 1 | -0/+27 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+331 |