** libgnutls: Introduced a function group to set known DH parameters
using groups from RFC7919.
+** libgnutls: Introduced time and constraints checks in the end certificate
+ in the gnutls_x509_crt_verify_data2() and gnutls_pkcs7_verify_direct()
+ functions.
+
** certtool: --get-dh-params will output parameters from the RFC7919
groups.
* to verify the intended purpose of the %signer -e.g., via gnutls_x509_crt_get_key_purpose_oid(),
* or gnutls_x509_crt_check_key_purpose().
*
+ * Note also, that since GnuTLS 3.5.6 this function introduces checks in the
+ * end certificate (@signer), including time checks and key usage checks.
+ *
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value. A verification error results to a
* %GNUTLS_E_PK_SIG_VERIFY_FAILED and the lack of encapsulated data
* is returned, %GNUTLS_E_EXPIRED or %GNUTLS_E_NOT_YET_ACTIVATED on expired
* or not yet activated certificate and zero or positive code on success.
*
+ * Note that since GnuTLS 3.5.6 this function introduces checks in the
+ * end certificate (@crt), including time checks and key usage checks.
+ *
* Since: 3.4.0
**/
int