Re: Pass phrase based public/private key generation

2012-02-15 Thread anthony berglas
y-generate-an-asymmetric-key-pair-from-a-short-passphrase > > > ** ** > > Ryan > > *From:* owner-openssl-us...@openssl.org [mailto: > owner-openssl-us...@openssl.org] *On Behalf Of *anthony berglas > *Sent:* Tuesday, February 14, 2012 7:38 PM > *To:* ope

RE: Pass phrase based public/private key generation

2012-02-15 Thread Ryan Hurst
openssl-us...@openssl.org] On Behalf Of anthony berglas Sent: Tuesday, February 14, 2012 7:38 PM To: openssl-users@openssl.org Subject: Re: Pass phrase based public/private key generation Hello Jeff, Thanks for that. But IDE still needs a server and binary secrets to be held. I just want a s

Re: Pass phrase based public/private key generation

2012-02-14 Thread anthony berglas
Hello Jeff, Thanks for that. But IDE still needs a server and binary secrets to be held. I just want a simple pass phrase based scheme. It is odd that this is not more commonplace. Anthony On Wed, Feb 15, 2012 at 12:36 PM, Jeffrey Walton wrote: > On Tue, Feb 14, 2012 at 7:53 PM, anthony be

Re: Pass phrase based public/private key generation

2012-02-14 Thread Jeffrey Walton
On Tue, Feb 14, 2012 at 7:53 PM, anthony berglas wrote: > Hello All, > > I want to set up a simple system in which the private key is derived > entirely from a pass phrase. > > I.e. the pass phrase provides all the "Entropy" that is used.  This means > that the private key can be regenerated from

SSL Error re pass phrase

2004-08-16 Thread H. Carter Harris
I'm trying to get two vhosts on separate public IPs using separate secure certificates working on an apache server (mods and version in log below). The operating system is Mandrake 10. The sites work perfectly without the secure certificates as IP based vhosts. I've been playing with the Vhosts.c

Re: pass phrase passed to PEM code

2003-02-18 Thread Charles Cranston
It's not THAT hard to modify your $MANPATH variable to include the nonstandard man page areas. This is some code I use in my .cshrc file on Solaris: = # there is always a way set path=( \ ${HOME}/bin \ ${HOME}/src/script \ /bin \ /usr/bin \ /usr/local/bin \ /usr/sbin \ /opt/SUNWspro/bin \ /

Re: pass phrase passed to PEM code

2003-02-18 Thread Rodney Thayer
At 07:35 PM 2/15/2003 +0100, Dr. Stephen Henson wrote: This is mentioned in detail, with examples, in the pem(3) manual page. In Linux the man pages are installed in /usr/local/ssl/man. In other words they're not put in a place that 'man' can find them. Should I file a bug? I consider it a bu

RE: Pass Phrase

2001-10-13 Thread Ryan Hurst
: Re: Pass Phrase Nope.. This is why usually one wants to not have a passphrase tied to a https server which needs to be entered on each restart of the ssled server.. On Sat, Oct 13, 2001 at 12:11:34PM -0400, George Ascione wrote: > Hello; > > We assigned a pass phrase for a certificate

Re: Pass Phrase

2001-10-13 Thread [EMAIL PROTECTED]
Nope.. This is why usually one wants to not have a passphrase tied to a https server which needs to be entered on each restart of the ssled server.. On Sat, Oct 13, 2001 at 12:11:34PM -0400, George Ascione wrote: > Hello; > > We assigned a pass phrase for a certificate key file by accident and

Re: pass phrase...

2001-08-30 Thread crispin
On Thu, Aug 30, 2001 at 12:37:41PM +0200, Geert Van Muylem wrote: > Is there a possibility to avoid the "Enter PEM pass phrase:" prompt > when reading the secret key? (And not by not encrypting it.) > BTW: I'm currently looking at START TLS which is using OpenSSL Look in the mailing list archive

Re: Pass phrase argument

2000-05-11 Thread Dr Stephen Henson
Kuo Hsieh wrote: > > In openssl documentation I saw it has the capability to accept > pass phrase from command line arguments. However, I tried > to run it and found that this option did not work. Is this option > supported? > Yes it does work. What makes you think that it doesn't? Steve. --

Re: pass phrase: FAQ solution didn't work

1999-06-23 Thread Anonymous
> Apologies for Nth interation of this Same Old Question, but the FAQ > solution didn't work for me. > > I want to be able to start httpsd without httpsd prompting for a > password. I followed the directions found in: > http://www.modssl.org/docs/2.3/ssl_faq.html#remove-passphrase > to create a

Re: pass phrase: FAQ solution didn't work

1999-06-22 Thread Anonymous
Please note, this is the *OpenSSL* List. For *mod_ssl* there is a separate one. Jonathan Mayer schrieb: > > Greetings, > > Apologies for Nth interation of this Same Old Question, but the FAQ > solution didn't work for me. > > I want to be able to start httpsd without httpsd prompting for a pas