* This function will verify the given signed data, using the
* parameters from the certificate.
*
+ * Deprecated. This function cannot be easily used securely.
+ * Use gnutls_pubkey_verify_data2() instead.
+ *
* Returns: In case of a verification failure %GNUTLS_E_PK_SIG_VERIFY_FAILED
* is returned, and zero or positive code on success.
*
- * Deprecated. Use gnutls_pubkey_verify_data2() instead of this function.
- *
* Since: 2.12.0
**/
int
* This function will verify the given signed digest, using the
* parameters from the public key.
*
- * Deprecated. Use gnutls_pubkey_verify_hash2() instead of this function.
+ * Deprecated. This function cannot be easily used securely.
+ * Use gnutls_pubkey_verify_hash2() instead.
+ *
*
* Returns: In case of a verification failure %GNUTLS_E_PK_SIG_VERIFY_FAILED
* is returned, and zero or positive code on success.
* This function will verify the given signed data, using the
* parameters from the certificate.
*
- * Deprecated. Please use gnutls_pubkey_verify_data().
+ * Deprecated. This function cannot be easily used securely.
+ * Use gnutls_pubkey_verify_data2() instead.
*
* Returns: In case of a verification failure %GNUTLS_E_PK_SIG_VERIFY_FAILED
* is returned, and zero or positive code on success.
* This function will verify the given signed digest, using the
* parameters from the certificate.
*
- * Deprecated. Please use gnutls_pubkey_verify_data2() or gnutls_pubkey_verify_hash2().
+ * Deprecated. This function cannot be easily used securely.
+ * Use gnutls_pubkey_verify_hash2() instead.
*
* Returns: In case of a verification failure %GNUTLS_E_PK_SIG_VERIFY_FAILED
* is returned, and zero or positive code on success.