summaryrefslogtreecommitdiff
path: root/trust/extract-jks.c
Commit message (Collapse)AuthorAgeFilesLines
* common: Make case conversion locale independentDaiki Ueno2018-05-251-1/+1
| | | | | | The tolower()/toupper() functions take into account of the current locale settings, which p11-kit doesn't want. Add replacement functions that work as if they are called under the C locale.
* test: Add test for JKS extractorDaiki Ueno2018-04-061-1/+6
| | | | | Piggybacking commit de963b96, this adds a multi-cert test case for the Java keystore extractor.
* trust: Refactor enumeration of certificates to extractStef Walter2013-08-291-7/+6
| | | | Because we want to use this same logic for listing trust
* Always pass size_t varargs to p11_hash_xxx() functionsStef Walter2013-07-181-2/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=985421
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-101-7/+7
| | | | | | Since we don't want to link freebl3 to libp11-kit.so where it isn't needed, move the SHA-1 and MD5 digest functionality to the trust/ directory.
* trust: Add support for saving files with unique file namesStef Walter2013-07-031-1/+1
|
* Reorganize various componentsStef Walter2013-06-251-0/+331
* p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory