Thanks Richard. That solved the problem :-)
Richard Salz wrote: > >> pszSig[ unLen ] = '\0'; >> CString sSigVal( pszSig ); >> delete[] pszSig; >> return sSigVal; > > You can't treat a signature as a C-style string. It's a binary buffer. > > /r$ > > -- > STSM > Senior Security Architect > DataPower SOA Appliances > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/Size-of-computed-signature-tf3820772.html#a10849854 Sent from the OpenSSL - Dev mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
