]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Documented gnutls_certificate_verification_status_print().
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 30 Oct 2012 18:35:53 +0000 (19:35 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 30 Oct 2012 18:36:46 +0000 (19:36 +0100)
NEWS
doc/Makefile.am
doc/cha-gtls-app.texi

diff --git a/NEWS b/NEWS
index 05e3f63d0a27fa9c52f6a631c7ab37135591cf3a..20eb366db4369449b3d833a55ae01c00fc602c8d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,9 +23,9 @@ gnutls_session_get_id2: Added
 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)
 
index 7f4a8a691560cf2e26effb4b9863be9cc672d5e7..13e4454ef0dd00e972d5137dfc5323a189712535 100644 (file)
@@ -396,6 +396,7 @@ DISTCLEANFILES += $(ENUMS) stamp_enums stamp_functions
 
 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
index 56f387046ffed9b082b317df432b411ed08e0b82..c853398bff214bda9ba7fb7f87318c942609e0c9 100644 (file)
@@ -499,7 +499,8 @@ the following functions, applicable to X.509 and OpenPGP certificates.
 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}.