summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.15.10.15.1Stef Walter2013-02-052-1/+15
* Add a placeholder external 'extract-trust' commandStef Walter2013-02-056-0/+75
* Implement support for java JKS keystore formatStef Walter2013-02-054-2/+339
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-0514-101/+318
* Add support for exporting OpenSSL's TRUSTED CERTIFICATE formatStef Walter2013-02-0518-0/+2378
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-059-0/+541
* Implement code for writing PEMStef Walter2013-02-055-4/+237
* Implement basic extract supportStef Walter2013-02-0515-2/+1796
* Support for sane writing to files extractedStef Walter2013-02-0510-0/+1504
* Add public iterator API to p11-kitStef Walter2013-02-0513-10/+2308
* Allow internal use of token and module info matchingStef Walter2013-02-052-20/+41
* Move the X.509 extension parsing code in common/Stef Walter2013-02-055-133/+335
* Add p11_array_clear() functionStef Walter2013-02-053-7/+43
* Implement trust assertion PKCS#11 objectsStef Walter2013-02-0511-53/+804
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-0514-667/+1193
* Fill in certificate authority and trust data correctlyStef Walter2013-02-058-168/+552
* Implement stapled certificate extensions internallyStef Walter2013-02-0517-387/+1450
* Better debugging and checks for attribute valuesStef Walter2013-02-054-86/+124
* Add tool for testing how fast the token loadsStef Walter2013-02-052-0/+65
* Some debug info about which files are being loadedStef Walter2013-02-051-2/+15
* Test a TRUSTED CERTIFICATE without any trust OIDsStef Walter2013-02-054-0/+40
* Add the builtin roots NSS specific objectStef Walter2013-02-054-5/+61
* Add support for openssl TRUSTED CERTIFICATE PEM filesStef Walter2013-02-058-40/+368
* Add support for parsing PEM filesStef Walter2013-02-0512-6/+910
* Add basic trust moduleStef Walter2013-02-0560-47/+6580
* Add basic checksum algorithmsStef Walter2013-02-056-2/+766
* Remove the unused err() function and friendsStef Walter2013-02-052-187/+0
* Tweak style of the manualStef Walter2013-02-054-7/+27
* Add documentation about contributing to p11-kitStef Walter2013-02-056-83/+241
* Add a p11-kit tool manual pageStef Walter2013-02-055-35/+130
* Change the documentation configure arg to --enable-docStef Walter2013-02-052-19/+24
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-0510-12/+31
* Make the p11-kit tool have distinct commandsStef Walter2013-02-054-42/+459
* Add p11_kit_be_loud() function for use in tests and toolsStef Walter2013-02-053-0/+17
* Add internal function for turning on messagesStef Walter2013-02-052-0/+10
* Add more mock-module implementationStef Walter2013-02-049-1243/+3835
* Further tweaks and cleanup for functions dealing with PKCS#11 attributesStef Walter2013-02-043-70/+910
* Add generic buffer codeStef Walter2013-02-046-56/+515
* Use the stdbool.h C99 bool typeStef Walter2013-01-2320-234/+311
* Only initialize p11-kit libraries onceStef Walter2013-01-092-6/+14
* Set strict debug preconditions during testingStef Walter2013-01-097-0/+10
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-098-154/+977
* Move the pkcs11.h header files into common directoryStef Walter2013-01-095-1374/+1577
* Build common code into noinst librariesStef Walter2013-01-095-43/+37
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-0970-1651/+1746
* Fix leak when initializing the proxy modulePankaj Sharma2013-01-091-0/+2
* Documentation fixes for PIN functionsStef Walter2013-01-091-6/+6
* Fix file descriptor leak in p11_kit_pin_file_callback()Pankaj Sharma2013-01-091-0/+2
* Distribute HACKING in the tarballStef Walter2013-01-081-1/+3
* Fix documentation warnings.Stef Walter2013-01-073-5/+9