diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-09-08 01:14:26 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-09-08 01:14:26 +0200 |
commit | 84b65340e1cf5b0c427d87e89f42382bff2a5b63 (patch) | |
tree | bf55a359dd51faaeb01ad56c7aae165a6c3c0b96 /doc | |
parent | Ugh, BIO_find_type() cannot be passed a NULL. (diff) | |
download | openssl-84b65340e1cf5b0c427d87e89f42382bff2a5b63.tar.xz openssl-84b65340e1cf5b0c427d87e89f42382bff2a5b63.zip |
Two new PKCS#12 demo programs.
Update PKCS12_parse().
Make the keyid in certificate aux info more usable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apps/smime.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod index eee9d049ca..4ab53322c5 100644 --- a/doc/apps/smime.pod +++ b/doc/apps/smime.pod @@ -23,6 +23,7 @@ B<openssl> B<smime> [B<-recip file>] [B<-in file>] [B<-inform SMIME|PEM|DER>] +[B<-passin arg>] [B<-inkey file>] [B<-out file>] [B<-outform SMIME|PEM|DER>] @@ -203,6 +204,11 @@ corresponding certificate. If this option is not specified then the private key must be included in the certificate file specified with the B<-recip> or B<-signer> file. +=item B<-passin arg> + +the private key password source. For more information about the format of B<arg> +see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>. + =item B<-rand file(s)> a file or files containing random data used to seed the random number |