Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-13 Thread Abdul Anshad
The official version of OpenSSL works fine when compiled against the upstream FIPS module. Yes, It's distribution specific and reverting the file fixed the issue. Thanks for your time. Regards, Abdul On 13-Aug-14 7:02 PM, Dr. Stephen Henson wrote: On Wed, Aug 13, 2014, Abdul Anshad wrote:

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-13 Thread Dr. Stephen Henson
On Wed, Aug 13, 2014, Abdul Anshad wrote: > I use the src rpm downloaded from > http://koji.fedoraproject.org/koji/buildinfo?buildID=551423 . > > Inquired about this issue with one of the package maintainers from > koji.fedoraproject.org and following was his comment. > > "Apparently the Known a

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-12 Thread Abdul Anshad
Aug 11 14:39:24.428656 2014] [ssl:emerg] [pid 380] SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931) [Mon Aug 11 14:39:24.428663 2014] [ssl:emerg] [pid 380] AH02312: Fatal error initialising mod_ssl, exiting. AH00016: Configuration Fai

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-12 Thread Dr. Stephen Henson
80] AH01232: > suEXEC mechanism enabled (wrapper: /apps/apache/2.4.10/bin/suexec) > [Mon Aug 11 14:39:24.428616 2014] [ssl:emerg] [pid 380] AH01885: > FIPS mode failed > [Mon Aug 11 14:39:24.428656 2014] [ssl:emerg] [pid 380] SSL Library > Error: error:2D06D075:FIPS routines:fips_pkey_sig

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-12 Thread Dr. Stephen Henson
On Tue, Aug 12, 2014, Thulasi Goriparthi wrote: > $ openssl genrsa 2048 > key.pem > $ openssl req -new -x509 -key key.pem -out cert.pem -sha256 > You also need to set the environment variable OPENSSL_FIPS=1 so the operations are performed in FIPS mode. Steve. -- Dr Stephen N. Henson. OpenSSL pr

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-12 Thread Jayadev Kumar
t;> [Mon Aug 11 14:39:24.407781 2014] [suexec:notice] [pid 380] AH01232: >>> suEXEC >>> mechanism enabled (wrapper: /apps/apache/2.4.10/bin/suexec) >>> [Mon Aug 11 14:39:24.428616 2014] [ssl:emerg] [pid 380] AH01885: FIPS >>> mode >>> failed >>> [M

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-12 Thread Abdul Anshad
apache/2.4.10/bin/suexec) [Mon Aug 11 14:39:24.428616 2014] [ssl:emerg] [pid 380] AH01885: FIPS mode failed [Mon Aug 11 14:39:24.428656 2014] [ssl:emerg] [pid 380] SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931) [Mon Aug 11 14:39:2

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-11 Thread Viktor Dukhovni
On Tue, Aug 12, 2014 at 11:24:40AM +0530, Thulasi Goriparthi wrote: > $ openssl genrsa 2048 > key.pem Don't forget "umask 077" before that. Otherwise, the key file is often world-readable. With AFS, "fs setacl . ..." to restrict access to the containing directory. -- Viktor. _

Re: SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-11 Thread Thulasi Goriparthi
; to start the http server with FIPS mode i get the following error. >>> >>> [Mon Aug 11 14:39:24.407781 2014] [suexec:notice] [pid 380] AH01232: >>> suEXEC >>> mechanism enabled (wrapper: /apps/apache/2.4.10/bin/suexec) >>> [Mon Au

SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-11 Thread Abdul Anshad
) [Mon Aug 11 14:39:24.428616 2014] [ssl:emerg] [pid 380] AH01885: FIPS mode failed [Mon Aug 11 14:39:24.428656 2014] [ssl:emerg] [pid 380] SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931) [Mon Aug 11 14:39:24.428663 2014] [ssl:emerg] [pid

ssl library error

2008-08-29 Thread Ralph Knoche
the second server I`m getting the following error message: [client 132.176.162.117] SSL library error 1 in handshake [Wed Aug 27 09:32:12 2008] [info] SSL Library Error: 336130329 error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [Wed Aug 27 09:32:12 2008

RE: SSL Library Error

2007-09-12 Thread Marek Marcola
Hello, > The system is 11.11. I'm *pretty* sure everything has been compiled > with gcc. I'm compiling apache with gcc, but OpenLDAP and Openssl might > have been compiled with something different. The apache install that > works was definitely also compiled with gcc and uses the same install of

RE: SSL Library Error

2007-09-12 Thread Aaron Smith
penSSL and OpenLDAP. There is no lsof on this system, but I might be able to track down a copy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola Sent: Wednesday, September 12, 2007 11:43 AM To: openssl-users@openssl.org Subject: RE: SSL Lib

RE: SSL Library Error

2007-09-12 Thread Marek Marcola
Hello, I've missed that this is on hpux11. Very important is what version you have: hpux1100, hpux, hpux1123ia, hpux1123pa, hpux1131ia or hpux1131pa ? > I added --with-ssl=/usr/local to the the configure options and > recompiled. Although mod_ldap is still unhappy, that corrects the > unresol

RE: SSL Library Error

2007-09-12 Thread Aaron Smith
f Marek Marcola Sent: Wednesday, September 12, 2007 9:41 AM To: openssl-users@openssl.org Subject: RE: SSL Library Error Hello, > Well, I recompiled AGAIN with no mention of the 0.9.8 library in any of > my environment variables. The resulting httpd binary showed no links to > the 0.9.8 li

RE: SSL Library Error

2007-09-12 Thread Marek Marcola
Hello, > Well, I recompiled AGAIN with no mention of the 0.9.8 library in any of > my environment variables. The resulting httpd binary showed no links to > the 0.9.8 libraries, just 0.9.7 (the system OS libraries). THIS one > won't even start. I get an error of: > > /usr/lib/dld.sl: Unresolved

RE: SSL Library Error

2007-09-12 Thread Aaron Smith
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Victor Duchovni Sent: Tuesday, September 11, 2007 4:12 PM To: openssl-users@openssl.org Subject: Re: SSL Library Error On Tue, Sep 11, 2007 at 03:34:13PM -0400, Aaron Smith wrote: > Looking at the output of LDD closer,

Re: SSL Library Error

2007-09-11 Thread Victor Duchovni
On Tue, Sep 11, 2007 at 04:15:47PM -0400, Aaron Smith wrote: > I'll see if I can figure out what's causing apache to link to 0.9.7. As > far as I know, I've got all my environment variables set to look at the > 0.9.8 libraries. It seems odd that the original compile would work > though. On any

RE: SSL Library Error

2007-09-11 Thread Aaron Smith
EMAIL PROTECTED] On Behalf Of Victor Duchovni Sent: Tuesday, September 11, 2007 4:12 PM To: openssl-users@openssl.org Subject: Re: SSL Library Error On Tue, Sep 11, 2007 at 03:34:13PM -0400, Aaron Smith wrote: > Looking at the output of LDD closer, it looks like the httpd binary is > lin

Re: SSL Library Error

2007-09-11 Thread Victor Duchovni
On Tue, Sep 11, 2007 at 03:34:13PM -0400, Aaron Smith wrote: > Looking at the output of LDD closer, it looks like the httpd binary is > linked to both libraries. BUT, I don't think this is the cause of the > problem as the httpd binary that DOES work is ALSO linked this way Being linked to b

Re: SSL Library Error

2007-09-11 Thread Marek Marcola
4e 00-00 00 10 .gN This looks like SSL2 client hello with TLS1 proposition. > [Tue Sep 11 10:10:43 2007] [info] SSL library error 1 in handshake > (server ourserver.name.scrubbed:8040, client ) > > [Tue Sep 11 10:10:43 2007] [info] SSL Library Error: 3360

RE: SSL Library Error

2007-09-11 Thread Saju Paul
@openssl.org Subject: RE: SSL Library Error Looking at the output of LDD closer, it looks like the httpd binary is linked to both libraries. BUT, I don't think this is the cause of the problem as the httpd binary that DOES work is ALSO linked this way -Original Message- From: [

RE: SSL Library Error

2007-09-11 Thread Aaron Smith
D] On Behalf Of Victor Duchovni Sent: Tuesday, September 11, 2007 1:57 PM To: openssl-users@openssl.org Subject: Re: SSL Library Error On Tue, Sep 11, 2007 at 01:43:50PM -0400, Aaron Smith wrote: > I apologize in advance if this is not the correct forum for this > question. I haven't had

Re: SSL Library Error

2007-09-11 Thread Victor Duchovni
On Tue, Sep 11, 2007 at 01:43:50PM -0400, Aaron Smith wrote: > I apologize in advance if this is not the correct forum for this > question. I haven't had much luck in the apache forums. I have an > apache 2.0.55 installation that I'm attempting to recompile on an HP-UX > 11 system. It has mod_

SSL Library Error

2007-09-11 Thread Aaron Smith
_io.c(1490): +--- --+ [Tue Sep 11 10:10:43 2007] [info] SSL library error 1 in handshake (server ourserver.name.scrubbed:8040, client ) [Tue Sep 11 10:10:43 2007] [info] SSL Library Error: 336027900 error:14

Re: SSL Library Error: 336187530 error :1409D08A

2007-09-11 Thread Victor Duchovni
SSLv3 read certificate verify A > >[Fri Sep 07 16:54:46 2007] [info] SSL library error 1 in handshake > >(server naos.lib.virginia.edu:443, client 128.143.12.29) > >[Fri Sep 07 16:54:46 2007] [info] SSL Library Error: 336187530 > >error:1409D08A:SSL routines:SSL3_SETUP_KEY_BL

Re: SSL Library Error: 336187530 error :1409D08A

2007-09-11 Thread Joseph Burch
connection, encounter this (in part), and the connection drops: [Fri Sep 07 16:54:46 2007] [debug] ssl_engine_kernel.c(1813): OpenSSL: Exit: error in SSLv3 read certificate verify A [Fri Sep 07 16:54:46 2007] [info] SSL library error 1 in handshake (server naos.lib.virginia.edu:443, client

SSL Library Error: 336187530 error :1409D08A

2007-09-07 Thread Joseph Burch
connection, encounter this (in part), and the connection drops: [Fri Sep 07 16:54:46 2007] [debug] ssl_engine_kernel.c(1813): OpenSSL: Exit: error in SSLv3 read certificate verify A [Fri Sep 07 16:54:46 2007] [info] SSL library error 1 in handshake (server naos.lib.virginia.edu:443, client

Re: SSL Library Error

2005-04-07 Thread Maddalena . Pulcini
AIL PROTECTED]>@openssl.org on 06/04/2005 21.50.01 Please respond to openssl-users@openssl.org Sent by:[EMAIL PROTECTED] To: cc: Subject:SSL Library Error Hi List, can anyone point me to a solution for this ? [Sat Apr 09 16:14:30 2005] [info] SSL library error 1 in handshake (ser

SSL Library Error

2005-04-06 Thread Kai-Uwe Schmidt
Hi List, can anyone point me to a solution for this ? [Sat Apr 09 16:14:30 2005] [info] SSL library error 1 in handshake (server muc03306:443, client 149.235.163.228) [Sat Apr 09 16:14:30 2005] [info] SSL Library Error: 336131157 error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or

Re: SSL library error follows

1999-09-28 Thread Bodo Moeller
Vladimir Litovka <[EMAIL PROTECTED]>: > [Sun Sep 26 09:42:38 1999] [error] OpenSSL: error:0B080074:x509 certificate > routines:X509_check_private_key:key values mismatch > > What does it mean? Possible you installed the CA certificate instead of the certificate created for your server (use "op

SSL library error follows

1999-09-28 Thread Vladimir Litovka
Hello! Hello! I'm trying to use Apache with mod_ssl but there is error, which Apache get from OpenSSL library. The problem is: I've got signed certificates from Thawte, but Apache doesn't start, when these .key&.crt used. There are such messages in the error: [Sun Sep 26 09:42:38 1999] [err