Add Windows CNG (BCrypt) support to HCrypto EVP API
commit5023f55208e9940d983d98fb548a5f2e6553a072
authorLuke Howard <lukeh@padl.com>
Fri, 6 Feb 2015 05:26:08 +0000 (6 16:26 +1100)
committerLuke Howard <lukeh@padl.com>
Wed, 11 Feb 2015 05:00:32 +0000 (11 16:00 +1100)
treef08501c64d841eeea303c37cad4b3eb767998668
parent49861eb2c5012a6508af461f4e6397d61b1e1fda
Add Windows CNG (BCrypt) support to HCrypto EVP API
28 files changed:
doc/copyright.texi
lib/hcrypto/Makefile.am
lib/hcrypto/NTMakefile
lib/hcrypto/dllmain.c [deleted file]
lib/hcrypto/evp-cc.c
lib/hcrypto/evp-hcrypto.c
lib/hcrypto/evp-w32.c [new file with mode: 0644]
lib/hcrypto/evp-w32.h [new file with mode: 0644]
lib/hcrypto/evp-wincng.c [new file with mode: 0644]
lib/hcrypto/evp-wincng.h [new file with mode: 0644]
lib/hcrypto/evp.c
lib/hcrypto/libhcrypto-exports.def
lib/hcrypto/md2.c
lib/hcrypto/md2.h
lib/hcrypto/md4.c
lib/hcrypto/md4.h
lib/hcrypto/md5.c
lib/hcrypto/md5.h
lib/hcrypto/sha.c
lib/hcrypto/sha.h
lib/hcrypto/sha256.c
lib/hcrypto/sha512.c
lib/hcrypto/test_bulk.c [new file with mode: 0644]
lib/hcrypto/test_cipher.c
lib/hcrypto/version-script.map
lib/heimdal/NTMakefile
lib/krb5/dll.c
windows/NTMakefile.w32