Verify Client Certificate Error

2002-08-01 Thread Stone Shi
Title: Verify Client Certificate Error Hello all, I installed a apache+mod_ssl+openSSL server, but it can't verify my client certificate. The server log is [01/Aug/2002 15:29:21 27838] [trace] Certificate Verification: depth: 1, subject : /CN=ChinaPay Publish System, issuer:

How to support Wrong Format Certificate

2002-07-30 Thread Stone Shi
Title: How to support Wrong Format Certificate Hello, all I installed Apache+mod_ssl+OpenSSL as HTTPS Server, and I must make the server support the Wrong Format Certificate(See in attechment). How can I do? private key in following format typedef struct { unsigned int bits;

Import Cert in CSP

2002-07-19 Thread Stone Shi
Title: Import Cert in CSP Hello All, How can I import a certificate into IE's personal cert store by CryptoAPI? I used following code: hStoreHandle2 =CertOpenSystemStore(NULL,MY); CertAddCertificateContextToStore(hStoreHandle2,p2,CERT_STORE_ADD_ALWAYS ,NULL);