summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: Remove extra debugging statement when running external commandsStef Walter2013-03-071-1/+0
* extract-trust: Turn into a placeholder script that does nothingStef Walter2013-03-071-21/+15
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-042-2/+6
* Initialize modules correctly in testsStef Walter2013-03-035-0/+10
* Windows doesn't support symlinks, chmod, or atomic renamesStef Walter2013-03-037-6/+101
* Open files in binary mode on windowsStef Walter2013-03-031-6/+5
* Abstract mmap() into a compat APIStef Walter2013-03-031-0/+2
* tools: Update comments for cacerts jks formatStef Walter2013-03-031-4/+4
* Fix various clang analyzer warningsStef Walter2013-02-063-4/+11
* Add a placeholder external 'extract-trust' commandStef Walter2013-02-052-0/+31
* Implement support for java JKS keystore formatStef Walter2013-02-053-2/+335
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-056-702/+24
* Add support for exporting OpenSSL's TRUSTED CERTIFICATE formatStef Walter2013-02-0516-0/+2361
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-057-0/+531
* Implement basic extract supportStef Walter2013-02-0511-1/+1696
* Support for sane writing to files extractedStef Walter2013-02-058-0/+1501
* Make the p11-kit tool have distinct commandsStef Walter2013-02-054-42/+459
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-5/+5
* Build common code into noinst librariesStef Walter2013-01-091-4/+8
* tools: Don't barf when p11-kit -hStef Walter2012-06-271-1/+1
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-012-1/+2
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-304-294/+4
* Initial port to win32Stef Walter2011-10-174-2/+298
* Print more information in 'p11-kit -l'Stef Walter2011-09-281-0/+92
* Fix building with NLS enabled.Roman Bogorodskiy2011-07-291-1/+2
* List labels of all tokens in 'p11-kit -l'Stef Walter2011-07-061-2/+32
* Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()Stef Walter2011-06-071-1/+27
* Fix more memory errors and leaks in module code.Stef Walter2011-06-071-0/+3
* Remove unstable API markers.Stef Walter2011-06-071-2/+1
* Add basic tool for p11-kit.Stef Walter2011-04-052-0/+133