Re: Parsing the .crt extension certificate file to extract the details

2011-09-22 Thread rbrahmaa
ends the name of the component extracted dataCertificate.append( QDialog::tr( "Public Key: " ) ); dataCertificate.append( carrRet ); // Append the public key details to output buffer. dataCertificate.append( (char *) tempBufferPrintKey ); dataCertificate.append( carrR

Parsing the .crt extension certificate file to extract the details

2011-09-17 Thread rbrahmaa
plies. Thank You. -- View this message in context: http://old.nabble.com/Parsing-the-.crt-extension-certificate-file-to-extract-the-details-tp32483646p32483646.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __