Module: wine Branch: master Commit: 2795c7f99509a740dffa88b50acd689592a8da7a URL: https://source.winehq.org/git/wine.git/?a=commit;h=2795c7f99509a740dffa88b50...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Dec 3 15:49:29 2021 +0100
bcrypt: Add support for exporting RSA private keys.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52060 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 | 15 +++- dlls/bcrypt/gnutls.c | 88 +++++++++++++++++++++++ dlls/bcrypt/tests/bcrypt.c | 157 +++++++++++++++++++++++++++++++++++++++++- include/bcrypt.h | 2 + 5 files changed, 258 insertions(+), 6 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2795c7f99509a740dffa8...