> From: owner-openssl-us...@openssl.org On Behalf Of
> Sent: Monday, 29 August, 2011 07:57
> Hello
> I try to make ca signature about following case.
> 1. Kx=DH, ECDH
> 2. Au=ECDSA
> 3. Enc=DES(56),3DES(168),RC4(40), rc4(128)
This doesn't make se
ECDSA keys can be made by:openssl ecparam -genkey -name "name_of_curve" -out eckey.pemwhere "name_of_curve" is name of named curve, list of available curves is at:openssl ecparam -list_curvesThat genkey will generate private key. (probably it is possible to generate new curves, but I don not know
Hello
Thanks for good advice.
I would like to know which command that I need to use to make ECDSA key.
or how to make Ans I would like to know which command that I need to use dh.
I'm so sorry but would you show me the process about following ?
EDH-RSA-DES-CBC3-SHA
ECDHE-ECDSA-AES256-SHA
RC4-MD5
Generally ANY CA signature works with ANY ciphersuite. They are not related at all.You mean:Make a CA, which can sign a certificate, which can be used with these all ciphersuites?In that case any signature method can be used. (ECDSA and RSA ciphersuites will not work with one certificate, but CA sh
Hello
Sorry for confuse you.
My exactly purpose are to make ca signatures about following ciphersuites.
EDH-RSA-DES-CBC3-SHA
ECDHE-ECDSA-AES256-SHA
RC4-MD5
EXP-DES-CBS-SHA
I think my question were confused because I did not understand what command
to use.
Please do not care what command that I u
What exactly are you trying to do?None of ciphersuites specified in second list, meets the requiremencts specified in first list.(Only second ciphersuite uses ECDSA Au, it also is the only one, not using any variant of DES or RC4)There exists ECDHE-ECDSA ciphersuites usring RC4, but these are not i