| > Package: openssl
| > Version: 0.9.7e-3
| > Severity: normal
| >
| > Several command line options are absent from the manual page. Namely
| > these:
| >
| >     -in <file>     input file
| >     -out <file>    output file
| >     -pass <arg>    pass phrase source
| >     -e             encrypt
| >     -d             decrypt
| >     -a/-base64     base64 encode/decode, depending on encryption flag
| >     -k             passphrase is the next argument
| >     -kfile         passphrase is the first line of the file argument
| >     -md            the next argument is the md to use to create a key
| >                  from a passphrase.  One of md2, md5, sha or sha1
| >     -K/-iv         key/iv in hex is the next argument
| >     -[pP]          print the iv/key (then exit if -P)
| >     -bufsize <n>   buffer size
| >     -engine e      use engine e, possibly a hardware device.
| >
| > Please document them in manual.
| 
| Which manual page do you mean? I can see the options documented in
| req(1) etc.

Hm, the listing is part of output:

   $ openssl dsa --error

It seems that some of them are listed in dsa(1), but not all. These
are not listed in dsa(1) manual page:

   -base64  
   -md
   -engine

Jari


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to