gnutls_certificate_update_verify_flags: Added
gnutls_certificate_verify_peers3: Added
gnutls_certificate_verification_status_print: Added
-GNUTLS_CERT_REVOCATION_DATA_TOO_OLD: Added.
-GNUTLS_CERT_REVOCATION_DATA_INVALID: Added.
-
+GNUTLS_CERT_REVOCATION_DATA_TOO_OLD: Added
+GNUTLS_CERT_REVOCATION_DATA_INVALID: Added
+GNUTLS_CERT_UNEXPECTED_OWNER: Added
* Version 3.1.3 (released 2012-10-12)
stamp_functions: gnutls-api.texi x509-api.texi pgp-api.texi pkcs12-api.texi tpm-api.texi pkcs11-api.texi abstract-api.texi compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi tpm-api.texi dane-api.texi
-mkdir functions
+ -rm -f functions/*.short
for i in $^; do \
$(srcdir)/scripts/split-texi.pl functions < $$i; \
done
The peer's certificate is not automatically verified and one
must call @funcref{gnutls_certificate_verify_peers3}
after a successful handshake to verify the certificate's signature and the owner
-of the certificate.
+of the certificate. The verification status returned can be printed using
+@funcref{gnutls_certificate_verification_status_print}.
Alternatively the verification can occur during the handshake
by using @funcref{gnutls_certificate_set_verify_function}.