summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/X509_new.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-11-18 10:09:25 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-11-18 10:09:25 +0000
commit3e11bb0667cc85a10cdc0e6ea6c719d8cf3f3906 (patch)
tree3896f3626ac99b7cbc1a8bb7082f3ab2c1c07061 /lib/libcrypto/man/X509_new.3
parentd0daa46d508813a384ea4c1961d9baa0906b7ccf (diff)
In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided
X509_OBJECT_new(3) and X509_OBJECT_free(3); document them. While here, stop talking about storing storing EVP_PKEY objects and plain C strings in X509_OBJECT objects. LibreSSL never fully supported that, and it certainly no longer supports that now.
Diffstat (limited to 'lib/libcrypto/man/X509_new.3')
-rw-r--r--lib/libcrypto/man/X509_new.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_new.3 b/lib/libcrypto/man/X509_new.3
index 296e9b8cfc3..4b85f67eb07 100644
--- a/lib/libcrypto/man/X509_new.3
+++ b/lib/libcrypto/man/X509_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_new.3,v 1.35 2021/11/09 16:23:04 schwarze Exp $
+.\" $OpenBSD: X509_new.3,v 1.36 2021/11/18 10:09:24 schwarze Exp $
.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file is a derived work.
@@ -66,7 +66,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 9 2021 $
+.Dd $Mdocdate: November 18 2021 $
.Dt X509_NEW 3
.Os
.Sh NAME
@@ -227,6 +227,7 @@ if an error occurs.
.Xr X509_LOOKUP_hash_dir 3 ,
.Xr X509_LOOKUP_new 3 ,
.Xr X509_NAME_new 3 ,
+.Xr X509_OBJECT_new 3 ,
.Xr X509_PKEY_new 3 ,
.Xr X509_policy_check 3 ,
.Xr X509_policy_tree_level_count 3 ,