diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-31 17:23:16 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-01 15:07:18 +0100 |
commit | a0d969997d1f7b4ce54adc11a23d1050dc03b60a (patch) | |
tree | a61806ca8e1867ca55054e3608c8eeaf9a4aab2a /NEWS | |
parent | aaf611f96891f199139ff852d6c060f1754a5972 (diff) | |
download | gnutls-a0d969997d1f7b4ce54adc11a23d1050dc03b60a.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ See the end for copying conditions. ** libgnutls: Introduced a function group to set known DH parameters using groups from RFC7919. +** libgnutls: Added more strict RFC4514 textual DN encoding and decoding. + Now the generated textual DN is in reverse order according to RFC4514, + and functions which generate a DN from strings such gnutls_x509_crt_set_*dn() + set the expected DN (reverse of the provided string). + ** libgnutls: Introduced time and constraints checks in the end certificate in the gnutls_x509_crt_verify_data2() and gnutls_pkcs7_verify_direct() functions. |