projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Link in passphrase-encoding(7) in relevant documentation
[openssl.git]
/
doc
/
man3
/
PKCS12_create.pod
diff --git
a/doc/man3/PKCS12_create.pod
b/doc/man3/PKCS12_create.pod
index 37b53be83b1e124b45a22197b6efd13cbcab97ea..0dcd2ab2a266ca18d69be65e77a242ac7b266e28 100644
(file)
--- 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.
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
=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
=head1 COPYRIGHT