]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated news entries
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 3 Jun 2012 11:34:39 +0000 (13:34 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 3 Jun 2012 11:42:12 +0000 (13:42 +0200)
NEWS
doc/Makefile.am
doc/manpages/Makefile.am

diff --git a/NEWS b/NEWS
index 235d154346ad8359dc63c109742fc74987db4616..64bba00a1b4b8389e53c3eedaca000e09ae69b28 100644 (file)
--- 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
index 31b498209d0836d6c0c4c40e15ea6185dc8103e5..c7346f57d4b768a2630d5c6098a17cf286ff0c11 100644 (file)
@@ -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
index 13e9d1528d6cb268ff30683d020e4a20e4676e3e..694bb4d49b63105195784636169769ed7a338dfc 100644 (file)
@@ -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