diff options
author | jmc <> | 2016-12-05 19:41:46 +0000 |
---|---|---|
committer | jmc <> | 2016-12-05 19:41:46 +0000 |
commit | 00809b788b39971ad83b57ace1803bf130b53a1e (patch) | |
tree | 56dcfe879872820f2018080d9fd16e234244c001 /src/lib | |
parent | 3dbc4865ca5644c5be872acb170e4936e36f05fb (diff) | |
download | openbsd-00809b788b39971ad83b57ace1803bf130b53a1e.tar.gz openbsd-00809b788b39971ad83b57ace1803bf130b53a1e.tar.bz2 openbsd-00809b788b39971ad83b57ace1803bf130b53a1e.zip |
tweak previous;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_new.3 | 5 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509_new.3 b/src/lib/libcrypto/man/X509_new.3 index c451485f60..2cc4ddd7b6 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.4 2016/12/05 18:26:16 schwarze Exp $ | 1 | .\" $OpenBSD: X509_new.3,v 1.5 2016/12/05 19:41:46 jmc 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>. |
@@ -53,7 +53,8 @@ | |||
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm X509_new , | 55 | .Nm X509_new , |
56 | .Nm X509_free | 56 | .Nm X509_free , |
57 | .Nm X509_up_ref | ||
57 | .Nd X509 certificate ASN.1 allocation functions | 58 | .Nd X509 certificate ASN.1 allocation functions |
58 | .Sh SYNOPSIS | 59 | .Sh SYNOPSIS |
59 | .In openssl/x509.h | 60 | .In openssl/x509.h |
diff --git a/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 b/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 index 32d828f230..866c7b8bdb 100644 --- a/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 +++ b/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_get_ext_by_NID.3,v 1.1 2016/12/05 18:24:08 schwarze Exp $ | 1 | .\" $OpenBSD: X509v3_get_ext_by_NID.3,v 1.2 2016/12/05 19:41:46 jmc Exp $ |
2 | .\" OpenSSL c952780c Jun 21 07:03:34 2016 -0400 | 2 | .\" OpenSSL c952780c Jun 21 07:03:34 2016 -0400 |
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>. |
@@ -287,7 +287,7 @@ from | |||
287 | The deleted extension is returned and must be freed by the caller. | 287 | The deleted extension is returned and must be freed by the caller. |
288 | If | 288 | If |
289 | .Fa loc | 289 | .Fa loc |
290 | is in invalid index value, | 290 | is an invalid index value, |
291 | .Dv NULL | 291 | .Dv NULL |
292 | is returned. | 292 | is returned. |
293 | .Pp | 293 | .Pp |
@@ -377,7 +377,7 @@ if an error occurs. | |||
377 | .Fn X509v3_get_ext_by_OBJ , | 377 | .Fn X509v3_get_ext_by_OBJ , |
378 | and | 378 | and |
379 | .Fn X509v3_get_ext_by_critical | 379 | .Fn X509v3_get_ext_by_critical |
380 | return the an extension index or -1 if an error occurs. | 380 | return the extension index or -1 if an error occurs. |
381 | .Pp | 381 | .Pp |
382 | .Xr X509v3_add_ext 3 | 382 | .Xr X509v3_add_ext 3 |
383 | returns a stack of extensions or | 383 | returns a stack of extensions or |