diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-09-21 12:36:09 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-09-21 12:36:09 +0000 |
commit | 727a7f70684a3df439f05a57f97d737e79b287fb (patch) | |
tree | 30c0bc8a19ff729b5e68cdceab9aa01c7ff320de /NEWS | |
parent | 29fca542b51abc0b63076b51f897e2bbe3166541 (diff) | |
parent | d111b9dcb0f6d437cd070e8776f3f696e1cccc76 (diff) | |
download | gnutls-727a7f70684a3df439f05a57f97d737e79b287fb.tar.gz |
Merge branch 'tmp-be-strict-on-crls' into 'master'
gnutls-cli enables CRL validation on startup
Closes #564
See merge request gnutls/gnutls!752
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,7 @@ See the end for copying conditions. defined in RFC7250. This mechanism must be explicitly enabled via the GNUTLS_ENABLE_CERT_TYPE_NEG flag in gnutls_init(). +** gnutls-cli: enable CRL validation on startup (#564) ** API and ABI modifications: GNUTLS_ENABLE_EARLY_START: Added @@ -36,6 +37,8 @@ gnutls_record_set_max_early_data_size: Added gnutls_certificate_type_get2: Added gnutls_priority_certificate_type_list2: Added GNUTLS_ENABLE_CERT_TYPE_NEG: Added +GNUTLS_TL_FAIL_ON_INVALID_CRL: Added +GNUTLS_CERTIFICATE_VERIFY_CRLS: Added gnutls_ctype_target_t: New enumeration |