Juan Lang : rsaenh: Add support for SHA-256, SHA-384, and SHA-512.

Alexandre Julliard julliard at winehq.org
Tue Mar 16 11:49:12 CDT 2010


Module: wine
Branch: master
Commit: 311d839dec7591515463696fa389fe4d0e48e3f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=311d839dec7591515463696fa389fe4d0e48e3f7

Author: Juan Lang <juan.lang at gmail.com>
Date:   Mon Mar 15 12:04:29 2010 -0700

rsaenh: Add support for SHA-256, SHA-384, and SHA-512.

---

 dlls/rsaenh/Makefile.in    |    3 +-
 dlls/rsaenh/implglue.c     |   36 ++
 dlls/rsaenh/implglue.h     |    4 +
 dlls/rsaenh/rsaenh.c       |    3 +
 dlls/rsaenh/sha2.c         | 1003 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/rsaenh/sha2.h         |   89 ++++
 dlls/rsaenh/tests/rsaenh.c |    3 -
 7 files changed, 1137 insertions(+), 4 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=311d839dec7591515463696fa389fe4d0e48e3f7



More information about the wine-cvs mailing list