]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented added function
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Feb 2012 21:06:50 +0000 (22:06 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 14 Feb 2012 21:06:50 +0000 (22:06 +0100)
NEWS
lib/libgnutls.map

diff --git a/NEWS b/NEWS
index d5bf0bdf023108f45b293ad5fc95768526b64fc6..059b4e12aef510b34fc2445a85aa75a970bf178d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,7 @@ a fork (if PKCS #11 functionality is desirable).
 ** API and ABI modifications:
 gnutls_verify_stored_pubkey: Added
 gnutls_store_pubkey: Added
+gnutls_store_commitment: Added
 gnutls_x509_crt_get_authority_key_gn_serial: Added
 gnutls_x509_crl_get_authority_key_gn_serial: Added
 gnutls_pkcs11_reinit: Added
index 40765f8d54d64dda061200eaf298b7e550526b1c..82f39c469d20d901347372c92bda4cee8aaa00d7 100644 (file)
@@ -772,6 +772,7 @@ GNUTLS_3_0_0 {
        gnutls_priority_compression_list;
        gnutls_priority_ecc_curve_list;
        gnutls_verify_stored_pubkey;
+       gnutls_store_commitment;
        gnutls_store_pubkey;
 } GNUTLS_2_12;