Re: SSL_CTX_new:unable to load ssl2 md5 routines

2009-01-17 Thread Chris Wilson
Hi David, On Fri, 16 Jan 2009, David Justl wrote: 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

Problems build openssl-0.9.8j on OpenVMS

2009-01-17 Thread Sue Abercrombie
I am trying to build a recent OpenSSL release (0.9.8j) on OpenVMS (both Integrity Server and Alpha Server hardware platforms). I am having undefined symbol problems. The issue occurs both linking applications and also linking the CRYPTO shared image library. The link symbol warnings are: %

Re: Problem with BN_mod_exp

2009-01-17 Thread Mounir IDRASSI
Hi, Are the sample values given in big-endian format? If so (which is the standard representation way), then even your expected result is false and the correct result as given by many mathematical toolboxs is r = 0x1e1b37d30a287b7e551ca764d190d86f26fa292919fa8665731c766afcd6b3b2, which is the

Re: Problems build openssl-0.9.8j on OpenVMS

2009-01-17 Thread Richard Levitte
I've seen the same thing. Fixing it. Unfortunately, it will mean that you will have to pick up a snapshot a little later or wait until the next release. Cheers, Richard In message <4971adfe.9030...@tibco.com> on Sat, 17 Jan 2009 05:07:58 -0500, Sue Abercrombie said: aberz> I am trying to bui