diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-18 15:42:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-18 15:43:47 +0200 |
commit | d10397abb13ee7b343c7ac5fb549a2fe07207d00 (patch) | |
tree | 924167e9e19bde6adb2d52201316fa9b2b582738 /lib/x509/x509.c | |
parent | 59346c6a020bad26dddf9e5da3d5070c79ee323a (diff) | |
download | gnutls-d10397abb13ee7b343c7ac5fb549a2fe07207d00.tar.gz |
doc update [ci skip]
Diffstat (limited to 'lib/x509/x509.c')
-rw-r--r-- | lib/x509/x509.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 29f776b6dc..a9adff2f4a 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -3981,6 +3981,9 @@ gnutls_x509_crt_verify_data3(gnutls_x509_crt_t crt, * 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 |