Module: wine Branch: master Commit: 158ce169e4aa60054956dd7dab20ff218d49f8fe URL: https://source.winehq.org/git/wine.git/?a=commit;h=158ce169e4aa60054956dd7da...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Feb 13 10:21:17 2019 +0100
bcrypt: Add support for importing and exporting ECC private keys.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt_internal.h | 2 + dlls/bcrypt/bcrypt_main.c | 55 +++++++++++++++++++ dlls/bcrypt/gnutls.c | 121 +++++++++++++++++++++++++++++++++++++++++- dlls/bcrypt/macos.c | 12 +++++ dlls/bcrypt/tests/bcrypt.c | 52 ++++++++++++++++-- 5 files changed, 237 insertions(+), 5 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=158ce169e4aa60054956d...