summaryrefslogtreecommitdiff
path: root/libarchive/archive_hmac_private.h
Commit message (Expand)AuthorAgeFilesLines
* Fix FreeBSD builds with WARNS=6 (#1869)Enji Cooper2023-05-121-0/+2
* archive_hmac: use EVP_MAC_*() in OpenSSL 3.0Martin Matuska2022-12-091-0/+7
* Unify header style, header guard comes firstMartin Matuska2020-01-131-4/+3
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-031-0/+5
* Add support for building with OpenSSL 1.1Tomas Mraz2016-11-211-1/+1
* Add infrastructure to adapt between OpenSSL 1.1 and older versionsBrad King2016-11-211-1/+1
* Ensure that cryptor, hmac, and xxhash always define at least one symbol. Thi...Tim Kientzle2016-04-241-0/+11
* Fix nettle library probeTim Kientzle2016-01-191-1/+1
* Use CommonCrypto APIs on OS X only when availableBrad King2015-10-261-0/+7
* Guard inclusion of bcrypt.h with HAVE_BCRYPT_HBrad King2015-10-261-1/+1
* fix capitalized windows includesMartin Müllenhaupt2015-01-191-1/+1
* Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-1/+12
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-0/+4
* Add support for WinZip AES encryption.Michihiro NAKAJIMA2014-09-091-0/+2
* Rename archive_hmac.h archive_hmac_private.hMichihiro NAKAJIMA2014-09-081-0/+71