ver: openssl - 1.0.0d

platform: winXP SP3

compile:
     >perl configure VC-WIN32 --prefix=D:\Tools\OpenSSL
     >ms\do_ms
     >nmake -f ntdll.mak
     >nmake -f ntdll.mak test(all pass)
     >nmake -f ntdll.mak install

reproduce:

D:\Tools\OpenSSL>cd bin
D:\Tools\OpenSSL\bin>openssl.exe
OpenSSL> ecparam -out EccCA.key -name prime256v1 -genkey
Loading 'screen' into random state - done
OpenSSL> ecparam -out Ecc1.key -name prime256v1 -genkey
unknown option -genkey
ecparam [options] <infile >outfile
where options are
 -inform arg       input format - default PEM (DER or PEM)
 -outform arg      output format - default PEM
 -in  arg          input file  - default stdin
 -out arg          output file - default stdout
 -noout            do not print the ec parameter
 -text             print the ec parameters in text form
 -check            validate the ec parameters
 -C                print a 'C' function creating the parameters
 -name arg         use the ec parameters with 'short name' name
 -list_curves      prints a list of all currently available curve 'short names'
 -conv_form arg    specifies the point conversion form
                   possible values: compressed
                                    uncompressed (default)
                                    hybrid
 -param_enc arg    specifies the way the ec parameters are encoded
                   in the asn1 der encoding
                   possible values: named_curve (default)
                                    explicit
 -no_seed          if 'explicit' parameters are choosen do not use the seed
 -genkey           generate ec key
 -rand file        files to use for random number input
 -engine e         use engine e, possibly a hardware device
error in ecparam
OpenSSL>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to