Module: wine Branch: master Commit: 76b6c360fa7f3d6a0a14ed935075f5eb10f2f719 URL: https://source.winehq.org/git/wine.git/?a=commit;h=76b6c360fa7f3d6a0a14ed935...
Author: Michael Müller michael@fds-team.de Date: Mon Mar 26 15:04:33 2018 +0200
bcrypt: Implement importing of ECDSA keys.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt.spec | 4 +- dlls/bcrypt/bcrypt_main.c | 173 +++++++++++++++++++++++++++++++++++++++++---- dlls/bcrypt/tests/bcrypt.c | 4 +- dlls/ncrypt/ncrypt.spec | 4 +- include/bcrypt.h | 2 + 5 files changed, 167 insertions(+), 20 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=76b6c360fa7f3d6a0a14e...