summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-02-17 17:06:41 +0100
committerDaiki Ueno <ueno@gnu.org>2017-02-22 10:34:43 +0100
commit54d9f0799e32796f8e762d8b58ecd4e3dd3fef82 (patch)
treed2afc175bb43ccdcb8346d76ea005a46add16542 /NEWS
parent1e80b5858a90497879e1e3faee4c7f76d5cbd6f0 (diff)
Release 0.23.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc027fd..8a400b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.23.4 (devel)
+ * Recognize query attributes defined in PKCS#11 URI (RFC7512) [PR#31,
+ PR#37, PR#52]
+ * The trust policy module now recognizes CKA_NSS_MOZILLA_CA_POLICY
+ attribute, used by Firefox [#99453, PR#46]
+ * Add 'trust dump' command to dump all PKCS#11 objects in the
+ persistence format [PR#44]
+ * New experimental 'p11-kit server' command that allows PKCS#11
+ forwarding through a Unix domain socket. A client-side module
+ p11-kit-client.so is also provided [PR#15]
+ * Add systemd unit files for exporting the proxy module through a
+ Unix domain socket [PR#35]
+ * New P11KitIter API to iterate over slots, tokens, and modules in
+ addition to objects [PR#28]
+ * libffi dependency is now optional [PR#9]
+ * Build fixes for FreeBSD, macOS, and Windows [PR#32, PR#39, PR#45]
+
0.23.3 (devel)
* Install private executables in libexecdir [#98817]
* Fix link error of proxy module on macOS [#98022]