summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-02-15 16:22:53 +0000
committerschwarze <schwarze@openbsd.org>2018-02-15 16:22:53 +0000
commit43eccfdcf16b166e0015b1407499c65003d96312 (patch)
tree85f0e14e27ba746563e6447d08cf6f0998cfa760
parentDocument the additional public function OCSP_basic_sign(3); (diff)
downloadwireguard-openbsd-43eccfdcf16b166e0015b1407499c65003d96312.tar.xz
wireguard-openbsd-43eccfdcf16b166e0015b1407499c65003d96312.zip
Add missing RETURN VALUES section;
from Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800.
-rw-r--r--lib/libcrypto/man/PKCS12_create.314
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/libcrypto/man/PKCS12_create.3 b/lib/libcrypto/man/PKCS12_create.3
index 162ff7cf683..07b6b3d84e6 100644
--- a/lib/libcrypto/man/PKCS12_create.3
+++ b/lib/libcrypto/man/PKCS12_create.3
@@ -1,5 +1,6 @@
-.\" $OpenBSD: PKCS12_create.3,v 1.4 2016/11/28 22:41:38 schwarze Exp $
-.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400
+.\" $OpenBSD: PKCS12_create.3,v 1.5 2018/02/15 16:22:53 schwarze Exp $
+.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400
+.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
.\" Copyright (c) 2002, 2015 The OpenSSL Project. All rights reserved.
@@ -48,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 28 2016 $
+.Dd $Mdocdate: February 15 2018 $
.Dt PKCS12_CREATE 3
.Os
.Sh NAME
@@ -154,6 +155,13 @@ then this will be used for the corresponding
or
.Sy localKeyID
in the PKCS12 structure.
+.Sh RETURN VALUES
+.Fn PKCS12_create
+returns a valid
+.Vt PKCS12
+structure or
+.Dv NULL
+if an error occurred.
.Sh SEE ALSO
.Xr d2i_PKCS12 3
.Sh HISTORY