diff options
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_cert_to_id.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_cert_to_id.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/OCSP_cert_to_id.3 b/src/lib/libcrypto/man/OCSP_cert_to_id.3 index 103b9a4a9f..77559ba469 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.5 2016/12/14 16:20:28 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_cert_to_id.3,v 1.6 2016/12/25 22:15:10 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 14 2016 $ | 68 | .Dd $Mdocdate: December 25 2016 $ |
69 | .Dt OCSP_CERT_TO_ID 3 | 69 | .Dt OCSP_CERT_TO_ID 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -118,7 +118,9 @@ | |||
118 | .Fn OCSP_CERTID_new | 118 | .Fn OCSP_CERTID_new |
119 | allocates and initializes an empty | 119 | allocates and initializes an empty |
120 | .Vt OCSP_CERTID | 120 | .Vt OCSP_CERTID |
121 | object, representing an ASN.1 CertID structure defined in RFC 6960. | 121 | object, representing an ASN.1 |
122 | .Vt CertID | ||
123 | structure defined in RFC 6960. | ||
122 | It can store hashes of an issuer's distinguished name and public | 124 | It can store hashes of an issuer's distinguished name and public |
123 | key together with a serial number of a certificate. | 125 | key together with a serial number of a certificate. |
124 | It is used by the | 126 | It is used by the |