Just to say I've at last found the problem in my signing 
implementation. I was using EVP_MAX_MD_SIZE as limit for my signature 
array, and that was of course completely wrong; I see now I should 
have used EVP_PKEY_size(pkey) instead.

        Pedro.
-- 
Pedro Miller Rabinovitch
Gerente Geral de Tecnologia
Cipher Technology
www.cipher.com.br
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to