Skip to content

Releases: p11-glue/p11-kit

0.25.10

22 Sep 11:52
0.25.10

Choose a tag to compare

  • create a new release to fix issues caused by the 0.25.9 reroll
  • ci fixes [PR#722, PR#723]

0.25.9

18 Sep 13:05

Choose a tag to compare

  • subprojects/pkcs11-json: Update git submodule [PR#719]

0.25.8

13 Sep 00:46
0.25.8

Choose a tag to compare

  • rpc: Unbreak protocol compatibility by reverting "rpc: Correctly map Mozilla certificate distrust attributes" [#716]

0.25.7

10 Sep 03:27
0.25.7

Choose a tag to compare

  • Build fixes from tarball with Meson [#714]

0.25.6

09 Sep 10:33
0.25.6

Choose a tag to compare

  • rpc: Add module configuration option to specify server address [#707]
  • rpc: Correctly map Mozilla certificate distrust attributes [#705]
  • rpc: Fix empty array attribute handling [#704]
  • server: Remove libsystemd dependency for socket activation [#685]
  • Avoid segfault if p11_library_init_impl/p11_library_uninit are called multiple times [#682]
  • Add zsh completions [#674]
  • pkcs11: Update pkcs11.h to version 3.1 [#671]
  • pkcs11: Add IBM specific mechanisms [#669]
  • server: Check SHELL if (and only if) neither --sh nor --csh is specified [#661]
  • trust: Don't create file names longer then 255 [#659]
  • trust: Sort paths for reproducible extract [#656]
  • Build and test fixes [#647, #653, #654, #657, #660, #667, #673, #681, #683, #688, #694]
  • Update translations [#663, #701]

0.25.5

04 Jul 10:50

Choose a tag to compare

  • iter: fix recursive attribute loading [#642]
  • fix building on FreeBSD 14.0 (amd64) [#644]
  • test fix [#645]

0.25.4 (stable)

02 Jul 08:47

Choose a tag to compare

  • rpc: add support for recursive attributes [#624, #629, #631, #633]
  • p11-kit: add function to check run-time version of the library [#637]
  • p11-kit: expose version information through macros [#635]
  • p11-kit: add option to specify CKA_ID in generate-keypair and import-object commands [#615]
  • p11-kit: add --provider option to specify PKCS#11 module when using p11-kit commands [#611]
  • p11-kit: fix a bug where eddsa mechanism isn't recognized in generate-keypair [#617]
  • p11-kit: fallback to C_GetFunctionList when C_GetInterface returns CKR_FUNCTION_NOT_SUPPORTED [#622]
  • bug and build fixes [#603, #604, #605, #606, #609, #614, #616, #619, #627, #628, #632, #636, #639]

0.25.3 (stable)

15 Nov 12:49

Choose a tag to compare

  • rpc: fix serialization of NULL mechanism pointer [#601]
  • fix meson build failure in macOS (appleframeworks not found) [#603]

0.25.2 (stable)

31 Oct 09:26

Choose a tag to compare

  • fix error code checking of readpassphrase for --login option [#595]
  • build fixes [#594]
  • test fixes [#596]

0.25.1 (stable)

26 Oct 07:16

Choose a tag to compare

  • fix probing of C_GetInterface [#535]
  • p11-kit: add command to list tokens [#581]
  • p11-kit: add command to list mechanisms supported by a token [#576]
  • p11-kit: add command to generate private-public keypair on a token [#551, #582]
  • p11-kit: add commands to import/export certificates and public keys into/from a token [#543, #549, #568, #588]
  • p11-kit: add commands to list and delete objects of a token [#533, #544, #571]
  • p11-kit: add --login option to login into a token with object and profile management commands [#587]
  • p11-kit: adjust behavior of PKCS#11 profile management commands [#558, #560, #583, #591]
  • p11-kit: print PKCS#11 URIs in list-modules [#532]
  • bug and build fixes [#528 #529, #534, #537, #540, #541, #545, #547, #550, #557, #572, #575, #579, #585, #586, #590]
  • test fixes [#553, #580]