diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_new.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_new.3 b/src/lib/libcrypto/man/X509_new.3 index 1294ae3edd..dbf82bc974 100644 --- a/src/lib/libcrypto/man/X509_new.3 +++ b/src/lib/libcrypto/man/X509_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_new.3,v 1.9 2016/12/24 01:29:40 schwarze Exp $ | 1 | .\" $OpenBSD: X509_new.3,v 1.10 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" OpenSSL 3a59ad98 Dec 11 00:36:06 2015 +0000 | 2 | .\" OpenSSL 3a59ad98 Dec 11 00:36:06 2015 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 24 2016 $ | 51 | .Dd $Mdocdate: December 25 2016 $ |
52 | .Dt X509_NEW 3 | 52 | .Dt X509_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -73,8 +73,9 @@ | |||
73 | allocates and initializes an empty | 73 | allocates and initializes an empty |
74 | .Vt X509 | 74 | .Vt X509 |
75 | object with reference count 1. | 75 | object with reference count 1. |
76 | It represents an ASN.1 Certificate structure | 76 | It represents an ASN.1 |
77 | defined in RFC 5280 section 4.1. | 77 | .Vt Certificate |
78 | structure defined in RFC 5280 section 4.1. | ||
78 | It can hold a public key together with information about the person, | 79 | It can hold a public key together with information about the person, |
79 | organization, device, or function the associated private key belongs to. | 80 | organization, device, or function the associated private key belongs to. |
80 | .Pp | 81 | .Pp |