diff options
| author | schwarze <> | 2016-11-05 15:32:20 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-05 15:32:20 +0000 |
| commit | 5af30545c000c195ca6e44f207da004e5780ddb5 (patch) | |
| tree | 1672f1234352c29443fcacb44e22f1b20f174d99 /src/lib/libssl/doc/SSL_set_verify_result.3 | |
| parent | ba7c6bac5d2c870a4d1c1ce9f08db5e57c660625 (diff) | |
| download | openbsd-5af30545c000c195ca6e44f207da004e5780ddb5.tar.gz openbsd-5af30545c000c195ca6e44f207da004e5780ddb5.tar.bz2 openbsd-5af30545c000c195ca6e44f207da004e5780ddb5.zip | |
move manual pages from doc/ to man/ for consistency with other
libraries, in particular considering that there are unrelated
files in doc/; requested by jsing@ and beck@
Diffstat (limited to 'src/lib/libssl/doc/SSL_set_verify_result.3')
| -rw-r--r-- | src/lib/libssl/doc/SSL_set_verify_result.3 | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/lib/libssl/doc/SSL_set_verify_result.3 b/src/lib/libssl/doc/SSL_set_verify_result.3 deleted file mode 100644 index 9d5474d07a..0000000000 --- a/src/lib/libssl/doc/SSL_set_verify_result.3 +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | .\" | ||
| 2 | .\" $OpenBSD: SSL_set_verify_result.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | ||
| 3 | .\" | ||
| 4 | .Dd $Mdocdate: December 2 2014 $ | ||
| 5 | .Dt SSL_SET_VERIFY_RESULT 3 | ||
| 6 | .Os | ||
| 7 | .Sh NAME | ||
| 8 | .Nm SSL_set_verify_result | ||
| 9 | .Nd override result of peer certificate verification | ||
| 10 | .Sh SYNOPSIS | ||
| 11 | .In openssl/ssl.h | ||
| 12 | .Ft void | ||
| 13 | .Fn SSL_set_verify_result "SSL *ssl" "long verify_result" | ||
| 14 | .Sh DESCRIPTION | ||
| 15 | .Fn SSL_set_verify_result | ||
| 16 | sets | ||
| 17 | .Fa verify_result | ||
| 18 | of the object | ||
| 19 | .Fa ssl | ||
| 20 | to be the result of the verification of the X509 certificate presented by the | ||
| 21 | peer, if any. | ||
| 22 | .Sh NOTES | ||
| 23 | .Fn SSL_set_verify_result | ||
| 24 | overrides the verification result. | ||
| 25 | It only changes the verification result of the | ||
| 26 | .Fa ssl | ||
| 27 | object. | ||
| 28 | It does not become part of the established session, so if the session is to be | ||
| 29 | reused later, the original value will reappear. | ||
| 30 | .Pp | ||
| 31 | The valid codes for | ||
| 32 | .Fa verify_result | ||
| 33 | are documented in | ||
| 34 | .Xr openssl 1 . | ||
| 35 | .Sh RETURN VALUES | ||
| 36 | .Fn SSL_set_verify_result | ||
| 37 | does not provide a return value. | ||
| 38 | .Sh SEE ALSO | ||
| 39 | .Xr openssl 1 , | ||
| 40 | .Xr ssl 3 , | ||
| 41 | .Xr SSL_get_peer_certificate 3 , | ||
| 42 | .Xr SSL_get_verify_result 3 | ||
