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:28:37 +0000 (22:28 +0000)
commit856c6dfb09d69fc82ada2611c6cd792dfc60e355
treecac05f74cf5b42616977ca6f158f062794b537ee
parent701134320a94908d8c0ac513741cab41e215a7b5
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.
doc/apps/pkcs12.pod