From: Nikos Mavrogiannopoulos Date: Sun, 3 Jun 2012 11:34:39 +0000 (+0200) Subject: updated news entries X-Git-Tag: gnutls_3_0_21~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c8889e401f04870f3a51649abdbcffdf0001b7a;p=thirdparty%2Fgnutls.git updated news entries --- diff --git a/NEWS b/NEWS index 235d154346..64bba00a1b 100644 --- a/NEWS +++ b/NEWS @@ -16,11 +16,24 @@ by David Smith. ** libgnutls: introduce gnutls_certificate_set_x509_system_trust which imports the trusted root CA's from a compile time defined location. +** libgnutls: Added GNUTLS_CERT_SIGNATURE_FAILURE to differentiate between +generic errors and signature verification errors in the verification +functions. + +** libgnutls: Added gnutls_pkcs12_simple_parse() as a helper function +to simplify parsing in most PKCS #12 use cases. + +** libgnutls: gnutls_certificate_set_x509_simple_pkcs12_file() adds +the whole certificate chain (if any) to the credentials structure, instead +of only the end-user certificate. + ** libgnutlsxx: Added session::set_transport_vec_push_function. Patch by Alexandre Bique. ** API and ABI modifications: +GNUTLS_CERT_SIGNATURE_FAILURE: Added gnutls_pubkey_verify_hash2: Added +gnutls_pkcs12_simple_parse: Added gnutls_certificate_set_x509_system_trust: Added gnutls_pkcs11_obj_list_import_url2: Added gnutls_x509_trust_list_add_system_trust: Added diff --git a/doc/Makefile.am b/doc/Makefile.am index 31b498209d..c7346f57d4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -974,6 +974,7 @@ FUNCS += functions/gnutls_pkcs12_generate_mac FUNCS += functions/gnutls_pkcs12_verify_mac FUNCS += functions/gnutls_pkcs12_bag_decrypt FUNCS += functions/gnutls_pkcs12_bag_encrypt +FUNCS += functions/gnutls_pkcs12_simple_parse FUNCS += functions/gnutls_pkcs12_bag_get_type FUNCS += functions/gnutls_pkcs12_bag_get_data FUNCS += functions/gnutls_pkcs12_bag_set_data diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 13e9d1528d..694bb4d49b 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -571,6 +571,7 @@ APIMANS += gnutls_pkcs12_generate_mac.3 APIMANS += gnutls_pkcs12_verify_mac.3 APIMANS += gnutls_pkcs12_bag_decrypt.3 APIMANS += gnutls_pkcs12_bag_encrypt.3 +APIMANS += gnutls_pkcs12_simple_parse.3 APIMANS += gnutls_pkcs12_bag_get_type.3 APIMANS += gnutls_pkcs12_bag_get_data.3 APIMANS += gnutls_pkcs12_bag_set_data.3