summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-11-25 22:36:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-11-25 22:40:56 +0100
commit0511a2b6318c72e0bf99456dc9234950e9188cf6 (patch)
tree83ddd9cd9ddeec45ba010f303a13419c54eb043f /NEWS
parent1fe4f8e289d666979618fbb909983ac05aad11ac (diff)
downloadgnutls-0511a2b6318c72e0bf99456dc9234950e9188cf6.tar.gz
certtool: always include the CRL distribution points on CAs
Previously we would omit the CRL distribution points from a non-self signed CA certificate, even if contained in the template. Resolves: #765 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56edace3aa..56866cf24f 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ See the end for copying conditions.
** libgnutls: Corrected issue with TLS 1.2 session ticket handling as client
during resumption (#841).
+** certtool: CRL distribution points will be set in CA certificates even when
+ non self-signed (#765).
+
** gnutls-cli/serv: added raw public-key handling capabilities (RFC7250).
Key material can be set via the --rawpkkeyfile and --rawpkfile flags.