summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_OCSP_REQUEST.3')
-rw-r--r--src/lib/libcrypto/man/d2i_OCSP_REQUEST.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3 b/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
index 3f6320a155..cc07bd7d61 100644
--- a/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
+++ b/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.1 2016/12/27 22:06:55 schwarze Exp $ 1.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.2 2018/03/22 21:08:22 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 27 2016 $ 17.Dd $Mdocdate: March 22 2018 $
18.Dt D2I_OCSP_REQUEST 3 18.Dt D2I_OCSP_REQUEST 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -175,3 +175,7 @@ if an error occurs.
175.Sh STANDARDS 175.Sh STANDARDS
176RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate 176RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate
177Status Protocol, section 4.1: Request Syntax 177Status Protocol, section 4.1: Request Syntax
178.Sh HISTORY
179These functions first appeared in OpenSSL 0.9.7
180and have been available since
181.Ox 3.2 .