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 c1ba1f59ba..103b9a4a9f 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.4 2016/12/12 20:41:48 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_cert_to_id.3,v 1.5 2016/12/14 16:20:28 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 12 2016 $ | 68 | .Dd $Mdocdate: December 14 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 |
@@ -216,7 +216,9 @@ returns 1 for success or 0 for failure. | |||
216 | .Xr OCSP_REQUEST_new 3 , | 216 | .Xr OCSP_REQUEST_new 3 , |
217 | .Xr OCSP_resp_find_status 3 , | 217 | .Xr OCSP_resp_find_status 3 , |
218 | .Xr OCSP_response_status 3 , | 218 | .Xr OCSP_response_status 3 , |
219 | .Xr OCSP_sendreq_new 3 | 219 | .Xr OCSP_sendreq_new 3 , |
220 | .Xr X509_get_issuer_name 3 , | ||
221 | .Xr X509_NAME_new 3 | ||
220 | .Sh STANDARDS | 222 | .Sh STANDARDS |
221 | RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate | 223 | RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate |
222 | Status Protocol, section 4: Details of the Protocol | 224 | Status Protocol, section 4: Details of the Protocol |