summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-0/+266
* Reorganize various componentsStef Walter2013-06-2533-6863/+0
* Merge branch 'stable'Stef Walter2013-06-173-32/+8
|\
| * trust: Move the extract-trust external placeholder command into trust/Stef Walter2013-06-172-30/+0
| * trust: Print out usage when extract-trust run incorrectlyStef Walter2013-06-171-1/+6
| * tools: Fix passing args to external commandsStef Walter2013-06-171-0/+4
| * tools: Only use our private path when looking for external commandsStef Walter2013-06-171-7/+4
* | pem: Write PEM data directly to a bufferStef Walter2013-05-272-24/+37
* | Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-212-2/+2
* | Our own unit testing frameworkStef Walter2013-05-218-619/+420
* | p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-216-34/+31
|/
* Put the external tools in $libdir/p11-kitStef Walter2013-04-042-3/+3
* More compatible path munging and handling codeStef Walter2013-04-035-5/+10
* Separate library init from message codeStef Walter2013-04-0316-23/+18
* Fix build on Win32Stef Walter2013-04-031-1/+1
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-205-6/+15
* Add a bit of infrastructure for running valgrindStef Walter2013-03-202-3/+4
* hash: Add the murmur2 hash and start using itStef Walter2013-03-204-14/+13
* hash: Rename file and functions for hashesStef Walter2013-03-202-12/+12
* extract: Make extracted output directories read-onlyStef Walter2013-03-193-32/+61
* Refine looking up of attributes in arraysStef Walter2013-03-184-23/+15
* extract: Combine trust policy when extractingStef Walter2013-03-154-40/+297
* extract: --comment option adds comments to PEM bundlesStef Walter2013-03-156-3/+98
* extract: Allow p11_save_write() to automatically calculate lengthStef Walter2013-03-155-4/+62
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-151-41/+6
* tools: Display per-command help appropriatelyStef Walter2013-03-111-7/+12
* tools: Initialize local debug code correctlyStef Walter2013-03-111-0/+3
* tools: Parse global options appropriately, even if after commandStef Walter2013-03-081-13/+18
* extract: Use bool instead of int where appropriateStef Walter2013-03-081-15/+15
* tools: Add a bit of debugging to the PEM extract handlerStef Walter2013-03-081-0/+3
* extract: Fix regression in --purpose optionStef Walter2013-03-082-2/+61
* 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