diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-04-29 15:16:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-05-12 21:39:52 +0200 |
commit | 8a8bf12875fcc075687cc8d783e36c14ea522d2a (patch) | |
tree | d5c337302420c018c4e09c9053ecf8daaf95dd79 /NEWS | |
parent | ecc359d22b28b38793be234a641c7b562e7a03b0 (diff) | |
download | gnutls-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |