]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
align with 3.0.x
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 9 May 2012 18:09:38 +0000 (20:09 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 22 May 2012 07:20:23 +0000 (09:20 +0200)
lib/libgnutls.map
lib/x509/x509.c

index 74986337345d06519c289956b9071012aac9fd09..7ac20a4ede2903fbf857224cb049b9a956b408d5 100644 (file)
@@ -786,6 +786,8 @@ GNUTLS_3_0_0 {
        gnutls_x509_crt_set_private_key_usage_period;
        gnutls_x509_crq_set_private_key_usage_period;
        gnutls_session_get_random;
+       gnutls_pubkey_verify_hash2;
+       gnutls_pk_to_sign;
 } GNUTLS_2_12;
 
 GNUTLS_3_1_0 {
@@ -795,8 +797,6 @@ GNUTLS_3_1_0 {
        gnutls_x509_trust_list_add_system_trust;
        gnutls_x509_trust_list_add_trust_file;
        gnutls_x509_trust_list_add_trust_mem;
-       gnutls_pubkey_verify_hash2;
-       gnutls_pk_to_sign;
 } GNUTLS_3_0_0;
 
 GNUTLS_PRIVATE {
index c8b0cec0b0b3a3e03160f14ea1f930ffe49df0d5..8ebec1f72159b5bf00dc1aba69afe9b8beb5dd7a 100644 (file)
@@ -2693,7 +2693,7 @@ gnutls_x509_crt_verify_data (gnutls_x509_crt_t crt, unsigned int flags,
  * This function will verify the given signed digest, using the
  * parameters from the certificate.
  *
- * Deprecated. Please use gnutls_pubkey_verify_data().
+ * Deprecated. Please use gnutls_pubkey_verify_data2() or gnutls_pubkey_verify_hash2().
  *
  * Returns: In case of a verification failure %GNUTLS_E_PK_SIG_VERIFY_FAILED 
  * is returned, and zero or positive code on success.