Skip to content

Releases: p11-glue/p11-kit

0.24.1 (stable)

17 Jan 14:51
0.24.1
Compare
Choose a tag to compare
  • rpc: Support protocol version negotiation [#371, #385]
  • proxy: Support copying attribute array recursively [#368]
  • Link libp11-kit so that it cannot unload [#383]
  • Translation improvements [#381]
  • Build fixes [#372, #373, #375, #377, #384, #407]

0.24.0 (stable)

03 Jun 15:00
Compare
Choose a tag to compare
  • Use inclusive language on certificate distrust. Note: This changes the directory and attribute names to distrust certain CAs to
    "blocklist" [#324]
  • Fix issues spotted by coverity and ASan [#349, #351]
  • Integrate gettext with tools more tightly [#358]
  • rpc: Forbid use of array of attributes [#365, #367]
  • Build fixes [#342, #344, #345, #353, #362, #364]

0.23.22 (stable)

11 Dec 18:07
0.23.22
Compare
Choose a tag to compare
  • Fix memory-safety issues that affect the RPC protocol (CVE-2020-29361, CVE-2020-29362, and CVE-2020-29363), discovered and fixed by David Cook
  • anchor: Prefer persistent format when storing anchor [#329]
  • common: Fix infloop in p11_path_build [#326, #327]
  • proxy: C_CloseAllSessions: Make sure that calloc args are non-zero [#325]
  • common: Check for a NULL locale before freeing it [#321]
  • Build and test fixes [#313, #315, #317, #318, #319, #323, #330, #333, #334, #335, #338, #339]

0.23.21 (stable)

18 Aug 14:39
0.23.21
Compare
Choose a tag to compare

0.23.20 (stable)

29 Jan 16:49
Compare
Choose a tag to compare

0.23.20 (stable)

  • Revert "Fix RPC when length-s are 0" changes [#276]

0.23.19 (stable)

22 Jan 08:46
Compare
Choose a tag to compare
  • common: add Russian PKCS#11 extensions to pkcs11x.h header [#255]
  • Add simple bash completion for provided commands [#258]
  • Unbreak list matching in enable-in and disable-in [#262]
  • Fix RPC when length-s are 0 [#259]
  • rpc: Add vsock transport support [#270]
  • trust: Support CKA_NSS_{SERVER,EMAIL}_DISTRUST_AFTER [#265]
  • Build fixes [#271, #272, #273, ...]

0.23.18.1 (bug fix)

30 Sep 13:06
Compare
Choose a tag to compare
  • autotools: Add more files from meson build in distribution

0.23.18 (stable)

30 Sep 12:29
Compare
Choose a tag to compare
  • rpc: Allow empty CK_DATE value [#253]
  • build: Meson fixes [#245]
  • build: Adjust feature parity between meson and autotools [#247]

NOTE: This version introduces symbol versioning. Once a dependent package is built with this p11-kit release, it cannot be linked with the prior versions of p11-kit.

0.23.17 (stable)

09 Sep 13:29
Compare
Choose a tag to compare
  • common: Fix uClibc-ng compilation [#237]
  • trust: do not allow daylight to invalidate date validation [#236]
  • build: Port to meson build system [#231, #234]
  • rpc: On UNIX wait on condition variable instead of FD if header is for a different thread [#232]
  • doc: Add 'server' command in help [#229]
  • Build and test fixes [#230]

0.23.16.1 (bug fix)

23 May 12:34
Compare
Choose a tag to compare
  • tests: Avoid uninitialized value in test-proxy.c [#230]