]> granicus.if.org Git - p11-kit/shortlog
p11-kit
2013-03-08 Stef WalterDon't shove messages into debug output if they're alrea...
2013-03-08 Stef WalterRelease 0.16.2 0.16.2
2013-03-08 Stef Walterextract: Use bool instead of int where appropriate
2013-03-08 Stef Waltertools: Add a bit of debugging to the PEM extract handler
2013-03-08 Stef Walterextract: Fix regression in --purpose option
2013-03-08 Stef WalterDocument and put code coverage online
2013-03-08 Stef WalterProperly detect the stdbool.h header
2013-03-07 Stef WalterRelease version 0.16.1 0.16.1
2013-03-07 Stef Walterdoc: Fix external URLs in documentation
2013-03-07 Stef Walterdoc: Add P11_KIT_STRICT=yes debugging tip
2013-03-07 Stef Walterx509: Don't break when cA field of BasicConstraints...
2013-03-07 Stef Waltertools: Remove extra debugging statement when running...
2013-03-07 Stef Walterextract-trust: Turn into a placeholder script that...
2013-03-07 Stef Walterdoc: Don't wrap the options in the pkcs11.conf manual...
2013-03-04 Stef WalterRelease version 0.16.0 0.16.0
2013-03-04 Stef WalterBuild with the libtasn1 CFLAGS properly
2013-03-04 Stef WalterRedo mock.h header in order to relicense
2013-03-04 Stef WalterRemove duplicate typedef
2013-03-04 Roman BogorodskiyFix missing bracket in trust module check
2013-03-03 Stef WalterInitialize modules correctly in tests
2013-03-03 Stef WalterWindows doesn't support symlinks, chmod, or atomic...
2013-03-03 Stef WalterUse mingw compatible coverage flags
2013-03-03 Stef WalterDon't use wchar_t for storing unicode characters
2013-03-03 Stef WalterFix syntax errors in OS_WIN32 ifdefs
2013-03-03 Stef WalterOpen files in binary mode on windows
2013-03-03 Stef WalterAdd compat gmtime_r() and timegm() functions
2013-03-03 Stef WalterAdd compat mkstemp() and mkdtemp() functions
2013-03-03 Stef WalterAdd compat vasprintf() and asprintf() functions
2013-03-03 Stef WalterAdd compat strndup() function
2013-03-03 Stef WalterAbstract mmap() into a compat API
2013-03-03 Stef WalterUse putenv() instead of setenv()
2013-03-03 Stef WalterAdd compat implementation of basename()
2013-03-03 Stef Waltertools: Update comments for cacerts jks format
2013-03-03 Stef WalterRename p11_module_xxx() compat functions to p11_dl_xxx()
2013-02-20 Stef WalterUpdate the pkcs11.h header for missing mechanisms
2013-02-20 Stef WalterOnly do shared object and DLL initialization in libraries
2013-02-20 Stef WalterMove pkcs11.conf and module documentation to a manual...
2013-02-13 Stef WalterPull translations from transifex
2013-02-12 Stef WalterRelicense the buffer code appropriate for inclusion...
2013-02-12 Stef WalterRelease version 0.15.2 0.15.2
2013-02-12 Timo JyrinkiAdd finish translation
2013-02-12 Andreas MetzlerAdd and enable German gettext translation
2013-02-12 Andreas MetzlerRespect destdir when creating package module config...
2013-02-11 Stef WalterFix dereference of varargs in p11_attrs_build()
2013-02-11 Stef WalterRemove unnecessary code to be more compatible with...
2013-02-07 Andreas MetzlerDon't require explictly disabling trust module if ...
2013-02-06 Stef WalterFix various clang analyzer warnings
2013-02-05 Stef WalterOur minimum version of libtasn1 is 2.14
2013-02-05 Stef WalterRelease version 0.15.1 0.15.1
2013-02-05 Stef WalterAdd a placeholder external 'extract-trust' command
2013-02-05 Stef WalterImplement support for java JKS keystore format
2013-02-05 Stef WalterUse the CN, OU or O of certificates to generate a label
2013-02-05 Stef WalterAdd support for exporting OpenSSL's TRUSTED CERTIFICATE...
2013-02-05 Stef WalterAdd support for extracting to pem-bundle and pem-direct...
2013-02-05 Stef WalterImplement code for writing PEM
2013-02-05 Stef WalterImplement basic extract support
2013-02-05 Stef WalterSupport for sane writing to files extracted
2013-02-05 Stef WalterAdd public iterator API to p11-kit
2013-02-05 Stef WalterAllow internal use of token and module info matching
2013-02-05 Stef WalterMove the X.509 extension parsing code in common/
2013-02-05 Stef WalterAdd p11_array_clear() function
2013-02-05 Stef WalterImplement trust assertion PKCS#11 objects
2013-02-05 Stef WalterRefactor how parsing of ASN.1 data and certificate...
2013-02-05 Stef WalterFill in certificate authority and trust data correctly
2013-02-05 Stef WalterImplement stapled certificate extensions internally
2013-02-05 Stef WalterBetter debugging and checks for attribute values
2013-02-05 Stef WalterAdd tool for testing how fast the token loads
2013-02-05 Stef WalterSome debug info about which files are being loaded
2013-02-05 Stef WalterTest a TRUSTED CERTIFICATE without any trust OIDs
2013-02-05 Stef WalterAdd the builtin roots NSS specific object
2013-02-05 Stef WalterAdd support for openssl TRUSTED CERTIFICATE PEM files
2013-02-05 Stef WalterAdd support for parsing PEM files
2013-02-05 Stef WalterAdd basic trust module
2013-02-05 Stef WalterAdd basic checksum algorithms
2013-02-05 Stef WalterRemove the unused err() function and friends
2013-02-05 Stef WalterTweak style of the manual
2013-02-05 Stef WalterAdd documentation about contributing to p11-kit
2013-02-05 Stef WalterAdd a p11-kit tool manual page
2013-02-05 Stef WalterChange the documentation configure arg to --enable-doc
2013-02-05 Stef WalterAdd a /usr/share/p11-kit/modules directory for package...
2013-02-05 Stef WalterMake the p11-kit tool have distinct commands
2013-02-05 Stef WalterAdd p11_kit_be_loud() function for use in tests and...
2013-02-05 Stef WalterAdd internal function for turning on messages
2013-02-04 Stef WalterAdd more mock-module implementation
2013-02-04 Stef WalterFurther tweaks and cleanup for functions dealing with...
2013-02-04 Stef WalterAdd generic buffer code
2013-01-23 Stef WalterUse the stdbool.h C99 bool type
2013-01-09 Stef WalterOnly initialize p11-kit libraries once
2013-01-09 Stef WalterSet strict debug preconditions during testing
2013-01-09 Stef WalterAdd common functions for manipulating CK_ATTRIBUTE...
2013-01-09 Stef WalterMove the pkcs11.h header files into common directory
2013-01-09 Stef WalterBuild common code into noinst libraries
2013-01-09 Stef WalterMove debug and library code into the common/ subdirectory
2013-01-09 Pankaj SharmaFix leak when initializing the proxy module
2013-01-09 Stef WalterDocumentation fixes for PIN functions
2013-01-09 Pankaj SharmaFix file descriptor leak in p11_kit_pin_file_callback()
2013-01-08 Stef WalterDistribute HACKING in the tarball
2013-01-07 Stef WalterFix documentation warnings.
2013-01-07 Stef WalterGuarantee that the key is freed when replaced
2012-11-14 Stef WalterDon't complain if we cannot access ~/.pkcs11/pkcs11...
next