summaryrefslogtreecommitdiff
path: root/libarchive/archive_hmac.c
Commit message (Expand)AuthorAgeFilesLines
* Minor style newline consistency fixesMartin Matuska2020-01-051-0/+1
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-031-0/+47
* Limit #pragma GCC to GCC-compatible cmopilersJoerg Sonnenberger2019-10-031-0/+2
* Unbreak debug build on Windows/MinGWMartin Matuska2019-04-171-0/+1
* Define bcrypt macro not available in Win 7 SDKBrad King2017-02-241-0/+4
* Add support for building with OpenSSL 1.1Tomas Mraz2016-11-211-6/+8
* Ensure that cryptor, hmac, and xxhash always define at least one symbol. Thi...Tim Kientzle2016-04-241-0/+14
* Fix nettle library probeTim Kientzle2016-01-191-1/+1
* Use CommonCrypto APIs on OS X only when availableBrad King2015-10-261-1/+1
* Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-0/+69
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-1/+2
* Rename archive_hmac.h archive_hmac_private.hMichihiro NAKAJIMA2014-09-081-1/+1
* Add support for extracting WinZIp AES encryption.Michihiro NAKAJIMA2014-09-071-0/+164