[openssl-users] Need a check?
Bug Checkers
coolbugcheckers at gmail.com
Thu Jul 26 23:24:12 UTC 2018
Hi,
I have seen message_len has checked here:
https://github.com/openssl/openssl/blob/master/crypto/ec/cur
ve448/eddsa.c#L164
(message_len > 0 && !EVP_DigestUpdate(hashctx, message, message_len)
But it has not checked here:
https://github.com/openssl/openssl/blob/master/crypto/ec/cur
ve448/eddsa.c#L275
!EVP_DigestUpdate(hashctx, message, message_len)
Is there anything missing?
Thanks!
Mansour
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20180726/663fca34/attachment.html>
More information about the openssl-users
mailing list