]> granicus.if.org Git - p11-kit/shortlog
p11-kit
2013-06-17 Stef Waltertools: Fix passing args to external commands
2013-06-17 Stef Waltertools: Only use our private path when looking for exter...
2013-06-05 Stef WalterRelease version 0.18.3 0.18.3
2013-06-05 Stef Waltertrust: Fix crash when C_Initialize args are NULL
2013-06-05 Stef Waltertrust: Fix reinitialization of trust module
2013-05-28 manphiz@gmail.comFix uninitialized p11_library_once
2013-05-28 Stef WalterForce Mac OS shared library extension to .so
2013-05-14 Stef WalterRelease version 0.18.2 0.18.2
2013-05-14 manphiz@gmail.comPatch to make test-lexer depend on ASN.1
2013-05-03 Stef WalterReduce libtasn1 dependency to 2.3
2013-04-15 Stef WalterRelease version 0.18.1 0.18.1
2013-04-04 Stef Walterdoc: Use gtk-doc in the no-tmpl flavor
2013-04-04 Stef Waltermanual: Use a consistent docbook version
2013-04-04 Stef WalterPut the external tools in $libdir/p11-kit
2013-04-04 Stef WalterRelease version 0.18.0 0.18.0
2013-04-04 Stef WalterFix off by one in date parsing code
2013-04-04 Stef WalterDon't print erroneous debug messages when skipping...
2013-04-03 Stef WalterUpdate to MurmurHash3
2013-04-03 Stef WalterDon't respect timezones for CKA_START_DATE or CKA_END_DATE
2013-04-03 Stef Waltertrust: Fix logic for matching invalid NSS serial numbers
2013-04-03 Stef WalterMore compatible path munging and handling code
2013-04-03 Stef WalterDon't use free() on memory allocated by LocalFree()
2013-04-03 Stef WalterSeparate library init from message code
2013-04-03 Stef WalterDon't use library locks from p11-kit tool
2013-04-03 Stef WalterAdd new script for setting up p11-kit for a maintainer
2013-04-03 Stef WalterFix build on Win32
2013-04-03 Stef WalterFix documentation so it builds out of tree
2013-04-03 Stef WalterFix build with automake 1.13
2013-03-29 Stef WalterUse CKA_X_CERTIFICATE_VALUE for trust assertions
2013-03-28 Stef WalterDon't complain when applications call C_Logout or C_Login
2013-03-28 Stef WalterRelease version 0.17.5 0.17.5
2013-03-28 Stef WalterDon't try to guess at overflowing time values on 32...
2013-03-25 Stef WalterFix testing of murmur hash on bigendian systems
2013-03-20 Stef WalterRelease 0.17.4 0.17.4
2013-03-20 Stef WalterFix memory leaks reported by 'make leakcheck'
2013-03-20 Stef WalterFix invalid memory accesses reported by 'make memcheck'
2013-03-20 Stef WalterAdd a bit of infrastructure for running valgrind
2013-03-20 Stef Waltertrust: Predictable behavior with duplicate certificates...
2013-03-20 Stef Waltertrust: Rework index to be faster and more usable
2013-03-20 Stef Walterattrs: Print out the CKA_VALUE for certificates when...
2013-03-20 Stef Walterhash: Add the murmur2 hash and start using it
2013-03-20 Stef Walterhash: Rename file and functions for hashes
2013-03-19 Stef WalterRelease version 0.17.3 0.17.3
2013-03-19 Stef Waltertrust: Use descriptive labels for tokens
2013-03-19 Stef Waltertrust: Remove the temporary built in distrust objects
2013-03-19 Stef Walterextract: Make extracted output directories read-only
2013-03-19 Stef Waltertrust: Don't use POSIX or GNU basename()
2013-03-19 Andreas MetzlerDo not export (de)constructor
2013-03-18 Stef WalterRelease version 0.17.2 0.17.2
2013-03-18 Stef Waltertrust: Fix trust tests on 32-bit builds
2013-03-18 Stef Waltertrust: Fix invalid varargs call in the builder
2013-03-18 Stef WalterRelease version 0.17.1 0.17.1
2013-03-18 Stef Waltertrust: Provide better debugging of trust module functions
2013-03-18 Stef Walterattrs: Change p11_attrs_to_string() to allow static...
2013-03-18 Stef Waltertrust: Handle incorrectly encoded CKA_SERIAL_NUMBER...
2013-03-18 Stef WalterAdd workaround for broken strndup() in firefox
2013-03-18 Stef Waltercompat: Fix trivial comment
2013-03-18 Stef WalterUse the nickname x-distrusted for CKA_X_DISTRUSTED
2013-03-18 Stef Waltertrust: Better generation of nss objects and assertions...
2013-03-18 Stef WalterRefine looking up of attributes in arrays
2013-03-17 Stef Waltertrust: Remove file that's no longer used
2013-03-15 Stef WalterBump version number
2013-03-15 Stef WalterFix distcheck and documentation
2013-03-15 Stef Waltertrust: Update frob-nss-tool so it can compare modules...
2013-03-15 Stef Waltertrust: Support a p11-kit specific serialization format
2013-03-15 Stef Walterurl: Split out the URL encoding and decoding functions
2013-03-15 Stef Walterlexer: Make a lexer for our config file format
2013-03-15 Stef Waltertrust: Use a SHA-1 hash of subjectPublicKeyInfo as...
2013-03-15 Stef Waltertrust: Add a builder which builds objects out of parsed...
2013-03-15 Stef Walterattrs: Add info functions for constant names and values
2013-03-15 Stef Waltertrust: Refactor to include concept of the index
2013-03-15 Stef Walterattrs: New p11_attrs_merge() function
2013-03-15 Stef Walterasn1: Implement a parsed ASN.1 tree cache
2013-03-15 Stef Walterextract: Combine trust policy when extracting
2013-03-15 Stef Walterextract: --comment option adds comments to PEM bundles
2013-03-15 Stef Walterextract: Allow p11_save_write() to automatically calcul...
2013-03-15 Stef Walterp11-kit: New priority option and change trust-policy...
2013-03-15 Stef Waltertrust: Make each configured path its own token
2013-03-15 Stef Walterdict: Allow removal of current item in a p11_dict iteration
2013-03-15 Stef Waltertrust: Rework input path treatment
2013-03-15 Stef Walterpem: Fix a bug decoding some PEM files
2013-03-14 Stef WalterDon't overwrite the build directory when uploading...
2013-03-14 Stef WalterFix up the system anchors/certificates configure arguments
2013-03-12 Stef Walterdoc: Move manual into doc/manual subdirectory
2013-03-12 Stef WalterRelease version 0.16.4 0.16.4
2013-03-11 Stef Waltertools: Display per-command help appropriately
2013-03-11 Stef Waltertools: Initialize local debug code correctly
2013-03-08 Stef WalterRelease version 0.16.3 0.16.3
2013-03-08 Stef Walteriter: Don't skip tokens that don't have CKF_TOKEN_INITI...
2013-03-08 Stef Waltertrust: add a simple frob-nss-token tool to dump distrust
2013-03-08 Stef Waltertrust: Use the new NSS PKCS#11 extension codes
2013-03-08 Stef WalterHard code distrust temporarily.
2013-03-08 Stef Waltertools: Parse global options appropriately, even if...
2013-03-08 Stef Waltertrust: Refactor how we load builtin objects
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
next