diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-13 19:08:12 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-13 19:11:11 +0100 |
commit | 09ee8cd3271eae5509ea6db6581091ef0211a446 (patch) | |
tree | c9902fc9dc8fad04d5da44e2b6c48b995d1dcfc2 /NEWS | |
parent | 3360065611857d43b7619684755f262e8cc9c0e4 (diff) | |
download | gnutls-09ee8cd3271eae5509ea6db6581091ef0211a446.tar.gz |
Added the --dh-info parameter to certtool.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -4,6 +4,8 @@ See the end for copying conditions. * Version 3.0.9 (unreleased) +** certtool: Added new parameter --dh-info. + ** certtool: -l option was overloaded so if combined with --priority it will only list the ciphersuites that are enabled by the given priority string. @@ -18,15 +20,16 @@ session, a server will not store that session data into its cache. ** libgnutls: Added gnutls_priority_get_cipher_suite_index() to allow listing the ciphersuites enabled in a priority structure. -It outputs and index to be used in gnutls_get_cipher_suite_info(). +It outputs an index to be used in gnutls_get_cipher_suite_info(). -** libgnutls: Optimizations in the elliptic curve code (timing -attacks resistant code is only used in ECDSA private key operations). +** libgnutls: Optimizations in the elliptic curve code --timing +attacks resistant code is only used in ECDSA private key operations. ** doc: man pages for API functions generation was fixed and are now added again in the distribution. ** API and ABI modifications: +GNUTLS_ECC_CURVE_SECP192R1: New curve definition gnutls_priority_get_cipher_suite_index: Added |