diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-03-02 23:21:34 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-03-05 14:52:18 +0000 |
commit | 7c8a527766e270c3d603f633fbd52ee02870ae60 (patch) | |
tree | 1bcca777e4e675139b235a9cc4dbce6047b06120 /NEWS | |
parent | 3da2eea62bf70971f89ec493bc6e60a88a811f80 (diff) | |
download | gnutls-7c8a527766e270c3d603f633fbd52ee02870ae60.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ See the end for copying conditions. ** libgnutls: Introduced low-level function to assist applications attempting client hello extension parsing, prior to GnuTLS' parsing of the message. +** libgnutls: When exporting an X.509 certificate avoid re-encoding if there are no + modifications to the certificate. That would prevent DER re-encoding issues in + libtasn1, or other DER incompatibilities to affect the verbatim use of a certificate. + Relates with #403 + ** API and ABI modifications: gnutls_fips140_set_mode: Added gnutls_session_key_update: Added |