Application simply comes out in the function PEM_write_RSAPrivateKey.The private key file is simply 0KB.

2011-06-23 Thread Kamalraj Madhurakasan
Hi, I am new to openssl and trying to create the Self-signed Certificate using openssl in my application. I downloaded openssl for windows (version OpenSSL 1.0.0d 8 Feb 2011) and got libeay32.lib, ssleay32.lib, libeay32.dll and ssleay32.dll. I linked my application with these libraries and kept

Fwd: Application simply comes out in the function PEM_write_RSAPrivateKey.The private key file is simply 0KB.

2011-06-23 Thread Kamalraj Madhurakasan
-- Forwarded message -- From: Kamalraj Madhurakasan kamalrajon...@gmail.com Date: Thu, Jun 23, 2011 at 12:04 PM Subject: Application simply comes out in the function PEM_write_RSAPrivateKey.The private key file is simply 0KB. To: openssl-users@openssl.org Hi, I am new to openssl

Re: Using Intel AES-NI

2011-06-23 Thread Bodo Möller
You won't need a patch if you are using a HEAD snapshot. (I think this is missing in the changelog, but look here: http://cvs.openssl.org/rlog?f=openssl/crypto/engine/eng_aesni.c) Bodo Am 23.06.2011 01:36 schrieb Ryan B mp3g...@gmail.com:

When should an application call ERR_clear_error()?

2011-06-23 Thread Bruce Stephens
I was confused to find logging indicating an intermittent error while doing SSL in an application: x509 certificate routines:X509_check_private_key:key values mismatch:x509_cmp.c:318: But that's while running automated tests which always use certificates and keys from pregenerated PKCS#12 files.

Re: Compiling OpenSSL on linux-ia64-icc - Problem with SHA1 Asm

2011-06-23 Thread Philipp Berger
Am 23.06.2011 20:38, schrieb Jeremy Farrell: I am trying to compile OpenSSL 0.9.8r on Debian 6.01 AMD64 (2.6.32-5-amd64) using the Intel C++ Compiler (icc version 12.0.4). My ./Configure command was: ./Configure linux-ia64-icc shared enable-static-engine When I try to make it fails ...

RE: Compiling OpenSSL on linux-ia64-icc - Problem with SHA1 Asm

2011-06-23 Thread Jeremy Farrell
From: Philipp Berger I am trying to compile OpenSSL 0.9.8r on Debian 6.01 AMD64 (2.6.32-5-amd64) using the Intel C++ Compiler (icc version 12.0.4). My ./Configure command was: ./Configure linux-ia64-icc shared enable-static-engine When I try to make it fails ... Additionally, a lot of

RE: problem with EVP_DecryptFinal_ex function

2011-06-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Damir Musulin Sent: Wednesday, 22 June, 2011 08:46 I'm brand new to programming against OpenSSL (EVP) so if i make any stupid mistake I'm sorry in advance. This is really a C programming issue, not OpenSSL (or EVP). I use the blowfish

Re: Compiling OpenSSL on linux-ia64-icc - Problem with SHA1 Asm

2011-06-23 Thread Igor Galić
Is there a target for x86_64 with icc? I could not find one in the Configure script, therefore I assume icc is not supported, or is it? Try creating your own, base it off the linux-ia64-icc and the linux-x86_64 If it works out fine and passes make test submit a patch, please. i -- Igor