summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/CMS_decrypt.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-08-18 21:44:10 +0000
committerschwarze <schwarze@openbsd.org>2019-08-18 21:44:10 +0000
commit85bbda655c65c9014df6af7592202ade3ada3e18 (patch)
tree3a0cdfb10d7a813c258d58bf9ccceb268d66a366 /lib/libcrypto/man/CMS_decrypt.3
parentversion field was reserved but not discussed, this is done now (diff)
downloadwireguard-openbsd-85bbda655c65c9014df6af7592202ade3ada3e18.tar.xz
wireguard-openbsd-85bbda655c65c9014df6af7592202ade3ada3e18.zip
Tweak cross references, in particular making sure that
all CMS pages are linked to CMS_ContentInfo_new(3) both ways and that closely related pages reference each other.
Diffstat (limited to 'lib/libcrypto/man/CMS_decrypt.3')
-rw-r--r--lib/libcrypto/man/CMS_decrypt.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypto/man/CMS_decrypt.3 b/lib/libcrypto/man/CMS_decrypt.3
index 579d58102f4..495bdaaff39 100644
--- a/lib/libcrypto/man/CMS_decrypt.3
+++ b/lib/libcrypto/man/CMS_decrypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_decrypt.3,v 1.6 2019/08/16 10:43:15 schwarze Exp $
+.\" $OpenBSD: CMS_decrypt.3,v 1.7 2019/08/18 21:44:10 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 16 2019 $
+.Dd $Mdocdate: August 18 2019 $
.Dt CMS_DECRYPT 3
.Os
.Sh NAME
@@ -199,7 +199,9 @@ return 1 for success or 0 for failure.
The error can be obtained from
.Xr ERR_get_error 3 .
.Sh SEE ALSO
-.Xr CMS_encrypt 3
+.Xr CMS_ContentInfo_new 3 ,
+.Xr CMS_encrypt 3 ,
+.Xr CMS_get0_RecipientInfos 3
.Sh STANDARDS
RFC 5652: Cryptographic Message Syntax (CMS)
.Bl -dash -compact -offset indent