]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Implement HMAC, PBKDF2 and AES support on Windows using CNG for
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 13 Oct 2014 05:41:21 +0000 (14:41 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 13 Oct 2014 05:41:21 +0000 (14:41 +0900)
commit178bf9b890c71f8a64e1960e5449faa84a84c4eb
tree4ef755c22fbb727c5174ba61083272757ddb1fc4
parent982da0b48919db6adcdddb2efcc8b1e685b9f218
Implement HMAC, PBKDF2 and AES support on Windows using CNG for
Zip encryption and decryption.
CMakeLists.txt
build/cmake/config.h.in
configure.ac
libarchive/archive_cryptor.c
libarchive/archive_cryptor_private.h
libarchive/archive_hmac.c
libarchive/archive_hmac_private.h