summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_CINF_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509_CINF_new.3')
-rw-r--r--src/lib/libcrypto/man/X509_CINF_new.314
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
44allocates and initializes an empty 44allocates and initializes an empty
45.Vt X509_CINF 45.Vt X509_CINF
46object, representing an ASN.1 TBSCertificate structure 46object, representing an ASN.1
47defined in RFC 5280 section 4.1. 47.Vt TBSCertificate
48structure defined in RFC 5280 section 4.1.
48It is used inside the 49It is used inside the
49.Vt X509 50.Vt X509
50object and holds the main information contained in the X.509 51object 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
58allocates and initializes an empty 59allocates and initializes an empty
59.Vt X509_VAL 60.Vt X509_VAL
60object, representing an ASN.1 Validity structure 61object, representing an ASN.1
61defined in RFC 5280 section 4.1. 62.Vt Validity
63structure defined in RFC 5280 section 4.1.
62It is used inside the 64It is used inside the
63.Vt X509_CINF 65.Vt X509_CINF
64object and holds the validity period of the certificate. 66object and holds the validity period of the certificate.