NEWS about pkcs11 plugin added.

This commit is contained in:
Tobias Brunner 2011-11-03 18:39:42 +01:00
parent 53e2fc690e
commit 602ee58e45
1 changed files with 7 additions and 0 deletions

7
NEWS
View File

@ -10,6 +10,13 @@ strongswan-4.6.0
connections between hosts using dynamic IP addresses. Thanks to Mirko Parthey
for the initial patch.
- Support for ECDSA private and public key operations has been added to the
pkcs11 plugin. The plugin now also provides DH and ECDH via PKCS#11 and can
use tokens as random number generators (RNG). By default only private key
operations are enabled, more advanced features have to be enabled by their
option in strongswan.conf. This also applies to public key operations (even
for keys not stored on the token) which were enabled by default before.
- The libstrongswan plugin system now supports detailed plugin dependencies.
Many plugins have been extended to export its capabilities and requirements.
This allows the plugin loader to resolve plugin loading order automatically,