summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_resp_find_status.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:18:17 +0000
committerschwarze <>2018-03-23 23:18:17 +0000
commitb368393a562c8eb79808430b84470d02b0728608 (patch)
treece00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/OCSP_resp_find_status.3
parent63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff)
downloadopenbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz
openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2
openbsd-b368393a562c8eb79808430b84470d02b0728608.zip
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_resp_find_status.3')
-rw-r--r--src/lib/libcrypto/man/OCSP_resp_find_status.38
1 files changed, 6 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 6d58bebdb9..1c4da4e99e 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.7 2018/03/22 21:08:22 schwarze Exp $ 1.\" $OpenBSD: OCSP_resp_find_status.3,v 1.8 2018/03/23 23:18:17 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 22 2018 $ 68.Dd $Mdocdate: March 23 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
@@ -402,3 +402,7 @@ and
402.Fn OCSP_check_validity 402.Fn OCSP_check_validity
403first appeared in OpenSSL 0.9.7 and have been available since 403first appeared in OpenSSL 0.9.7 and have been available since
404.Ox 3.2 . 404.Ox 3.2 .
405.Pp
406.Fn OCSP_SINGLERESP_get0_id
407first appeared in OpenSSL 1.1.0 and has been available since
408.Ox 6.3 .