Re: Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, rajagopalan ramanujam wrote: > > > Hi Dr Steve, > > Since its an embedded platform it does not have debug > or a serial interface. But i did debug further and > found that OBJ_obj2nid returning 7 (RSA-md2) incase > of www.google.com and it returns 8 (RSA-md5) incase > of

Re: Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread rajagopalan ramanujam
Hi Dr Steve, Since its an embedded platform it does not have debug or a serial interface. But i did debug further and found that OBJ_obj2nid returning 7 (RSA-md2) incase of www.google.com and it returns 8 (RSA-md5) incase of thawte.com. Basically its failing in EVP_get_digestbyname() UNKNOWN_M

Re: Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, rajagopalan ramanujam wrote: > > hi, > > I have defined SSL_library_init rather then > openSSL_add_all_algorithms to save memory. > > I have turned on DES,RC4 in chipers and MD5,SHA in > message digest. > > Could you let me know what could be problem. > > I can connect

Re: Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread rajagopalan ramanujam
I tried to openSSL_add_all_algotithms instead of SSL_library_init but i am still seeing the same issue. --- rajagopalan ramanujam <[EMAIL PROTECTED]> wrote: > > hi, > > I have defined SSL_library_init rather then > openSSL_add_all_algorithms to save memory. > > I have turned on DES,RC4 in c

Startup error

2003-06-06 Thread Swenson, Chris
I have install apache 1.3.27 with openssl-0.9.7b and mod-ssl2.8.13-1.3.27 This is all running on RH 8.0. I installed the default certificate to play with and all was good. I purchased a certificate from VeriSign and things are so so. When the server starts in the ssl_engine_log I get the following

Re: Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread rajagopalan ramanujam
hi, I have defined SSL_library_init rather then openSSL_add_all_algorithms to save memory. I have turned on DES,RC4 in chipers and MD5,SHA in message digest. Could you let me know what could be problem. I can connect to www.thawte.com and X509_verify is successful. And also i have generated s

For info. MSIE6 xenroll problems. Solved.

2003-06-06 Thread Andrew Brady
Not strictly openssl related but posted here anyway. If anyone can recommend a better place to post this, I would appreciate it. Around the middle of May a number of my users started being unable to apply for certificates from my web based certificate authority using MSIE6. I duplicated this with M

Re: Mutual Authentication

2003-06-06 Thread tplg
Thank you for your answer. But I used the following command : # openssl pkcs12 -export -in usercert.pem -inkey userkey.pem -out cert.p12 Then I try to install it on my workstation (WinNT) and get a window telling: "Invalid Public Key Security Object File This is an invalid Personal Information Exc

Re: Automating Openssl commands

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, Charles B Cranston wrote: > Steve, the other reason I've been forced to move from x509 to ca > is that ca appears to be the ONLY binary program that can sign > SPKAC files. Is there another way to do this that I have missed? > Well if you need SPKAC support then yes curren

Re: Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, rajagopalan ramanujam wrote: > hi, > > I exported thawte server CA and verisign class3 > certificates from the browser for testing and > converted to C structure using x509 -C -in xxx.cer > > xxx.C and added to my SSL client. Following is the > code below. > > I am calling

Error reading Cert X509_V_ERR_CERT_SIGNATURE_FAILURE

2003-06-06 Thread rajagopalan ramanujam
hi, I exported thawte server CA and verisign class3 certificates from the browser for testing and converted to C structure using x509 -C -in xxx.cer > xxx.C and added to my SSL client. Following is the code below. I am calling this function in a loop to load the certificates: unsigned char thawt

RE: Startup error

