diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-12-08 18:10:16 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-12-08 18:10:16 +0000 |
commit | 970a464089066970886f0bce6d1c9dcfbcb2e8ea (patch) | |
tree | 655c2eb8197c7c07b52e3246e4f63157f928f13d /doc/man3/X509_STORE_set_verify_cb_func.pod | |
parent | 92f02b3b0f21350e7c92a16ca9b594ad7682c717 (diff) | |
download | src-970a464089066970886f0bce6d1c9dcfbcb2e8ea.tar.gz src-970a464089066970886f0bce6d1c9dcfbcb2e8ea.zip |
Import OpenSSL 1.1.1i.vendor/openssl/1.1.1i
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=368456
svn path=/vendor-crypto/openssl/1.1.1i/; revision=368457; tag=vendor/openssl/1.1.1i
Diffstat (limited to 'doc/man3/X509_STORE_set_verify_cb_func.pod')
-rw-r--r-- | doc/man3/X509_STORE_set_verify_cb_func.pod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/man3/X509_STORE_set_verify_cb_func.pod b/doc/man3/X509_STORE_set_verify_cb_func.pod index 526790938acd..6d7098250d18 100644 --- a/doc/man3/X509_STORE_set_verify_cb_func.pod +++ b/doc/man3/X509_STORE_set_verify_cb_func.pod @@ -137,9 +137,7 @@ I<If no function to get the issuer is provided, the internal default function will be used instead.> X509_STORE_set_check_issued() sets the function to check that a given -certificate B<x> is issued by the issuer certificate B<issuer> and -the issuer is not yet in the chain contained in <ctx>, where the exceptional -case that B<x> is self-issued and ctx->chain has just one element is allowed. +certificate B<x> is issued by the issuer certificate B<issuer>. This function must return 0 on failure (among others if B<x> hasn't been issued with B<issuer>) and 1 on success. I<If no function to get the issuer is provided, the internal default |