Building ECDHE Ciphers - ECDSA and RSA types

2008-09-14 Thread Carlo Milono
I have built several platforms of 0.9.8h, including some with asm and a few with the fips container for FIPS 140-2; all tests pass. I see the EC and ECPARAMS functions and all of those tests (ecdhtest/ecdsatest) pass as well, but I don't see the ECDHE ciphers. I'm trying to get a build that is

RSA_sign, RSA_verify and padding

2008-09-14 Thread Marco Sommella
Hi, I'm using OpenSSL 0.9.8a 11 Oct 2005 (+ security patches to 2007-10-13) on opensolaris 2008.11 b97 and programming in C. My question is about the message digest *m used into functions in object.* ** *I have notice a strange *behavior concerning the length of this string: if too long

Re: FIPS_mod_set() before/after SSL_library_init() ?

2008-09-14 Thread Steve Marquess
Robert Sicoie wrote: Hi, I'm building cURL with FIPS capable OpenSSL module. I'm calling FIPS_mode_set function to enable FIPS somewhere after SSL_library_init() has already been called. The binary file is working fine, but is there a problem that the FIPS mode is turned on after