Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and
authortb <tb@openbsd.org>
Mon, 22 Jan 2024 14:00:13 +0000 (14:00 +0000)
committertb <tb@openbsd.org>
Mon, 22 Jan 2024 14:00:13 +0000 (14:00 +0000)
add a back reference from CMS_get0_SignerInfos(3).

lib/libcrypto/man/CMS_ContentInfo_new.3
lib/libcrypto/man/CMS_get0_SignerInfos.3
lib/libcrypto/man/CMS_signed_add1_attr.3

index ff64179..d5117fa 100644 (file)
@@ -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 <schwarze@openbsd.org>
 .\"
 .\" 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 ,
index 0be92d8..017fdd4 100644 (file)
@@ -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 <steve@openssl.org>.
@@ -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)
index 6fbbe13..4246ca2 100644 (file)
@@ -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 <job@openbsd.org>
 .\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org>
@@ -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 ,