Re: error while generating Certificate Signing Request

2012-10-23 Thread Sanford Staab
It looks like your missing the openssl.cnf file or maybe the my_key.key file. Double check your config file and command line parameters. From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 3:03 AM To: openssl-users@openssl.org Subject: error while generating Certificate Signing Request

Re: error while generating Certificate Signing Request

2012-10-23 Thread robert harris
Hello, Not sure this will help, but at first glance it seems that you have made a mistake is setup; c:/tmp_open_ssl;/ssl/openssl.cnf = Try this instead c:/tmp_open_ssl/ssl/openssl.cnf and ofc, check that that's where your config file is. Regards 2012/10/23 Sanford Staab sanfo...@gmail.com

Re: Compiling open ssl source code in Visual studio 2008

2012-10-23 Thread Vladimir Belov
NMAKE : fatal error U1052: file 'ms\nt.mak;' not found You must set up right paths to nmake and others in the system environment variable PATH From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 8:09 AM To: openssl-users@openssl.org Subject: Re: Compiling open ssl source code in Visual

Re: error while generating Certificate Signing Request

2012-10-23 Thread Thomas J. Hruska
On 10/23/2012 7:22 AM, Sanford Staab wrote: It looks like your missing the openssl.cnf file or maybe the my_key.key file. Double check your config file and command line parameters. From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 3:03 AM To: openssl-users@openssl.org Subject: error

Re: error while generating Certificate Signing Request

2012-10-23 Thread Vladimir Belov
Don’t use ‘-config’ option for CSR, let the default configuration file be used, it’s enough or maybe not needed at all for CSRs. openssl req -newkey rsa:2048 -keyout my_key.key -keyform PEM –out my_request.csr -outform PEM From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 1:03 PM To:

Re: Compiling open ssl source code in Visual studio 2008

2012-10-23 Thread Vladimir Belov
Seems to be I was mistaken in previous message: nmake was found, but you forgot to do: ms\do_nasm nt.mak and ntdll.mak were not created yet. From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 8:09 AM To: openssl-users@openssl.org Subject: Re: Compiling open ssl source code in Visual

Re: Compiling open ssl source code in Visual studio 2008

2012-10-23 Thread Vladimir Belov
OFFTOPIC: )) Бл..., день сегодня весёлый )) во второй раз невнимателен... Priyaranjan, if you have ran: perl Configure VC-WIN32 --prefix=c:\some\openssl\dir ms\do_nasm or ms\do_ms nmake -f ms\nt.mak and get the following error message: “NMAKE : fatal error U1052: file 'ms\nt.mak;' not

RE: Compiling open ssl source code in Visual studio 2008

2012-10-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of PRIYARANJAN NAYAK Sent: Tuesday, 23 October, 2012 00:10 After running ms\do_ms.bat,the output comes like snip When I am trying to run nmake -f ms\nt.mak ,the below error is coming C:\tmp_open_sslnmake -f ms\nt.mak; Microsoft

RE: error while generating Certificate Signing Request

2012-10-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Sanford Staab Sent: Tuesday, 23 October, 2012 10:22 It looks like your missing the openssl.cnf file or maybe the my_key.key file. Double check your config file and command line parameters. He is definitely missing the my_key.key file; the

Re: SP 800-90 DRNGs

2012-10-23 Thread Dr. Stephen Henson
On Wed, Oct 24, 2012, TJ wrote: Can somebody please confirm that the SP 800-90 DRNGs are only included with the FIPS module? I removed the FIPS module from our product since we are doing our own validation, but apparently we require SP 800-90 DRNGs for validation. Are the SP 800-90 DRNGs

Wild card SSL; use on multiple Apache servers

2012-10-23 Thread aurfalien
Hi, This topic is one that I am ignorant on and appreciate any guidance. I found some sources of info on web and mailing lists that say I can simply copy a wild card cert to any apache server as is. I've had a wild card cert running on one of my servers for a while now and wish to take

Firefox, openssl, ipv6 and certificates

2012-10-23 Thread Michael D
Running into an odd problem with ipv6 self signed certificates. Firefox does not seem to be able to or want to accept them.   Same certificate is ok on ipv4.   What attributes are normally found in a certificate for ipv6..does anybody have an example they could share with me? Anybody run into