Re: Problem with BN_mod_exp

2009-01-16 Thread Mounir IDRASSI
Hi, It appears that your sample values are given in little-endian format ( big-endian is more usual and BN_bn2hex use it for example). I did check the computation with various mathematical toolbox and they all gave the same result as OpenSSL BN_mod_exp which is 66694e28fdca0bb1f34fe13e3b38088

Problem with BN_mod_exp

2009-01-16 Thread Sargeras
I'm working in a client for authentication of SRP6 and I have a problem with the function BN_mod_exp. I'd appreciate some guidance The values that I use with this function perfectly matches the ones required. It's written in C++ and here are the parts of the code that I think are important. Big

SSL_CTX_new:unable to load ssl2 md5 routines

2009-01-16 Thread David Justl
We are experiencing the following error intermittently when we create SSL connections via PHP + cURL: error:140A90F1:SSL routines:SSL_CTX_new:unable to load ssl2 md5 routines We're running Arch Linux, with Apache 2.2.10 and the latest Pacman modules for PHP (5.2.7-2), cURL (7.19.2), and OpenSS

RE: "make all" failed - FIPS-related

2009-01-16 Thread Blasdel, Jerry
I had the same problem and was typing up a post asking if there was something I was doing wrong or if there was a change that needs to be made to the makefile. When I was making (openssl after pre building the fips canisters with the fips version, it was failing in the same spot. From what I co

validating certificate chain

2009-01-16 Thread joshi chandra
Hi All, I have chain of certificate in a single file (Bundle of certificate in a single file ).How can i verify the validity of certificate chain . Is there any openssl utility (openssl -verify) which i can use to validate it or is there any way to do the same thing Thanks In Advance Joshi