Re: sign and verify

2001-01-31 Thread Pedro Miller Rabinovitch
l.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] -- Pedro Miller Rabinovitch Gerente Geral de Tecnologia Cipher Technology www.cipher.com.br

IV in EVP_SealInit - bug or feature?

2001-01-31 Thread Pedro Miller Rabinovitch
forces him/her to pass the iv together with the encoded message... Shouldn't the p_seal code match the manual? Regards, Pedro. -- Pedro Miller Rabinovitch Gerente Geral de Tecnologia Cipher Technology www.cipher.com.br

Solved problem with EVP_Sign

2001-01-29 Thread Pedro Miller Rabinovitch
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

EVP_Verify failing -- Help!

2001-01-25 Thread Pedro Miller Rabinovitch
ting out the signature, and it all checks ok. Am I completely off-target here? I'm probably missing something... Can someone help me with this, please? Thanks in advance, Pedro. -- Pedro Miller Rabinovitch Gerente Geral