Blame NEWS

Packit ce73f7
0.23.14 (stable)
Packit ce73f7
 * proxy: Avoid invalid memory access when unloading proxy module [PR#180]
Packit ce73f7
 * Update pkcs11 header to allow SoftHSMv2 to compile [PR#181]
Packit ce73f7
 * build: Restore libpthread dependency [PR#183]
Packit ce73f7
 * Build fixes [PR#188]
Packit ce73f7
Packit ce73f7
0.23.13 (stable)
Packit ce73f7
 * server: Enable socket activation through systemd [PR#173]
Packit ce73f7
 * rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules [PR#174]
Packit ce73f7
 * proxy: Fail early if there is no slot mapping [PR#175]
Packit ce73f7
 * Remove hard dependency on libpthread [PR#177]
Packit ce73f7
 * Build fixes [PR#170, PR#176]
Packit ce73f7
Packit ce73f7
0.23.12 (stable)
Packit ce73f7
 * Fix compile error when PKCS#11 GNU calling convention is enabled [PR#160]
Packit ce73f7
 * Fix getauxval() and secure_getenv() emulation on macOS and FreeBSD [PR#167]
Packit ce73f7
 * Build and test fixes on macOS [PR#162, PR#168]
Packit ce73f7
Packit ce73f7
0.23.11 (stable)
Packit ce73f7
 * trust: Add extractor for edk2/cacerts.bin [PR#139]
Packit ce73f7
 * modules: Add option to control module visibility from proxy [PR#140]
Packit ce73f7
 * trust: Prevent trust module being loaded by proxy module [PR#142]
Packit ce73f7
 * library: Use dedicated locale object for printing error [PR#148]
Packit ce73f7
 * Treat CKR_CRYPTOKI_ALREADY_INITIALIZED correctly [PR#134]
Packit ce73f7
 * Improve const correctness for P11KitUri [PR#152]
Packit ce73f7
 * PKCS#11 URI scheme comparison is now case insensitive [PR#156]
Packit ce73f7
 * Build and test fixes [PR#151, PR#149, PR#141, PR#138, PR#135]
Packit ce73f7
Packit ce73f7
0.23.10 (devel)
Packit ce73f7
 * filter: Respect "write-protected" vendor-specific attribute in
Packit ce73f7
   PKCS#11 URI [PR#129]
Packit ce73f7
 * server: Improve shell integration and documentation [PR#107, PR#108]
Packit ce73f7
 * proxy: Reuse existing slot ID mapping in after fork() [PR#120]
Packit ce73f7
 * trust: Forcibly mark "Default Trust" read-only [PR#123]
Packit ce73f7
 * New function p11_kit_override_system_files() which can be used for
Packit ce73f7
   testing [PR#110]
Packit ce73f7
 * trust: Filter out duplicate extensions [PR#69]
Packit ce73f7
 * Update translations [PR#128]
Packit ce73f7
 * Bug fixes [PR#125, PR#126]
Packit ce73f7
Packit ce73f7
0.23.9 (devel)
Packit ce73f7
 * Fix p11-kit server regressions [PR#103, PR#104]
Packit ce73f7
 * trust: Respect anyExtendedKeyUsage in CA certificates [PR#99]
Packit ce73f7
 * Build fixes related to reallocarray [PR#96, PR#98, PR#100]
Packit ce73f7
Packit ce73f7
0.23.8 (devel)
Packit ce73f7
 * Improve vendor query attributes handling in PKCS#11 URI [PR#92]
Packit ce73f7
 * Add OTP and GOST mechanisms to pkcs11.h [PR#90, PR#91]
Packit ce73f7
 * New envvar P11_KIT_NO_USER_CONFIG to stop looking at user
Packit ce73f7
   configurations [PR#87]
Packit ce73f7
 * Build fixes for Solaris and 32-bit big-endian platforms [PR#81, PR#86]
Packit ce73f7
Packit ce73f7
0.23.7 (devel)
Packit ce73f7
 * Fix memory issues with "p11-kit server" [PR#78]
Packit ce73f7
 * Build fixes [PR#77 ...]
Packit ce73f7
Packit ce73f7
0.23.6 (devel)
Packit ce73f7
 * Port "p11-kit server" to Windows and portability fixes of the RPC
Packit ce73f7
   protocol [PR#67, PR#72, PR#74]
Packit ce73f7
 * Recover the old behavior of "trust anchor --remove" [PR#70, PR#71]
Packit ce73f7
 * Build fixes [PR#63 ...]
Packit ce73f7
Packit ce73f7
0.23.5 (devel)
Packit ce73f7
 * Fix license notice of common/unix-peer.c [PR#58]
Packit ce73f7
 * Remove systemd unit files for now [PR#60]
Packit ce73f7
 * Build fixes for FreeBSD [PR#56]
Packit ce73f7
Packit ce73f7
0.23.4 (devel)
Packit ce73f7
 * Recognize query attributes defined in PKCS#11 URI (RFC7512) [PR#31,
Packit ce73f7
   PR#37, PR#52]
Packit ce73f7
 * The trust policy module now recognizes CKA_NSS_MOZILLA_CA_POLICY
Packit ce73f7
   attribute, used by Firefox [#99453, PR#46]
Packit ce73f7
 * Add 'trust dump' command to dump all PKCS#11 objects in the
Packit ce73f7
   persistence format [PR#44]
Packit ce73f7
 * New experimental 'p11-kit server' command that allows PKCS#11
Packit ce73f7
   forwarding through a Unix domain socket.  A client-side module
Packit ce73f7
   p11-kit-client.so is also provided [PR#15]
Packit ce73f7
 * Add systemd unit files for exporting the proxy module through a
Packit ce73f7
   Unix domain socket [PR#35]
Packit ce73f7
 * New P11KitIter API to iterate over slots, tokens, and modules in
Packit ce73f7
   addition to objects [PR#28]
Packit ce73f7
 * libffi dependency is now optional [PR#9]
Packit ce73f7
 * Build fixes for FreeBSD, macOS, and Windows [PR#32, PR#39, PR#45]
Packit ce73f7
Packit ce73f7
0.23.3 (devel)
Packit ce73f7
 * Install private executables in libexecdir [#98817]
Packit ce73f7
 * Fix link error of proxy module on macOS [#98022]
Packit ce73f7
 * Use new PKCS#11 URI specification for URIs [#97245]
Packit ce73f7
 * Support x-init-reserved argument of C_Initialize() in remote modules [#80519]
Packit ce73f7
 * Incorporate changes from PKCS#11 2.40 specification
Packit ce73f7
 * Bump libtool library version
Packit ce73f7
 * Documentation fixes
Packit ce73f7
 * Build fixes [#87192 ...]
Packit ce73f7
Packit ce73f7
0.23.2 (devel)
Packit ce73f7
 * Fix forking issues with libffi [#90289 ...]
Packit ce73f7
 * Updated translations
Packit ce73f7
 * Build fixes [#90827 #89081 #92434 #92520 #92445 #92551 #92843 #92842 #92807 #93211 ...]
Packit ce73f7
Packit ce73f7
0.23.1 (devel)
Packit ce73f7
 * Use new PKCS#11 URI draft fields for URIs [#86474 #87582]
Packit ce73f7
 * Add pem-directory-hash extract format
Packit ce73f7
 * Build fixes
Packit ce73f7
Packit ce73f7
0.22.1 (stable)
Packit ce73f7
 * Use SubjectKeyIdentifier for CKA_ID when available [#84761]
Packit ce73f7
 * Allow 'BEGIN PuBLIC KEY' PEM blocks in .p11-kit files
Packit ce73f7
 * Bump libtool library version
Packit ce73f7
 * Build fixes [#84665 ...]
Packit ce73f7
Packit ce73f7
0.22.0 (stable)
Packit ce73f7
 * Remove the 'isolated = yes' option due to unclear semantics
Packit ce73f7
   replacement forth coming in later versions.
Packit ce73f7
 * Use secure_getenv() where necessary
Packit ce73f7
 * Run separate binary for 'p11-kit remote' command
Packit ce73f7
Packit ce73f7
0.21.3 (unstable)
Packit ce73f7
 * New public pkcs11x.h header containing extensions [#83495]
Packit ce73f7
 * Export necessary defines to lookup attached extensions [#83495]
Packit ce73f7
 * Use term 'attached extensions' rather than 'stabled extensions'
Packit ce73f7
 * Make proxy module respect 'critical = no' [#83651]
Packit ce73f7
 * Show public-key-info in 'trust list --details'
Packit ce73f7
 * Build fixes [#75674 ...]
Packit ce73f7
Packit ce73f7
0.21.2 (unstable)
Packit ce73f7
 * Don't use invalid keys for looking up stapled extensions [#82328]
Packit ce73f7
 * Better error messages when invalid certificate extensions
Packit ce73f7
 * Fix parsing of some odd OpenSSL TRUSTED CERTIFICATE files
Packit ce73f7
 * Fix some leaks, and memory issues
Packit ce73f7
 * Silence some clang scanner warnings
Packit ce73f7
 * Fix build against older pthread implementations [#82617]
Packit ce73f7
 * Move to a non-recursive Makefile
Packit ce73f7
 * Can now specify which tests to run on command line
Packit ce73f7
Packit ce73f7
0.21.1 (unstable)
Packit ce73f7
 * Add new 'isolate' pkcs11 config option [#80472]
Packit ce73f7
 * Add 'p11-kit remote' command for isolating modules [#54105]
Packit ce73f7
 * Don't complain about C_Finalize after a fork
Packit ce73f7
 * Other minor fixes
Packit ce73f7
Packit ce73f7
0.20.3 (stable)
Packit ce73f7
 * Fix problems reinitializing managed modules after fork
Packit ce73f7
 * Fix bad bookeeping when fail initializing one of the modules
Packit ce73f7
 * Fix case where module would be unloaded while in use [#74919]
Packit ce73f7
 * Remove assertions when module used before initialized [#74919]
Packit ce73f7
 * Fix handling of mmap failure and mapping empty files [#74773]
Packit ce73f7
 * Stable p11_kit_be_quiet() and p11_kit_be_loud() functions
Packit ce73f7
 * Require automake 1.12 or later
Packit ce73f7
 * Build fixes for Windows [#76594 #74149]
Packit ce73f7
Packit ce73f7
0.20.2 (stable)
Packit ce73f7
 * Fix bug where blacklist didn't affect extracted ca-anchors if the anchor
Packit ce73f7
   and blacklist were not in the same trust path (regression) [#73558]
Packit ce73f7
 * Check for race in BasicConstraints stapled extension [#69314]
Packit ce73f7
 * autogen.sh now runs configure as srcdir != builddir by default
Packit ce73f7
 * Build fixes and cleanup
Packit ce73f7
Packit ce73f7
0.20.1 (stable)
Packit ce73f7
 * Extract compat trust data after we've changes
Packit ce73f7
 * Skip compat extraction if running as non-root
Packit ce73f7
 * Better failure messages when removing anchors
Packit ce73f7
 * Build cleanup
Packit ce73f7
Packit ce73f7
0.20.0 (stable)
Packit ce73f7
 * Doc fixes
Packit ce73f7
Packit ce73f7
0.19.4 (unstable)
Packit ce73f7
 * 'trust anchor' now adds/removes certificate anchors
Packit ce73f7
 * 'trust list' lists trust policy stuff
Packit ce73f7
 * 'p11-kit extract' is now 'trust extract'
Packit ce73f7
 * 'p11-kit extract-trust' is now 'trust extract-compat'
Packit ce73f7
 * Workarounds for working on broken zfsonlinux.org [#68525]
Packit ce73f7
 * Add --with-module-config parameter to the configure script [#68122]
Packit ce73f7
 * Add support for removing stored PKCS#11 objects in trust module
Packit ce73f7
 * Various debugging tweaks
Packit ce73f7
Packit ce73f7
0.19.3 (unstable)
Packit ce73f7
 * Fix up problems with automake testing
Packit ce73f7
 * Fix a bunch of memory leaks in newly refactored code
Packit ce73f7
 * Don't use _GNU_SOURCE and the unportability it brings
Packit ce73f7
 * Testing fixes
Packit ce73f7
Packit ce73f7
0.19.2 (unstable)
Packit ce73f7
 * Add basic 'trust anchor' command to store a new anchor
Packit ce73f7
 * Support for writing out trust token objects
Packit ce73f7
 * Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec
Packit ce73f7
 * Add option to use freebl for hashing
Packit ce73f7
 * Implement reloading of token data
Packit ce73f7
 * Fix warnings and possible minor bugs higlighted by code scanners
Packit ce73f7
 * Don't load configs in home directories when running setuid or setgid
Packit ce73f7
 * Support treating ~/.config as $XDG_CONFIG_HOME
Packit ce73f7
 * Use $XDG_DATA_HOME/pkcs11 as default user config directory
Packit ce73f7
 * Use $TMPDIR instead of $TEMP while testing
Packit ce73f7
 * Open files and fds with O_CLOEXEC
Packit ce73f7
 * Abort initialization if a critical module fails to load
Packit ce73f7
 * Don't use thread-unsafe functions: strerror, getpwuid
Packit ce73f7
 * Fix p11_kit_space_strlen() result when empty string
Packit ce73f7
 * Refactoring of where various components live
Packit ce73f7
 * Build fixes
Packit ce73f7
Packit ce73f7
0.19.1 (unstable)
Packit ce73f7
 * Refactor API to be able to handle managed modules
Packit ce73f7
 * Deprecate much of old p11-kit API
Packit ce73f7
 * Implement concept of managed modules
Packit ce73f7
 * Make C_CloseAllSessions function work for multiple callers
Packit ce73f7
 * New dependency on libffi
Packit ce73f7
 * Fix possible threading problems reported by hellgrind
Packit ce73f7
 * Add log-calls option
Packit ce73f7
 * Mark p11_kit_message() as a stable function
Packit ce73f7
 * Use our own unit testing framework
Packit ce73f7
Packit ce73f7
0.18.3 (stable)
Packit ce73f7
 * Fix reinitialization of trust module [#65401]
Packit ce73f7
 * Fix crash in trust module C_Initialize
Packit ce73f7
 * Mac OS fixes [#57714]
Packit ce73f7
Packit ce73f7
0.18.2 (stable)
Packit ce73f7
 * Build fixes [#64378 ...]
Packit ce73f7
Packit ce73f7
0.18.1 (stable)
Packit ce73f7
 * Put the external tools in $libdir/p11-kit
Packit ce73f7
 * Documentation build fixes
Packit ce73f7
Packit ce73f7
0.18.0 (stable)
Packit ce73f7
 * Fix use of trust module with gcr and empathy [#62896]
Packit ce73f7
 * Further tweaks to trust module date parsing
Packit ce73f7
 * Fix unaligned memory reads [#62819]
Packit ce73f7
 * Win32 fixes [#63062, #63046]
Packit ce73f7
 * Debug and logging tweaks [#62874]
Packit ce73f7
 * Other build fixes
Packit ce73f7
Packit ce73f7
0.17.5 (unstable)
Packit ce73f7
 * Don't try to guess at overflowing time values on 32-bit systems [#62825]
Packit ce73f7
 * Test fixes [#927394]
Packit ce73f7
Packit ce73f7
0.17.4 (unstable)
Packit ce73f7
 * Check for duplicate certificates in a token, warn and discard [#62548]
Packit ce73f7
 * Implement a proper index so we have decent load performance
Packit ce73f7
Packit ce73f7
0.17.3 (unstable)
Packit ce73f7
 * Use descriptive labels for the trust module tokens [#62534]
Packit ce73f7
 * Remove the temporary built in distrust objects
Packit ce73f7
 * Make extracted output directories and files read-only [#61898]
Packit ce73f7
 * Don't export unneccessary ABI
Packit ce73f7
 * Build fixes [#62479]
Packit ce73f7
Packit ce73f7
0.17.2 (unstable)
Packit ce73f7
 * Fix build on 32-bit linux
Packit ce73f7
 * Fix several crashers
Packit ce73f7
Packit ce73f7
0.17.1 (unstable)
Packit ce73f7
 * Support a p11-kit specific PKCS#11 attribute persistance format [#62156]
Packit ce73f7
 * Use the SHA1 hash of SPKI as the CKA_ID in the trust module by default [#62329]
Packit ce73f7
 * Refactor a trust builder which builds objects out of parsed data [#62329]
Packit ce73f7
 * Combine trust policy when extracting certificates [#61497]
Packit ce73f7
 * The extract --comment option adds comments to PEM bundles [#62029]
Packit ce73f7
 * A new 'priority' config option for ordering modules [#61978]
Packit ce73f7
 * Make each configured path its own trust module token [#61499]
Packit ce73f7
 * Use --with-trust-paths to configure trust module [#62327]
Packit ce73f7
 * Fix bug decoding some PEM files
Packit ce73f7
 * Better debug output for trust module lookups
Packit ce73f7
 * Work around bug in NSS when doing serial number lookups
Packit ce73f7
 * Work around broken strndup() function in firefox
Packit ce73f7
 * Fix the nickname for the distrusted attribute
Packit ce73f7
 * Build fixes
Packit ce73f7
Packit ce73f7
0.16.4 (stable)
Packit ce73f7
 * Display per command help again [#62153]
Packit ce73f7
 * Don't always print tools debug output [#62152]
Packit ce73f7
Packit ce73f7
0.16.3 (stable)
Packit ce73f7
 * When iterating don't skip tokens without the CKF_TOKEN_INITIALIZED flag
Packit ce73f7
 * Hardcode some distrust records for NSS temporarily
Packit ce73f7
 * Parse global options better in the p11-kit command
Packit ce73f7
 * Better debugging
Packit ce73f7
Packit ce73f7
0.16.2 (stable)
Packit ce73f7
 * Fix regression in 'p11-kit extract --purpose' option [#62009]
Packit ce73f7
 * Documentation updates
Packit ce73f7
 * Build fixes [#62001, ...]
Packit ce73f7
Packit ce73f7
0.16.1 (stable)
Packit ce73f7
 * Don't break when cA field of BasicConstraints is missing [#61975]
Packit ce73f7
 * Documentation fixes and updates
Packit ce73f7
 * p11-kit extract-trust is a placeholder script now
Packit ce73f7
Packit ce73f7
0.16.0 (stable)
Packit ce73f7
 * Update the pkcs11.h header for new mechanisms
Packit ce73f7
 * Fix build and tests on mingw64 (ie: win32)
Packit ce73f7
 * Relicense LGPL code to BSD license
Packit ce73f7
 * Documentation tweaks
Packit ce73f7
 * Pull translations from Transifex [#60792]
Packit ce73f7
 * Build fixes [#61739, #60894, #61740]
Packit ce73f7
Packit ce73f7
0.15.2 (unstable)
Packit ce73f7
 * Add German and Finish translations
Packit ce73f7
 * Better define the libtasn1 dependency
Packit ce73f7
 * Crasher and bug fixes
Packit ce73f7
 * Build fixes
Packit ce73f7
Packit ce73f7
0.15.1 (unstable)
Packit ce73f7
 * Fix some memory leaks
Packit ce73f7
 * Add a location for packages to drop module configs
Packit ce73f7
 * Documentation updates and fixes
Packit ce73f7
 * Add command line tool manual page
Packit ce73f7
 * Remove unused err() function and friends
Packit ce73f7
 * Move more code into common/ directory and refactor
Packit ce73f7
 * Add a system trust policy module
Packit ce73f7
 * Refactor how the p11-kit command line tool works
Packit ce73f7
 * Add p11-kit extract and extract-trust commands
Packit ce73f7
 * Don't complain if we cannot access ~/.pkcs11/pkcs11.conf
Packit ce73f7
 * Refuse to load the p11-kit-proxy.so as a registered module
Packit ce73f7
 * Don't fail initialization if last initialized module fails
Packit ce73f7
Packit ce73f7
0.14
Packit ce73f7
 * Change default for user-config to merge
Packit ce73f7
 * Always URI-encode the 'id' attribute in PKCS#11 URIs
Packit ce73f7
 * Expect a .module extension on module configs
Packit ce73f7
 * Windows compatibility fixes
Packit ce73f7
 * Testing fixes
Packit ce73f7
 * Build fixes
Packit ce73f7
Packit ce73f7
0.13
Packit ce73f7
 * Don't allow reading of PIN files larger than 4096 bytes
Packit ce73f7
 * If a module is not marked as critical then ignore init failure
Packit ce73f7
 * Use preconditions to check for input problems and out of memory
Packit ce73f7
 * Add enable-in and disable-in options to module config
Packit ce73f7
 * Fix the flags in pin.h
Packit ce73f7
 * Use gcc extensions to check varargs during compile
Packit ce73f7
 * Fix crasher when a duplicate module is present
Packit ce73f7
 * Fix broken hashmap behavior
Packit ce73f7
 * Testing fixes
Packit ce73f7
 * Win32 build fixes
Packit ce73f7
 * 'p11-kit -h' now works
Packit ce73f7
 * Documentation fixes
Packit ce73f7
Packit ce73f7
0.12
Packit ce73f7
 * Build fix
Packit ce73f7
Packit ce73f7
0.11
Packit ce73f7
 * Remove automatic reinitialization of PKCS#11 after fork
Packit ce73f7
Packit ce73f7
0.10
Packit ce73f7
 * Build fixes, for windows, gcc 4.6.1
Packit ce73f7
Packit ce73f7
0.9
Packit ce73f7
 * p11-kit can't be used as a static library
Packit ce73f7
 * Fix problems crashing when freeing TLS on windows
Packit ce73f7
 * Add debug output to windows init and uninit of library
Packit ce73f7
 * Build fixes, especially for windows
Packit ce73f7
Packit ce73f7
0.8
Packit ce73f7
 * Rename non-static functions to have a _p11_xxx prefix
Packit ce73f7
 * No concurrent calling of C_Initialize and C_Finalize
Packit ce73f7
 * Print more information in 'p11-kit -l'
Packit ce73f7
 * Initial port to win32
Packit ce73f7
 * Build, testing fixes
Packit ce73f7
Packit ce73f7
0.7
Packit ce73f7
 * Expand p11-kit config variables correctly invarious build scenarios
Packit ce73f7
 * Add test tool to print out error messages
Packit ce73f7
 * Build fix on FreeBSD
Packit ce73f7
Packit ce73f7
0.6
Packit ce73f7
 * Add concept of a default module directory from which modules with
Packit ce73f7
   relative paths are loaded.
Packit ce73f7
 * Renamed pkg-config variables to make it clearer what's what.
Packit ce73f7
Packit ce73f7
0.5
Packit ce73f7
 * Fix crasher in p11_kit_registered_modules()
Packit ce73f7
 * Add 'critical' setting for modules, which defaults to 'no'
Packit ce73f7
 * Fix initialization issues in the proxy module
Packit ce73f7
Packit ce73f7
0.4
Packit ce73f7
 * Fix endless loop if module forks during initialization
Packit ce73f7
 * Update PKCS#11 URI code for new draft of spec
Packit ce73f7
 * Don't fail when duplicate modules are configured
Packit ce73f7
 * Better debug output
Packit ce73f7
 * Add example configuration documentation
Packit ce73f7
 * Support whitespace in PKCS#11 URIs
Packit ce73f7
Packit ce73f7
0.3
Packit ce73f7
 * Rewrite hash table, and simplify licensing.
Packit ce73f7
 * Correct paths for p11-kit config files.
Packit ce73f7
 * Many build fixes and tweaks.
Packit ce73f7
Packit ce73f7
0.2
Packit ce73f7
 * List token labels in 'p11-kit -l'
Packit ce73f7
 * Add API's for handing the pinfile part of URIs
Packit ce73f7
 * Use /etc/pkcs11 by default instead of ${prefix}/etc/pkcs11
Packit ce73f7
 * Bug fixes
Packit ce73f7
Packit ce73f7
0.1
Packit ce73f7
 * Initial release