> From: owner-openssl-us...@openssl.org On Behalf Of Jean Brico
> Sent: Sunday, 28 August, 2011 09:40
> I'va a CA in a Debian host that works fine and use scripts in
openssl
> I've a 2003 Server with a HTTPS site. It owns its certificate
generated by this CA.
>
> From: owner-openssl-us...@openssl.org On Behalf Of krishnamurthy
santhanam
> Sent: Friday, 26 August, 2011 16:11
> Thanks for your detailed Explanation Dave. I am going to encrypt
> using AES in server side using EVP ,
> EVP_EncryptInit_ex(&x, EVP_aes_256_cbc(), NULL, k
Hi,
I am trying to write a script to verify a PKCS#7 signature (it is
actually an Authenticode signature) using commonly available UNIX
tools such as perl and the openssl command line interface.
For testing, I use the openssl 0.9.8o (plus security patches) from
Debian Squeeze. This means that "
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)
For example I would like to know following cipher zuite.
EDH-RSA-DES-CBC3-SHA
ECDHE-ECDSA-AES256-SHA
RC4-MD5
EXP-DES-CBS-SHA
But I can not find the way.
For example, I tri