summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2020-11-12 08:45:03 +0100
committerDaiki Ueno <ueno@gnu.org>2020-11-12 13:48:23 +0100
commit59782d147580956a0751bd975eab5a7736a72baf (patch)
tree4e1acd5c63d5aa8342aa396e4df1d6069d3d4519 /NEWS
parent8c35ab1a25268d4a4935cb915eb1c1b5a18a3dca (diff)
downloadgnutls-59782d147580956a0751bd975eab5a7736a72baf.tar.gz
_gnutls_x509_read_value: don't count terminating null byte for OIDs
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> Co-authored-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1be62decf..9a67952c1e 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,12 @@ See the end for copying conditions.
output the complete path to the trusted root during certificate
chain verification (#1012)
+** libgnutls: OIDs exposed as gnutls_datum_t no longer account for the
+ terminating null bytes, while the data field is null terminated.
+ The affected API functions are: gnutls_ocsp_req_get_extension,
+ gnutls_ocsp_resp_get_response, and gnutls_ocsp_resp_get_extension
+ (#805).
+
** API and ABI modifications:
gnutls_x509_trust_list_set_getissuer_function: Added
gnutls_x509_trust_list_get_ptr: Added