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;
  unsigned char modulus[128];
  unsigned char publicExponent[128];
  unsigned char exponent[128];
  unsigned char prime[2][64];
  unsigned char primeExponent[2][64];
  unsigned char coefficient[64];
} R_RSA_PRIVATE_KEY;

 

Attachment: CpcmCert.cer
Description: Binary data

Attachment: key
Description: Binary data

Reply via email to