From eb8dd9dca1228af0cd132f515509051ecfabf6f6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 14 Apr 2025 17:32:06 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20250414'. --- src/lib/libcrypto/man/X509_INFO_new.3 | 72 ----------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 src/lib/libcrypto/man/X509_INFO_new.3 (limited to 'src/lib/libcrypto/man/X509_INFO_new.3') diff --git a/src/lib/libcrypto/man/X509_INFO_new.3 b/src/lib/libcrypto/man/X509_INFO_new.3 deleted file mode 100644 index 1e9bb832f3..0000000000 --- a/src/lib/libcrypto/man/X509_INFO_new.3 +++ /dev/null @@ -1,72 +0,0 @@ -.\" $OpenBSD: X509_INFO_new.3,v 1.3 2021/10/19 10:39:33 schwarze Exp $ -.\" Copyright (c) 2019 Ingo Schwarze -.\" -.\" Permission to use, copy, modify, and distribute this software for any -.\" purpose with or without fee is hereby granted, provided that the above -.\" copyright notice and this permission notice appear in all copies. -.\" -.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" -.Dd $Mdocdate: October 19 2021 $ -.Dt X509_INFO_NEW 3 -.Os -.Sh NAME -.Nm X509_INFO_new , -.Nm X509_INFO_free -.Nd X.509 certificate wrapper object -.Sh SYNOPSIS -.In openssl/x509.h -.Ft X509_INFO * -.Fn X509_INFO_new void -.Ft void -.Fn X509_INFO_free "X509_INFO *info" -.Sh DESCRIPTION -.Vt X509_INFO -is a reference-counted wrapper object storing a pointer to an X.509 -certificate together with pointers to the associated private key -and to an associated certificate revocation list. -It is for example used internally by -.Xr X509_load_cert_crl_file 3 . -.Pp -.Fn X509_INFO_new -allocates and initializes an empty -.Vt X509_INFO -object and sets its reference count to 1. -.Pp -.Fn X509_INFO_free -decrements the reference count of -.Fa info -by 1. -If the reference count reaches 0, it frees all referenced objects -as well as the storage needed for -.Fa info -itself. -If -.Fa info -is a -.Dv NULL -pointer, no action occurs. -.Sh RETURN VALUES -.Fn X509_INFO_new -returns the newly allocated -.Vt X509_INFO -object or -.Dv NULL -if an error occurs. -.Sh SEE ALSO -.Xr PEM_X509_INFO_read 3 , -.Xr X509_CRL_new 3 , -.Xr X509_new 3 , -.Xr X509_PKEY_new 3 -.Sh HISTORY -.Fn X509_INFO_new -and -.Fn X509_INFO_free -first appeared in SSLeay 0.5.1 and have been available since -.Ox 2.4 . -- cgit v1.2.3-55-g6feb