[openssl.org #1409] Openssl Bug report Password protected private key file causes crash in MSVCR80

2014-07-03 Thread Rich Salz via RT
Very old release, cannot reproduce. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: cannot password protect key file in FIPS mode

2013-01-02 Thread Dr. Stephen Henson
On Mon, Dec 31, 2012, Sial Nije wrote: Greetings, I need help to generate an ECDSA key file that is passphrase protected and the key file is used in FIPS mode. My application is StrongSwan linked with FIPS enabled libcrypto.so, version 1.0.1c. Seems FIPS capable openssl executable uses

RE: cannot password protect key file in FIPS mode

2013-01-02 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of Dr. Stephen Henson Sent: Wednesday, 02 January, 2013 11:13 On Mon, Dec 31, 2012, Sial Nije wrote: snip: ECDSA created with ecparam -genkey and encrypted with ec -aes128 used old EVP_BytesToKey PBKDF1-mostly/md5 even in FIPS mode which fails

[openssl.org #2605] Directly Create Public Key File from Cert - PATCH

2011-09-19 Thread Nick Lewis via RT
Please find below a patch that permits a public key file to be produced directly from a certificate without piping from stdout. The patch also mops up a couple of bugs in which 'out' is not defined when needed Nick --- diff --git a/apps/x509.c b/apps/x509.c

Problem with Reading private key form pfx - key file

2007-02-19 Thread pferdle
that be? Is something wrong in my programme code? I found out that if the error occured it is always the same position. For help I would be very thankful Greeting Pferdle -- View this message in context: http://www.nabble.com/Problem-with-Reading-private-key-form-pfx---key-file-tf3232707.html

RE: [openssl.org #1409] Openssl Bug report Password protected private key file causes crash in MSVCR80

2006-10-12 Thread Robert Lill
Subject: [openssl.org #1409] Openssl Bug report Password protected private key file causes crash in MSVCR80 Hi All, I am using openssl version openssl-0.9.7d on Windows XP. When I run my application on MSVCRuntime 80, I get a crash when server is configured to run against a password protected

RE: [openssl.org #1409] AutoReply: Openssl Bug report Password protected private key file causes crash in MSVCR80 #1409

2006-10-11 Thread Girish kumar via RT
I need help on this issue...With regards Girish kumar. S Subject: [openssl.org #1409] AutoReply: Openssl Bug report Password protected private key file causes crash in MSVCR80 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 11 Oct 2006 19:03:32 +0200 Greetings, This message

Re: Error reading private key file

2003-08-14 Thread Bill Pringlemeir
: Error reading private key file - linux error:0906D06C:PEM routines:PEM_read_bio:no start line linux sslLibServerInit: Could not initialize site certificate. linux I don't know what is wrong,it seems i change nothing:( I am not an OpenSSL coder. However, cd crypto/pem grep no start line *.c

Error reading private key file

2003-08-08 Thread linux guy
hi all,I'v port openssl to vxworks with wind web server successfully. but doday I refer to another board which I run my application on. I download the all needed pem file to the flash memory,but I boot my board,I find error below: sslCertificateInit: Error reading private key file - error

key file

2002-02-22 Thread Imran Badr
Hi, The keyfile, representing an ecrypted private key, generated by openssl is ASN.1 type RSAPrivateKey (PKCS#1), ecrypted using DES-EDE3-CBC and then PEM encoded. Is that right ? Thanks, Imran. __ OpenSSL Project

Re: key file

2002-02-22 Thread Dr S N Henson
Imran Badr wrote: Hi, The keyfile, representing an ecrypted private key, generated by openssl is ASN.1 type RSAPrivateKey (PKCS#1), ecrypted using DES-EDE3-CBC and then PEM encoded. Is that right ? It doesn't have to be triple DES encrypted. The traditional format involves adding some

Help: how to validit the a key file

2001-01-15 Thread ApacheSSL
Hi, all Now I in charge of our product's installation program, we need user to provide their own ssl key file, and want to verify the key's validity my program was written in Java, but I don't know how to verify it, anybody who can tell me how to verify it with Java? Or tell me which class

Format of .key file from Key Manager ??

2000-03-23 Thread Sylvain Whissell
Hello :) I'm using Key Manager under IIS for Win NT to generate CSRs to send off to VeriSign. When I create a new key pair, the only way of exporting it is by doing a backup from the Keys menu. This is fine but it generates a ".key" file that I can't seem to run through any oth