diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_CINF_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_CINF_new.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/X509_CINF_new.3 b/src/lib/libcrypto/man/X509_CINF_new.3 index fdfc4c8c7b..7ac86b6d36 100644 --- a/src/lib/libcrypto/man/X509_CINF_new.3 +++ b/src/lib/libcrypto/man/X509_CINF_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_CINF_new.3,v 1.1 2016/12/16 09:17:59 schwarze Exp $ | 1 | .\" $OpenBSD: X509_CINF_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: December 16 2016 $ | 17 | .Dd $Mdocdate: December 25 2016 $ |
18 | .Dt X509_CINF_NEW 3 | 18 | .Dt X509_CINF_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -43,8 +43,9 @@ | |||
43 | .Fn X509_CINF_new | 43 | .Fn X509_CINF_new |
44 | allocates and initializes an empty | 44 | allocates and initializes an empty |
45 | .Vt X509_CINF | 45 | .Vt X509_CINF |
46 | object, representing an ASN.1 TBSCertificate structure | 46 | object, representing an ASN.1 |
47 | defined in RFC 5280 section 4.1. | 47 | .Vt TBSCertificate |
48 | structure defined in RFC 5280 section 4.1. | ||
48 | It is used inside the | 49 | It is used inside the |
49 | .Vt X509 | 50 | .Vt X509 |
50 | object and holds the main information contained in the X.509 | 51 | object and holds the main information contained in the X.509 |
@@ -57,8 +58,9 @@ frees | |||
57 | .Fn X509_VAL_new | 58 | .Fn X509_VAL_new |
58 | allocates and initializes an empty | 59 | allocates and initializes an empty |
59 | .Vt X509_VAL | 60 | .Vt X509_VAL |
60 | object, representing an ASN.1 Validity structure | 61 | object, representing an ASN.1 |
61 | defined in RFC 5280 section 4.1. | 62 | .Vt Validity |
63 | structure defined in RFC 5280 section 4.1. | ||
62 | It is used inside the | 64 | It is used inside the |
63 | .Vt X509_CINF | 65 | .Vt X509_CINF |
64 | object and holds the validity period of the certificate. | 66 | object and holds the validity period of the certificate. |