diff options
author | Andreas Metzler <ametzler@bebt.de> | 2015-10-20 19:02:25 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-10-21 09:06:51 +0200 |
commit | 520517e93a9f113364b2896431cf01e1d5c4e08b (patch) | |
tree | fbea86679f09b490155a9f463424eff075be47f0 /lib/auto-verify.c | |
parent | 1f95f29d568058a735adca39288be07af23846f3 (diff) | |
download | gnutls-520517e93a9f113364b2896431cf01e1d5c4e08b.tar.gz |
Documentation update
The new simple verification functions were backported to 3.4.6, correct
"Since:" to reflect this.
Diffstat (limited to 'lib/auto-verify.c')
-rw-r--r-- | lib/auto-verify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/auto-verify.c b/lib/auto-verify.c index 5dd520c4f2..4780843c00 100644 --- a/lib/auto-verify.c +++ b/lib/auto-verify.c @@ -73,7 +73,7 @@ static int auto_verify_cb(gnutls_session_t session) * The gnutls_session_set_verify_cert() function is intended to be used by TLS * clients to verify the server's certificate. * - * Since: 3.5.0 + * Since: 3.4.6 **/ void gnutls_session_set_verify_cert(gnutls_session_t session, const char *hostname, unsigned flags) @@ -110,7 +110,7 @@ void gnutls_session_set_verify_cert(gnutls_session_t session, * and once set must remain valid for the lifetime of the session. More precisely * they should be available during any subsequent handshakes. * - * Since: 3.5.0 + * Since: 3.4.6 **/ void gnutls_session_set_verify_cert2(gnutls_session_t session, gnutls_typed_vdata_st * data, @@ -139,7 +139,7 @@ void gnutls_session_set_verify_cert2(gnutls_session_t session, * * Returns: the certificate verification status. * - * Since: 3.5.0 + * Since: 3.4.6 **/ unsigned int gnutls_session_get_verify_cert_status(gnutls_session_t session) { |