diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-10-26 22:50:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-10-26 22:52:50 +0200 |
commit | fd3a880a9b701e17047871d86281751837e5afcd (patch) | |
tree | a384216f11cd1ef4a7322aa011c96d3a4a2cd43d | |
parent | 18dcc771ec4439b5451fd372941629a80d51baa2 (diff) | |
download | gnutls-fd3a880a9b701e17047871d86281751837e5afcd.tar.gz |
doc update [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,11 +10,16 @@ See the end for copying conditions. ** libgnutls: Provide the option of transparent re-handshake/reauthentication when the GNUTLS_AUTO_REAUTH flag is specified in gnutls_init(). +** libgnutls: Added support for AES-CFB8 cipher (#357) + ** p11tool: fix initialization of security officer's PIN with the --initialize-so-pin option (#561) ** API and ABI modifications: GNUTLS_AUTO_REAUTH: Added +GNUTLS_CIPHER_AES_128_CFB8: Added +GNUTLS_CIPHER_AES_192_CFB8: Added +GNUTLS_CIPHER_AES_256_CFB8: Added * Version 3.6.4 (released 2018-09-24) |