RE: How to make ca signaturer when I use dh or rc4 etc.

2011-08-30 Thread Dave Thompson
> 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

Re: How to make ca signaturer when I use dh or rc4 etc.

2011-08-30 Thread yyy
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

Re: How to make ca signaturer when I use dh or rc4 etc.

2011-08-30 Thread 櫻井英明
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

Re: How to make ca signaturer when I use dh or rc4 etc.

2011-08-30 Thread yyy
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

Re: How to make ca signaturer when I use dh or rc4 etc.

2011-08-30 Thread 櫻井英明
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

Re: How to make ca signaturer when I use dh or rc4 etc.

2011-08-30 Thread yyy
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