Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hash: Rename file and functions for hashes | Stef Walter | 2013-03-20 | 1 | -7/+7 |
| | | | | | We're going to be adding other hashes. Also build as part of a different common library. | ||||
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -1/+1 |
| | | | | | | | | There was a class of bugs for looking up invalid or empty attributes in the internal PKCS#11 attribute arrays. * Refine what p11_attrs_find_valid() treats as valid * Rename p11_attrs_is_empty() to p11_attrs_terminator() for clarity | ||||
* | tools: Update comments for cacerts jks format | Stef Walter | 2013-03-03 | 1 | -4/+4 |
| | |||||
* | Implement support for java JKS keystore format | Stef Walter | 2013-02-05 | 1 | -0/+331 |
* All aliases must be lower case in order to work with the default keystore implementation. |