summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS12_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/PKCS12_new.3')
-rw-r--r--src/lib/libcrypto/man/PKCS12_new.313
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/PKCS12_new.3 b/src/lib/libcrypto/man/PKCS12_new.3
index 426074c9b1..0f54048724 100644
--- a/src/lib/libcrypto/man/PKCS12_new.3
+++ b/src/lib/libcrypto/man/PKCS12_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKCS12_new.3,v 1.1 2016/12/22 16:05:22 schwarze Exp $ 1.\" $OpenBSD: PKCS12_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 22 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt PKCS12_NEW 3 18.Dt PKCS12_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -37,7 +37,9 @@
37.Fn PKCS12_new 37.Fn PKCS12_new
38allocates and initializes an empty 38allocates and initializes an empty
39.Vt PKCS12 39.Vt PKCS12
40object, representing an ASN.1 PFX (personal information exchange) 40object, representing an ASN.1
41.Vt PFX
42.Pq personal information exchange
41structure defined in RFC 7292 section 4. 43structure defined in RFC 7292 section 4.
42It can hold a pointer to a 44It can hold a pointer to a
43.Vt PKCS7 45.Vt PKCS7
@@ -53,8 +55,9 @@ frees
53.Fn PKCS12_MAC_DATA_new 55.Fn PKCS12_MAC_DATA_new
54allocates and initializes an empty 56allocates and initializes an empty
55.Vt PKCS12_MAC_DATA 57.Vt PKCS12_MAC_DATA
56object, representing an ASN.1 MacData structure 58object, representing an ASN.1
57defined in RFC 7292 section 4. 59.Vt MacData
60structure defined in RFC 7292 section 4.
58It is used inside 61It is used inside
59.Vt PKCS12 62.Vt PKCS12
60and can hold a pointer to an 63and can hold a pointer to an