Module: wine Branch: master Commit: 73b695f059740715ebd3ea0ce3ce88477977e628 URL: https://source.winehq.org/git/wine.git/?a=commit;h=73b695f059740715ebd3ea0ce...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Feb 13 10:21:15 2019 +0100
bcrypt: Implement BCryptGenerate/FinalizeKeyPair for ECDH P256.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46564 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt.spec | 4 +- dlls/bcrypt/bcrypt_internal.h | 7 +- dlls/bcrypt/bcrypt_main.c | 55 +++++++++++++- dlls/bcrypt/gnutls.c | 164 +++++++++++++++++++++++++++++++++++++++--- dlls/bcrypt/macos.c | 6 ++ dlls/bcrypt/tests/bcrypt.c | 87 ++++++++++++++-------- dlls/ncrypt/ncrypt.spec | 4 +- include/bcrypt.h | 12 +++- 8 files changed, 290 insertions(+), 49 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=73b695f059740715ebd3e...