Re: compiler warning EVP_bf_cfb()

2006-01-16 Thread Ben Sandee
On 1/16/06, Felix Dorner <[EMAIL PROTECTED]> wrote: this should be a oneliner, my first steps in openssl programming.the line EVP_CIPHER *blowfish_cbc = EVP_bf_cbc();gives me a warning that I do not understand:warning: initialization discards qualifiers from pointer target type Felix,The return val

compiler warning EVP_bf_cfb()

2006-01-16 Thread Felix Dorner
Hi, this should be a oneliner, my first steps in openssl programming. the line EVP_CIPHER *blowfish_cbc = EVP_bf_cbc(); gives me a warning that I do not understand: warning: initialization discards qualifiers from pointer target type thanks for any help, felix __

Re: What am I missing here?

2006-01-16 Thread Dr. Stephen Henson
On Mon, Jan 16, 2006, David Gianndrea wrote: > Im trying to generate sha1 digests of some config files using > a private key, and then use the verify option and the public > key to confirm the signed digest file. Here are the 2 commands > I used. > > c:\apache\bin\openssl dgst -sha1 -out c:\apach

What am I missing here?

2006-01-16 Thread David Gianndrea
Im trying to generate sha1 digests of some config files using a private key, and then use the verify option and the public key to confirm the signed digest file. Here are the 2 commands I used. c:\apache\bin\openssl dgst -sha1 -out c:\apache\sigs\httpd.conf.sha1 -sign c:\apache\sigs\sigs.dat -pa

Re: x509 CRL v2

2006-01-16 Thread Dr. Stephen Henson
On Mon, Jan 16, 2006, Daniel Garca Franco wrote: > Hello! > > I use the v2 of CRL, and i have to revoke the certificates > with 2 extension, CRL Revoke Reason and InvalidityDate, i Know how to > pass the first extension to openssl when i revoke a certificate, but > i don´t know how to pass the s

Re: Entering non-ASCII character with the openssl tool?

2006-01-16 Thread Dr. Stephen Henson
On Mon, Jan 16, 2006, Stef Hoeben wrote: > > We want to make pkcs10 request with "openssl -req", in which > the CN contains non-ASCII chars (greek, arab, chinese, ...) > > Is there a way to do so with the openssl tool? > E.g. by using escape characters, or by specifying the CN in openssl.conf >

Entering non-ASCII character with the openssl tool?

2006-01-16 Thread Stef Hoeben
Hi, (sorry if you received this mail twice) We want to make pkcs10 request with "openssl -req", in which the CN contains non-ASCII chars (greek, arab, chinese, ...) Is there a way to do so with the openssl tool? E.g. by using escape characters, or by specifying the CN in openssl.conf in some wa

x509 CRL v2

2006-01-16 Thread Daniel García Franco
Hello! I use the v2 of CRL, and i have to revoke the certificates with 2 extension, CRL Revoke Reason and InvalidityDate, i Know how to pass the first extension to openssl when i revoke a certificate, but i don´t know how to pass the second extension. I´m using the next command to revoke the ce

Support of CBC mode of encryption in 3DES

2006-01-16 Thread akhila
Hello, I just downloaded the openssl-0.9.8a. I need to use only the CBC mode of encryption. So i was checking the CBC3 files. in the file cbc3_enc.c, a comment is added: /* HAS BUGS! DON'T USE - this is only present for use in des.c */ for the function void DES_3cbc_encrypt(DES_cblock *input,

Re: AES 128 encrypt problem

2006-01-16 Thread MOTOOKA, Daisuke
Ted, oops! you are right. i made such a silly mistake. by default, Redhat Linux 7.3 installs openssl-0.6.3c. and i didn't delete it. now i delete old openssl and install new one again. it works. Thank you very much. MOTOOKA - Original Message - From: "Bernhard Froehlich" <[EMAIL PROTEC