summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_cert_to_id.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_cert_to_id.3')
-rw-r--r--src/lib/libcrypto/man/OCSP_cert_to_id.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OCSP_cert_to_id.3 b/src/lib/libcrypto/man/OCSP_cert_to_id.3
index 77559ba469..0ccb4412df 100644
--- a/src/lib/libcrypto/man/OCSP_cert_to_id.3
+++ b/src/lib/libcrypto/man/OCSP_cert_to_id.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OCSP_cert_to_id.3,v 1.6 2016/12/25 22:15:10 schwarze Exp $ 1.\" $OpenBSD: OCSP_cert_to_id.3,v 1.7 2018/03/22 21:08:22 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
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: December 25 2016 $ 68.Dd $Mdocdate: March 22 2018 $
69.Dt OCSP_CERT_TO_ID 3 69.Dt OCSP_CERT_TO_ID 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -224,3 +224,7 @@ returns 1 for success or 0 for failure.
224.Sh STANDARDS 224.Sh STANDARDS
225RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate 225RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate
226Status Protocol, section 4: Details of the Protocol 226Status Protocol, section 4: Details of the Protocol
227.Sh HISTORY
228These functions first appeared in OpenSSL 0.9.7
229and have been available since
230.Ox 3.2 .