26 Mar
2018
26 Mar
'18
9:01 p.m.
Module: wine Branch: master Commit: 19e0f97f71c79fe52c2ace22e1f1b8c9e1416378 URL: https://source.winehq.org/git/wine.git/?a=commit;h=19e0f97f71c79fe52c2ace22e... Author: Michael Müller <michael(a)fds-team.de> Date: Mon Mar 26 15:04:34 2018 +0200 bcrypt: Implement BCryptVerifySignature for ECDSA signatures. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/bcrypt/bcrypt_main.c | 361 ++++++++++++++++++++++++++++++++++++++++++--- dlls/bcrypt/tests/bcrypt.c | 4 +- 2 files changed, 343 insertions(+), 22 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=19e0f97f71c79fe52c2ac...