>    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]

Reply via email to