[openssl-users] Engine NID_sha512

Christian Johansson Christian.Johansson at nixu.com
Tue Nov 20 07:58:32 UTC 2018


Wow - nothing like starting the day with a facepalm :-/ Huge thanks Dave!!


________________________________
Från: openssl-users <openssl-users-bounces at openssl.org> på uppdrag av Dave Coombs <dcoombs at carillon.ca>
Skickat: måndag, november 19, 2018 3:09 em
Till: openssl-users at openssl.org
Ämne: Re: [openssl-users] Engine NID_sha512

Hi,

> if (!digest)
> {
> static int supported_nids[] = {NID_sha256, NID_sha384, NID_sha512, 0};
> *nids = supported_nids;
> return 2;
> }

I think this should be "return 3", to reflect the number of NIDs you're implementing support for.

-Dave


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20181120/88011274/attachment.html>


More information about the openssl-users mailing list