From: tb Date: Mon, 22 Jan 2024 14:00:13 +0000 (+0000) Subject: Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=139761cd6f4ce72bd283082d304e49a30a9218fb;p=openbsd Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and add a back reference from CMS_get0_SignerInfos(3). --- diff --git a/lib/libcrypto/man/CMS_ContentInfo_new.3 b/lib/libcrypto/man/CMS_ContentInfo_new.3 index ff6417949ac..d5117fa4aea 100644 --- a/lib/libcrypto/man/CMS_ContentInfo_new.3 +++ b/lib/libcrypto/man/CMS_ContentInfo_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_ContentInfo_new.3,v 1.3 2019/11/02 15:39:46 schwarze Exp $ +.\" $OpenBSD: CMS_ContentInfo_new.3,v 1.4 2024/01/22 14:00:13 tb Exp $ .\" Copyright (c) 2019 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 2 2019 $ +.Dd $Mdocdate: January 22 2024 $ .Dt CMS_CONTENTINFO_NEW 3 .Os .Sh NAME @@ -104,6 +104,7 @@ if an error occurs. .Xr CMS_get1_ReceiptRequest 3 , .Xr CMS_sign 3 , .Xr CMS_sign_receipt 3 , +.Xr CMS_signed_add1_attr 3 , .Xr CMS_uncompress 3 , .Xr CMS_verify 3 , .Xr CMS_verify_receipt 3 , diff --git a/lib/libcrypto/man/CMS_get0_SignerInfos.3 b/lib/libcrypto/man/CMS_get0_SignerInfos.3 index 0be92d800fa..017fdd40f25 100644 --- a/lib/libcrypto/man/CMS_get0_SignerInfos.3 +++ b/lib/libcrypto/man/CMS_get0_SignerInfos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.8 2023/07/26 19:30:43 tb Exp $ +.\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.9 2024/01/22 14:00:13 tb Exp $ .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 26 2023 $ +.Dd $Mdocdate: January 22 2024 $ .Dt CMS_GET0_SIGNERINFOS 3 .Os .Sh NAME @@ -187,6 +187,7 @@ Any error can be obtained from .Xr ERR_get_error 3 . .Sh SEE ALSO .Xr CMS_ContentInfo_new 3 , +.Xr CMS_signed_add1_attr 3 , .Xr CMS_verify 3 .Sh STANDARDS RFC 5652: Cryptographic Message Syntax (CMS) diff --git a/lib/libcrypto/man/CMS_signed_add1_attr.3 b/lib/libcrypto/man/CMS_signed_add1_attr.3 index 6fbbe13f0cb..4246ca2cb39 100644 --- a/lib/libcrypto/man/CMS_signed_add1_attr.3 +++ b/lib/libcrypto/man/CMS_signed_add1_attr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_signed_add1_attr.3,v 1.2 2024/01/22 13:54:46 tb Exp $ +.\" $OpenBSD: CMS_signed_add1_attr.3,v 1.3 2024/01/22 14:00:13 tb Exp $ .\" .\" Copyright (c) 2024 Job Snijders .\" Copyright (c) 2024 Theo Buehler @@ -352,6 +352,7 @@ and return the number of array elements or \-1 on failure. .Sh SEE ALSO .Xr CMS_add1_signer 3 , +.Xr CMS_ContentInfo_new 3 , .Xr CMS_get0_SignerInfos 3 , .Xr OBJ_nid2obj 3 , .Xr X509_ATTRIBUTE_create_by_OBJ 3 ,