Query related to d2i_X509 and X509_free
FAIL count %d\n",__FUNCTION__,__LINE__,count); } if(x509Cert != NULL) X509_free(x509Cert); return iReturnStatus; } Regards, Sandeepa Sharma
Problem with HMAC calculation
Hi, I facing on problem with openssl-0.9.8e. In my case HMAC is not calculated correctly with MD5 protocol. It is working fine with SH1 protocol What should I do about this. Regards, Sandeepa Sharma __ OpenSSL Project