summaryrefslogtreecommitdiff
path: root/doc/man3/PKCS12_create.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-05-13 11:35:14 +0200
committerRichard Levitte <levitte@openssl.org>2018-05-14 15:56:59 +0200
commit8481434439e421d513350a81a01ba2e2a8e61b6e (patch)
tree30c5b1ccface9bc6d9374c82b8bf120de6df5b1f /doc/man3/PKCS12_create.pod
parent491c35324c9f4392ec3d59bb260bf9b7e588f881 (diff)
downloadopenssl-new-8481434439e421d513350a81a01ba2e2a8e61b6e.tar.gz
Link in passphrase-encoding(7) in relevant documentation
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6179)
Diffstat (limited to 'doc/man3/PKCS12_create.pod')
-rw-r--r--doc/man3/PKCS12_create.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/man3/PKCS12_create.pod b/doc/man3/PKCS12_create.pod
index 37b53be83b..0dcd2ab2a2 100644
--- a/doc/man3/PKCS12_create.pod
+++ b/doc/man3/PKCS12_create.pod
@@ -60,13 +60,18 @@ should be used.
B<mac_iter> can be set to -1 and the MAC will then be omitted entirely.
+PKCS12_create() makes assumptions regarding the encoding of the given pass
+phrase.
+See L<passphrase-encoding(7)> for more information.
+
=head1 RETURN VALUES
PKCS12_create() returns a valid B<PKCS12> structure or NULL if an error occurred.
=head1 SEE ALSO
-L<d2i_PKCS12(3)>
+L<d2i_PKCS12(3)>,
+L<passphrase-encoding(7)>
=head1 COPYRIGHT