summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-04-29 15:16:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-05-12 21:39:52 +0200
commit8a8bf12875fcc075687cc8d783e36c14ea522d2a (patch)
treed5c337302420c018c4e09c9053ecf8daaf95dd79 /NEWS
parentecc359d22b28b38793be234a641c7b562e7a03b0 (diff)
downloadgnutls-8a8bf12875fcc075687cc8d783e36c14ea522d2a.tar.gz
pcert: added functionality to retrieve lists
That introduces gnutls_pcert_list_import_x509_file() and gnutls_x509_crt_list_import_url(). Resolves #373 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cbdc91af5d..f7b397c57a 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,8 @@ gnutls_certificate_set_ocsp_status_request_mem: Added
gnutls_certificate_get_ocsp_expiration: Added
gnutls_record_send2: Added
gnutls_ext_raw_parse: Added
+gnutls_pcert_list_import_x509_file: Added
+gnutls_x509_crt_list_import_url: Added
GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS: Added
GNUTLS_PKCS11_OBJ_FLAG_MARK_NOT_SENSITIVE: Added