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 Gal

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 blowfis

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 ... > > Additionall

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 fa

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: 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" :