Fw: How to generate a certificate with multiple OCSP URL

2010-01-15 Thread rakesh aggarwal
  Hello, Please ignore my previous mail. I have to generate a certificate with multiple OSCP URL in Authority Information Access section of certificate.   I have generated a certificate with single URL value using following entry in configuration:   authorityInfoAccess = 1.3.6.1.5.5.7.48.1

How to generate a certificate with multiple OCSP URL

2010-01-15 Thread rakesh aggarwal
Hello, I have to generate a certificate with multiple OSCP URL in Authority Information Access section of certificate.   I have generated a certificate with single URL value using following entry in configuration:   authorityInfoAccess = 1.3.6.1.5.5.7.48.1;URI:http://localhost:16916   which put f

Complete implementation for CTR mode

2009-07-08 Thread rakesh aggarwal
Hi, Can somebody tell me why CTR mode for AES algorithm has not implemented completely in OpenSSL? I saw the source code of OpenSSL and found that it is in partial implementation stage from many past releases of OpenSSL.  Even though I have implemented the remaining interface for it, I