retrive the private key from RSA KEON CA certificate

2003-06-23 Thread Wu Junwei
Hi, all, Maybe my question in last time was not clear, so I ask again by another description. I have a CA certificate exported from RSA KEON, which is PEM encoded pkcs#12 certificate (listed below.) It seems encoded by base64 , I have tried different methods to

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

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

Re: retrive the private key from RSA KEON CA certificate

2003-06-23 Thread Wu Junwei
] Cc: [EMAIL PROTECTED] Sent: Monday, June 23, 2003 6:56 PM Subject: Re: retrive the private key from RSA KEON CA certificate Hello, -BEGIN CERTIFICATE AND KEY-Is this the standard PEM encorded pkcs12 format? As long as I see the header checking definitions for PEM