Re: retrive the private key from RSA KEON CA certificate

2003-06-23 Thread Wu Junwei
Hi,   I do not know whether the head is the standard PEM .It is issued by KEON, so maybe there will be some problems.   As to the FORMAT_PKCS12,  yes,  you are right. I have tried some pfx files exported form IE, I could retrive the private key by using load_key() in app.c with the format FOR

Re: retrive the private key from RSA KEON CA certificate

2003-06-23 Thread Kiyoshi Watanabe
> Why don't you convert or issue the PKCS#11 in DER format. I believe PKCS#12, not PKCS#11 sorry for my typo. -Kiyoshi Kiyoshi Watanabe __ OpenSSL Project http://www.openssl.org User Support Maili

Re: retrive the private key from RSA KEON CA certificate

2003-06-23 Thread Kiyoshi Watanabe
Hello, >-BEGIN CERTIFICATE AND KEY- Is this the standard PEM encorded pkcs12 format? As long as I see the header checking definitions for PEM formats in pem.h, no such a header is defined. Why don't you convert or issue the PKCS#11 in DER format. I believe the openssl will

retrive the private key from RSA KEON CA certificate

2003-06-23 Thread Wu Junwei
(B (B (BHi, all, (B  (BMaybe my question in last time was not clear, so I ask again by another (Bdescription. (B  (BI have a CA certificate exported from RSA KEON, which is PEM encoded (Bpkcs#12 certificate (listed below.) (BIt seems encoded by base64 , I have tried different methods t

Re: Anyone Know of a Web Based Certificate Authority.

2003-06-23 Thread Thomas J. Hruska
At 03:47 AM 6/23/2003 +, John Doe writeth: >Anyone know of a web based certificate authority that actually works as >advertised. I have tried php-ca but I am having alot of trouble getting it >to work. OpenCA is a little bit to full featured for what I am trying to >accomplish. > >Basically

Re: SSL_write error - SSL3_WRITE_PENDING

2003-06-23 Thread Bodo Moeller
On Mon, Jun 23, 2003 at 11:46:57AM +0530, Wilson wrote: > Im facing a problem with SSL_write(). I have a server and client > communicating over TLS. Initial handshaking is done successfully. But as I > increase the load on server (Connecting more clients[5 to 10 ] and increaded > the message size)