diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 75c37e641b..06634efa6f 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.74 2016/11/02 17:32:42 jmc Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.75 2016/11/02 18:26:14 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -50,7 +50,6 @@ | |||
50 | .Nm tls_config_verify , | 50 | .Nm tls_config_verify , |
51 | .Nm tls_config_verify_client , | 51 | .Nm tls_config_verify_client , |
52 | .Nm tls_config_verify_client_optional , | 52 | .Nm tls_config_verify_client_optional , |
53 | .Nm tls_ocsp_process_response , | ||
54 | .Nm tls_peer_cert_provided , | 53 | .Nm tls_peer_cert_provided , |
55 | .Nm tls_peer_cert_contains_name , | 54 | .Nm tls_peer_cert_contains_name , |
56 | .Nm tls_peer_cert_issuer , | 55 | .Nm tls_peer_cert_issuer , |
@@ -58,6 +57,7 @@ | |||
58 | .Nm tls_peer_cert_hash , | 57 | .Nm tls_peer_cert_hash , |
59 | .Nm tls_peer_cert_notbefore , | 58 | .Nm tls_peer_cert_notbefore , |
60 | .Nm tls_peer_cert_notafter , | 59 | .Nm tls_peer_cert_notafter , |
60 | .Nm tls_ocsp_process_response , | ||
61 | .Nm tls_peer_ocsp_cert_status , | 61 | .Nm tls_peer_ocsp_cert_status , |
62 | .Nm tls_peer_ocsp_crl_reason , | 62 | .Nm tls_peer_ocsp_crl_reason , |
63 | .Nm tls_peer_ocsp_next_update , | 63 | .Nm tls_peer_ocsp_next_update , |
@@ -560,27 +560,27 @@ The following functions return information about the peer certificate from | |||
560 | .Ar ctx | 560 | .Ar ctx |
561 | that was obtained by validating a stapled OCSP response during the handshake, | 561 | that was obtained by validating a stapled OCSP response during the handshake, |
562 | or via a previous call to | 562 | or via a previous call to |
563 | .Fn tls_ocsp_process_response | 563 | .Fn tls_ocsp_process_response . |
564 | .Bl -bullet -offset four | 564 | .Bl -bullet -offset four |
565 | .It | 565 | .It |
566 | .Fn tls_peer_ocsp_cert_status | 566 | .Fn tls_peer_ocsp_cert_status |
567 | returns the OCSP certificate status code as per RFC 6960 section 2.2 | 567 | returns the OCSP certificate status code as per RFC 6960 section 2.2. |
568 | .It | 568 | .It |
569 | .Fn tls_peer_ocsp_crl_reason | 569 | .Fn tls_peer_ocsp_crl_reason |
570 | returns the OCSP certificate revocation reason status code as per RFC 5280 | 570 | returns the OCSP certificate revocation reason status code as per RFC 5280 |
571 | section 5.3.1 | 571 | section 5.3.1. |
572 | .It | 572 | .It |
573 | .Fn tls_peer_ocsp_next_update | 573 | .Fn tls_peer_ocsp_next_update |
574 | returns the OCSP next update time | 574 | returns the OCSP next update time. |
575 | .It | 575 | .It |
576 | .Fn tls_peer_ocsp_response_status | 576 | .Fn tls_peer_ocsp_response_status |
577 | returns the OCSP response status as per RFC 6960 section 2.3 | 577 | returns the OCSP response status as per RFC 6960 section 2.3. |
578 | .It | 578 | .It |
579 | .Fn tls_peer_ocsp_revocation_time | 579 | .Fn tls_peer_ocsp_revocation_time |
580 | returns the OCSP revocation time | 580 | returns the OCSP revocation time. |
581 | .It | 581 | .It |
582 | .Fn tls_peer_ocsp_this_update | 582 | .Fn tls_peer_ocsp_this_update |
583 | returns the OCSP this update time | 583 | returns the OCSP this update time. |
584 | .El | 584 | .El |
585 | .Pp | 585 | .Pp |
586 | The following are TLS related utility functions: | 586 | The following are TLS related utility functions: |