Module: wine Branch: master Commit: 7cf9a75dfa77de408261aef689c8f60fee17e46e URL: https://source.winehq.org/git/wine.git/?a=commit;h=7cf9a75dfa77de408261aef68...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Jun 3 10:50:37 2020 +0200
bcrypt: Add support for importing and exporting DSS private keys.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt_internal.h | 6 +++ dlls/bcrypt/bcrypt_main.c | 47 ++++++++++++++++++ dlls/bcrypt/gnutls.c | 112 ++++++++++++++++++++++++++++++++++++++++++ dlls/bcrypt/tests/bcrypt.c | 36 ++++++++++++++ include/bcrypt.h | 12 +++++ 5 files changed, 213 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7cf9a75dfa77de408261a...