diff options
author | schwarze <> | 2016-12-12 22:48:02 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-12 22:48:02 +0000 |
commit | eed13e64effc819dc3515c637c3f057cfa1abcbb (patch) | |
tree | ffb356e84b85c9e590c8455fd6f516c311489ad1 /src/lib/libcrypto/man/OCSP_resp_find_status.3 | |
parent | d9e7f6c929cacb184976d2c298bcbd059299393f (diff) | |
download | openbsd-eed13e64effc819dc3515c637c3f057cfa1abcbb.tar.gz openbsd-eed13e64effc819dc3515c637c3f057cfa1abcbb.tar.bz2 openbsd-eed13e64effc819dc3515c637c3f057cfa1abcbb.zip |
Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch.
These two and OCSP_CRLID_free(3) and OCSP_SERVICELOC_free(3) are
public by being in OpenSSL doc/man3/X509_dup.pod.
OCSP_crlID_new(3) and OCSP_url_svcloc_new(3) are related and,
even though completely undocumented in OpenSSL, obviously much
more important.
If you had told me a year ago that i would ever write such text,
i would have called you crazy.
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_resp_find_status.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_resp_find_status.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/OCSP_resp_find_status.3 b/src/lib/libcrypto/man/OCSP_resp_find_status.3 index eca0a2c15f..23aaa26e38 100644 --- a/src/lib/libcrypto/man/OCSP_resp_find_status.3 +++ b/src/lib/libcrypto/man/OCSP_resp_find_status.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OCSP_resp_find_status.3,v 1.3 2016/12/12 20:10:04 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_resp_find_status.3,v 1.4 2016/12/12 22:48:02 schwarze Exp $ |
2 | .\" OpenSSL c952780c Jun 21 07:03:34 2016 -0400 | 2 | .\" OpenSSL c952780c Jun 21 07:03:34 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -362,6 +362,7 @@ returns the status of | |||
362 | or -1 if an error occurred. | 362 | or -1 if an error occurred. |
363 | .Sh SEE ALSO | 363 | .Sh SEE ALSO |
364 | .Xr OCSP_cert_to_id 3 , | 364 | .Xr OCSP_cert_to_id 3 , |
365 | .Xr OCSP_CRLID_new 3 , | ||
365 | .Xr OCSP_request_add1_nonce 3 , | 366 | .Xr OCSP_request_add1_nonce 3 , |
366 | .Xr OCSP_REQUEST_new 3 , | 367 | .Xr OCSP_REQUEST_new 3 , |
367 | .Xr OCSP_response_status 3 , | 368 | .Xr OCSP_response_status 3 , |