diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-22 11:07:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-22 11:07:45 +0200 |
commit | a574fc0874c906857a391b53e13360fb14df033e (patch) | |
tree | 2797ed85899370a45df9d5ea719721eae53f4b53 /NEWS | |
parent | 6aa8c390b08a25b18c0799fbd42bd0eec703fae4 (diff) | |
download | gnutls-a574fc0874c906857a391b53e13360fb14df033e.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ See the end for copying conditions. This will allow the library to cope better with larger packets, as the ones offered by current TLS 1.3 drafts. +** libgnutls: Allow to use client certificates despite them containing + disallowed algorithms for a session. That allows for example a client + to use DSA-SHA1 due to his old DSA certificate, without requiring him + to enable DSA-SHA1 (and thus make it acceptable for the server's certificate). + ** API and ABI modifications: gnutls_certificate_set_ocsp_status_request_function2: Added GNUTLS_E_PK_INVALID_PUBKEY: Added |