diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-03-06 22:35:41 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-03-07 09:52:19 +0100 |
commit | fd1e45bb4e494e3cee60193c11292ae9a97d881a (patch) | |
tree | 0f417ce37f2c7c679c27c7c1005a530b69f3f897 /NEWS | |
parent | 49d386bc47852b55443eb74cc59e0cddf8b8962f (diff) | |
download | gnutls-fd1e45bb4e494e3cee60193c11292ae9a97d881a.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ See the end for copying conditions. list. It has to be explicitly enabled, e.g., with a string like "NORMAL:+3DES-CBC". +** libgnutls: Introduced a lock-free random generator which operates per-thread + and eliminates random-generator related bottlenecks in multi-threaded operation. + Resolves gitlab issue #141. + ** libgnutls: PKIX certificates with unknown critical extensions are rejected on verification with status GNUTLS_CERT_UNKNOWN_CRIT_EXTENSIONS. This behavior can be overriden by providing the flag GNUTLS_VERIFY_IGNORE_UNKNOWN_CRIT_EXTENSIONS |