summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_resp_find_status.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_resp_find_status.3')
-rw-r--r--src/lib/libcrypto/man/OCSP_resp_find_status.320
1 files changed, 18 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OCSP_resp_find_status.3 b/src/lib/libcrypto/man/OCSP_resp_find_status.3
index a7412193a1..6d58bebdb9 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.6 2018/03/18 10:01:45 schwarze Exp $ 1.\" $OpenBSD: OCSP_resp_find_status.3,v 1.7 2018/03/22 21:08:22 schwarze Exp $
2.\" full merge up to: OpenSSL c952780c Jun 21 07:03:34 2016 -0400 2.\" full merge up to: 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.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: March 18 2018 $ 68.Dd $Mdocdate: March 22 2018 $
69.Dt OCSP_RESP_FIND_STATUS 3 69.Dt OCSP_RESP_FIND_STATUS 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -386,3 +386,19 @@ or -1 if an error occurred.
386.Sh STANDARDS 386.Sh STANDARDS
387RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate 387RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate
388Status Protocol, section 4.2: Response Syntax 388Status Protocol, section 4.2: Response Syntax
389.Sh HISTORY
390.Fn OCSP_SINGLERESP_new ,
391.Fn OCSP_SINGLERESP_free ,
392.Fn OCSP_CERTSTATUS_new ,
393.Fn OCSP_CERTSTATUS_free ,
394.Fn OCSP_REVOKEDINFO_new ,
395.Fn OCSP_REVOKEDINFO_free ,
396.Fn OCSP_resp_find_status ,
397.Fn OCSP_resp_count ,
398.Fn OCSP_resp_get0 ,
399.Fn OCSP_resp_find ,
400.Fn OCSP_single_get0_status ,
401and
402.Fn OCSP_check_validity
403first appeared in OpenSSL 0.9.7 and have been available since
404.Ox 3.2 .