summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2021-08-06 21:45:55 +0000
committerschwarze <>2021-08-06 21:45:55 +0000
commit3b038eeaecb9058d9908a13a034af7f2111c4091 (patch)
tree3455107131db004522769a359865e3c8dba02db4 /src
parent48fdb90d2b21fcf093b108ec206f6802df60378c (diff)
downloadopenbsd-3b038eeaecb9058d9908a13a034af7f2111c4091.tar.gz
openbsd-3b038eeaecb9058d9908a13a034af7f2111c4091.tar.bz2
openbsd-3b038eeaecb9058d9908a13a034af7f2111c4091.zip
new manual page X509_ocspid_print(3)
using input from tb@, and OK tb@ on an earlier version
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/OCSP_REQUEST_new.37
-rw-r--r--src/lib/libcrypto/man/OCSP_cert_to_id.37
-rw-r--r--src/lib/libcrypto/man/X509_ocspid_print.358
3 files changed, 66 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/OCSP_REQUEST_new.3 b/src/lib/libcrypto/man/OCSP_REQUEST_new.3
index c4a887d252..29084a657f 100644
--- a/src/lib/libcrypto/man/OCSP_REQUEST_new.3
+++ b/src/lib/libcrypto/man/OCSP_REQUEST_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OCSP_REQUEST_new.3,v 1.10 2019/06/10 09:49:48 schwarze Exp $ 1.\" $OpenBSD: OCSP_REQUEST_new.3,v 1.11 2021/08/06 21:45:55 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: June 10 2019 $ 68.Dd $Mdocdate: August 6 2021 $
69.Dt OCSP_REQUEST_NEW 3 69.Dt OCSP_REQUEST_NEW 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -318,7 +318,8 @@ OCSP_REQUEST_free(req);
318.Xr OCSP_resp_find_status 3 , 318.Xr OCSP_resp_find_status 3 ,
319.Xr OCSP_response_status 3 , 319.Xr OCSP_response_status 3 ,
320.Xr OCSP_sendreq_new 3 , 320.Xr OCSP_sendreq_new 3 ,
321.Xr OCSP_SERVICELOC_new 3 321.Xr OCSP_SERVICELOC_new 3 ,
322.Xr X509_ocspid_print 3
322.Sh STANDARDS 323.Sh STANDARDS
323RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate 324RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate
324Status Protocol, section 4.1: Request Syntax 325Status Protocol, section 4.1: Request Syntax
diff --git a/src/lib/libcrypto/man/OCSP_cert_to_id.3 b/src/lib/libcrypto/man/OCSP_cert_to_id.3
index 7443f4130a..f2ed8b1154 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.10 2019/06/06 01:06:58 schwarze Exp $ 1.\" $OpenBSD: OCSP_cert_to_id.3,v 1.11 2021/08/06 21:45:55 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: June 6 2019 $ 68.Dd $Mdocdate: August 6 2021 $
69.Dt OCSP_CERT_TO_ID 3 69.Dt OCSP_CERT_TO_ID 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -221,7 +221,8 @@ returns 1 for success or 0 for failure.
221.Xr OCSP_response_status 3 , 221.Xr OCSP_response_status 3 ,
222.Xr OCSP_sendreq_new 3 , 222.Xr OCSP_sendreq_new 3 ,
223.Xr X509_get_issuer_name 3 , 223.Xr X509_get_issuer_name 3 ,
224.Xr X509_NAME_new 3 224.Xr X509_NAME_new 3 ,
225.Xr X509_ocspid_print 3
225.Sh STANDARDS 226.Sh STANDARDS
226RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate 227RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate
227Status Protocol, section 4: Details of the Protocol 228Status Protocol, section 4: Details of the Protocol
diff --git a/src/lib/libcrypto/man/X509_ocspid_print.3 b/src/lib/libcrypto/man/X509_ocspid_print.3
new file mode 100644
index 0000000000..b9b6c92fbb
--- /dev/null
+++ b/src/lib/libcrypto/man/X509_ocspid_print.3
@@ -0,0 +1,58 @@
1.\" $OpenBSD: X509_ocspid_print.3,v 1.1 2021/08/06 21:45:55 schwarze Exp $
2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: August 6 2021 $
18.Dt X509_OCSPID_PRINT 3
19.Os
20.Sh NAME
21.Nm X509_ocspid_print
22.Nd pretty-print hashes of subject name and public key
23.Sh SYNOPSIS
24.In openssl/x509.h
25.Ft int
26.Fo X509_ocspid_print
27.Fa "BIO *bio"
28.Fa "X509 *issuer"
29.Fc
30.Sh DESCRIPTION
31.Fn X509_ocspid_print
32produces human-readable output to
33.Fa bio
34containing hexadecimal representations of SHA-1 hashes of the
35DER-encoded forms of the subject name and the public key of the
36.Fa issuer
37certificate, as these hashes appear in OCSP requests.
38.Sh RETURN VALUES
39.Fn X509_ocspid_print
40returns 1 for success or 0 for failure.
41.Sh EXAMPLES
42This function is used by the
43.Fl ocspid
44flag of the
45.Xr openssl 1
46.Cm x509
47command.
48.Sh SEE ALSO
49.Xr EVP_sha1 3 ,
50.Xr i2d_X509_NAME 3 ,
51.Xr OCSP_cert_to_id 3 ,
52.Xr OCSP_REQUEST_new 3 ,
53.Xr X509_get_pubkey 3 ,
54.Xr X509_get_subject_name 3
55.Sh HISTORY
56.Fn X509_ocspid_print
57first appeared in OpenSSL 0.9.7 and has been available since
58.Ox 3.2 .