summaryrefslogtreecommitdiff
path: root/tools/extract-jks.c
Commit message (Collapse)AuthorAgeFilesLines
* Separate library init from message codeStef Walter2013-04-031-1/+1
| | | | | | | | | | | Put library init/uninit code its into their own statically linked library so that they don't get linked into the p11-kit executable. Refactor the message code so that the library initialization can plug in its per thread message buffer. https://bugs.freedesktop.org/show_bug.cgi?id=63046
* hash: Rename file and functions for hashesStef Walter2013-03-201-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 arraysStef Walter2013-03-181-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 formatStef Walter2013-03-031-4/+4
|
* Implement support for java JKS keystore formatStef Walter2013-02-051-0/+331
* All aliases must be lower case in order to work with the default keystore implementation.