Hi Dr Stephen Henson,

I really could not solve this issue and need your help.

When I run openssl pkcs12 -in new.crt -inkey new.key -certfile .CA/cacert.pem 
-out new.p12 -export -name "xx"
It will prompt user for:
 
Enter Export Password:
Verifying - Enter Export Password:

Is anyway I can manipulate or default or void those two prompts since those 
prompts useless in here.
I checked pkcs12 command options seems there is no batch mode.
I also tried using wrapping script but no help either.

Thanks in advance.

John

-----Original Message-----
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Dr. Stephen Henson
Sent: Saturday, March 20, 2010 2:21 PM
To: openssl-users@openssl.org
Subject: Re: Apache client certificate authentication

On Sat, Mar 20, 2010, Graham Leggett wrote:

> On 2010/03/20 6:55 PM, Nuno Gonçalves wrote:
>
>> Questions:
>> Is normal that firefox hangs when it doesn't have a valid certificate
>> to provide?
>> Openssl output looks OK?(or the error in the end is a exception?)
>
> I am not 100% sure of the details, but I do recall a hang being a symptom 
> of using a client or a server that did not have the TLS renegotiation bug 
> fixed along with a server or client that did.
>

The only known case is an OpenSSL client without secure renegotiation support
(i.e. earlier than 0.9.8m) attempting to renegotiate with a server which does
support renegotiation. If the server initiates renegotiation you don't get a
a hang.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to