2003-06-06 Thread Swenson, Chris
Do I need to include the :443 when I apply for the certificate? Thanks CS -Original Message- From: pablo neira [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 4:41 AM To: [EMAIL PROTECTED] Subject: Re: Startup error Swenson, Chris wrote: >I have install apache 1.3.27 with openss

Re: Mutual Authentication

2003-06-06 Thread Michael Sierchio
[EMAIL PROTECTED] wrote: All those certificates are valid, and are in pem and x509 format. When I add "SSLVerifyClient require" in httpd.conf, a window "Client Authentication" appear but I can not select any certificate!! 1- It is important I can't install the user certificate in Personal tab ?

Mutual Authentication

2003-06-06 Thread tplg
Hello, I would like to use mutual authentication : authenticate the server and the user. I created a CA, a server and a client certificate signed by this CA. I installed the CA certificate on my IE. I tested a connection to my server and the server authentication seems to be good. I installed m

Re: Automating Openssl commands

2003-06-06 Thread Charles B Cranston
Steve, the other reason I've been forced to move from x509 to ca is that ca appears to be the ONLY binary program that can sign SPKAC files. Is there another way to do this that I have missed? Dr. Stephen Henson wrote: On Fri, Jun 06, 2003, pablo neira wrote: Dr. Stephen Henson wrote: On Fri,

Re: Blinding Breaks Engines?

2003-06-06 Thread Jonathan Hersch
Here is an email I sent to the list back in March regarding what I think is the same issue (this was entered into the bug database though, I don't know the bug number). Basically, I saw the same issue with the ESA Blinding patch when using a Broadcom card (engine ubsec). If I backed out the patch

Re: Automating Openssl commands

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, pablo neira wrote: > Dr. Stephen Henson wrote: > > >On Fri, Jun 06, 2003, Kwan Hon Luen wrote: > > > > > > > >>Hi, > >> > >>How do I automate the signing of server certificate by a CA ? > >>without the following prompt: > >> > >>(1) "Enter PEM pass phrase:" > >>(2) "Sign th

Re: Automating Openssl commands

2003-06-06 Thread pablo neira
Dr. Stephen Henson wrote: On Fri, Jun 06, 2003, Kwan Hon Luen wrote: Hi, How do I automate the signing of server certificate by a CA ? without the following prompt: (1) "Enter PEM pass phrase:" (2) "Sign the certificate?" (3) "commit?" Use the 'x509' utility instead, passphrase can be en

Re: About the function SSL_CTX_use_PrivateKey_file

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, Terence Leung wrote: > Dear sir, > I am writing Visual C++ to create secure communication socket. > But when I use the function SSL_CTX_use_PrivateKey_file(), > it always prompt "Enter PEM pass phrase:" to input the pass phrase in the screen. > > I want to as

Re: Automating Openssl commands

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, Kwan Hon Luen wrote: > Hi, > > How do I automate the signing of server certificate by a CA ? > without the following prompt: > > (1) "Enter PEM pass phrase:" > (2) "Sign the certificate?" > (3) "commit?" > Use the 'x509' utility instead, passphrase can be entered via -pas

More CRL questions

2003-06-06 Thread David Kramer
I'd like to aperiodically update my CRL. Is there a way that I can tell the x509 store to flush a CRL from it's cache, so that it reloads the CRL on the next connection? If the CRL is reloaded, is there a way to examine existing connections to see if their certificate has been revoked? Thanks

Re: About the function SSL_CTX_use_PrivateKey_file

2003-06-06 Thread ?ukasz Wojcicki
You have private key protected by password. To solve this, type: OpenSSL>rsa -in -out ?ukasz Wojcicki e-mail: [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing

Re: Minimum RSA Key length ?

2003-06-06 Thread Dr. Stephen Henson
On Thu, Jun 05, 2003, [EMAIL PROTECTED] wrote: > Are we at cross-purposes here? I'm referring to server certificates, not > client certificates (about which I am completely clueless as I currently > have no business reason to use them). > > Anyway, the proof of the pudding is in the eating. Can y

Re: Minimum RSA Key length ?

2003-06-06 Thread Charles B Cranston
[EMAIL PROTECTED] wrote: Anyway, the proof of the pudding is in the eating. Can you point me to a secure site that uses a key size >1024 bits? I can't find one for love nor money. This root certificate was found in the binary code for Netscape 7 Data: Version: 3 (0x2) Serial N

About the function SSL_CTX_use_PrivateKey_file

2003-06-06 Thread Terence Leung
Dear sir,     I am writing Visual C++ to create secure communication socket.     But when I use the function SSL_CTX_use_PrivateKey_file(),     it always prompt "Enter PEM pass phrase:" to input the pass phrase in the screen.       I want to ask how can I modify the program so that the progr

RE: differentiate incoming data

2003-06-06 Thread David Schwartz
> Hi everyone, > > when BIO_puts writes data after a handshake, is the data encrypted during > the send? Yes. You *can't* send unencrypted data over an SSL connection (unless you negotiate a null cipher). > I want to write a server to run to accept data from one > connection(insecure) an

Re: Minimum RSA Key length ?

2003-06-06 Thread John Ridge Cook
Dear John- I have used >1024 certs on my test 2k server for SSL connections to a browser, no problem. Encryption confirmed with a pacekt sniffer. As PK encryption is a hybrid, the use of resource intensive Asymmetric encryption (RSA or DH public key) is reserved for securely exchanging the 128

Re: Startup error

2003-06-06 Thread pablo neira
Swenson, Chris wrote: I have install apache 1.3.27 with openssl-0.9.7b and mod-ssl2.8.13-1.3.27 This is all running on RH 8.0. I installed the default certificate to play with and all was good. I purchased a certificate from VeriSign and things are so so. When the server starts in the ssl_engine_l

Re: a new command in openssl

2003-06-06 Thread mohamed zhaounia
Hi! --- Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> a écrit : > In message > <[EMAIL PROTECTED]> > on Thu, 5 Jun 2003 02:11:40 +0200 (CEST), mohamed > zhaounia <[EMAIL PROTECTED]> said: > > mzhaounia> First, I am so thankful for your > suggestion. > mzhaounia> Well, i have added my cammand

Re: Automating Openssl commands

2003-06-06 Thread Kwan Hon Luen
Hi, How do I automate the signing of server certificate by a CA ? without the following prompt: (1) "Enter PEM pass phrase:" (2) "Sign the certificate?" (3) "commit?" Thanks. Hon Luen F:\openssl_test>openssl ca -policy policy_anything -out test_cert.pem -config test.conf -infiles test_new.pem

revoking the OCSP responder certificate

2003-06-06 Thread pablo
Hi everyone, I just revoked the OCSP responder certificate as you can see: file index.txt -- R 040530223109Z 030605151409Z 03 unknown /C=ES/ST=Andalusia/L=Seville/O=Mazinger Z inc./OU=pepe/CN=OCSP responder prueba 2/emailAddress=ocsp - end of index.txt - openssl

RE: Minimum RSA Key length ?

2003-06-06 Thread John . Airey
> -Original Message- > From: Ridge Cook [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 03:10 > To: [EMAIL PROTECTED] > Subject: Re: Minimum RSA Key length ? > > > >>>To answer your other question, I don't believe there are > >>any browsers that can accept a RSA key > 1024 bits. I did