diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_REVOKED_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_REVOKED_new.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_REVOKED_new.3 b/src/lib/libcrypto/man/X509_REVOKED_new.3 index 2303f9caf2..f06075fcc2 100644 --- a/src/lib/libcrypto/man/X509_REVOKED_new.3 +++ b/src/lib/libcrypto/man/X509_REVOKED_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_REVOKED_new.3,v 1.1 2016/12/16 14:50:58 schwarze Exp $ | 1 | .\" $OpenBSD: X509_REVOKED_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" OpenSSL X509_CRL_get0_by_serial.pod 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL X509_CRL_get0_by_serial.pod 99d63d46 Oct 26 13:56:48 2016 -0400 |
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 16 2016 $ | 68 | .Dd $Mdocdate: December 25 2016 $ |
69 | .Dt X509_REVOKED_NEW 3 | 69 | .Dt X509_REVOKED_NEW 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -95,8 +95,9 @@ | |||
95 | allocates and initializes an empty | 95 | allocates and initializes an empty |
96 | .Vt X509_REVOKED | 96 | .Vt X509_REVOKED |
97 | object, representing one of the elements of | 97 | object, representing one of the elements of |
98 | the revokedCertificates field of the ASN.1 TBSCertList structure | 98 | the revokedCertificates field of the ASN.1 |
99 | defined in RFC 5280 section 5.1. | 99 | .Vt TBSCertList |
100 | structure defined in RFC 5280 section 5.1. | ||
100 | It is used by | 101 | It is used by |
101 | .Vt X509_CRL | 102 | .Vt X509_CRL |
102 | objects and can hold information about one revoked certificate | 103 | objects and can hold information about one revoked certificate |