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:35:39 +0000 (22:35 +0000)
commitc76e5b08a151a48fde67b2d3e6fe54ae8af901d7
tree72e42c68eb702cb07ef67cc7c78d82d849ff7d3a
parent0071215832e09c77f62193cec8f00db22854f3b8
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