Document pkcs12 -password behavior
authorScott Schaefer <saschaefer@neurodiverse.org>
Mon, 23 Dec 2013 18:01:38 +0000 (19:01 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 14 Feb 2014 22:36:04 +0000 (22:36 +0000)
commitffaebdf38c6a5074be3c2ab082d08331e1b2dcf8
treed751b954612354bbc5b6115b2d68c5e4cd54633b
parent8e04001f85c05fb26e775d099faaf2f85f11fe03
Document pkcs12 -password behavior

apps/pkcs12.c accepts -password as an argument.  The document author
almost certainly meant to write "-password, -passin".

However, that is not correct, either.  Actually the code treats
-password as equivalent to -passin, EXCEPT when -export is also
specified, in which case -password as equivalent to -passout.
(cherry picked from commit 856c6dfb09d69fc82ada2611c6cd792dfc60e355)
doc/apps/pkcs12.pod