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
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
__
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
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
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
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
>
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
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
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,
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
10 matches
Mail list logo