Hans Leidekker : bcrypt: Implement BCryptGenerate/FinalizeKeyPair for ECDH P256.

Alexandre Julliard julliard at winehq.org
Mon Nov 25 09:12:22 CST 2019


Module: wine
Branch: stable
Commit: 329ef8cebd47abd756df72accd15b8273fca1d5e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=329ef8cebd47abd756df72accd15b8273fca1d5e

Author: Hans Leidekker <hans at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 73b695f059740715ebd3ea0ce3ce88477977e628)
Signed-off-by: Michael Stefaniuc <mstefani at 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=329ef8cebd47abd756df72accd15b8273fca1d5e



More information about the wine-cvs mailing list