summaryrefslogtreecommitdiff
path: root/libarchive/archive_cryptor_private.h
Commit message (Expand)AuthorAgeFilesLines
* archive_cryptor: use new Nettle AES interface on Nettle 3.0 and higherMartin Matuska2020-11-041-0/+8
* archive_cryptor: silence Nettle 3.5+ warningsMartin Matuska2020-11-021-0/+1
* Unify header style, header guard comes firstMartin Matuska2020-01-131-4/+3
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-031-0/+17
* Issue #924: fix capitalization of bcrypt.h headerTim Kientzle2017-07-161-1/+1
* 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
* Issue #520: Define BCRYPT_SUCCESS for VS2008Tim Kientzle2015-06-151-0/+5
* Fix build failure without cryptography library.Michihiro NAKAJIMA2014-10-141-0/+2
* Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-4/+10
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-0/+13
* Fix build failure on FreeBSD 9.2.Michihiro NAKAJIMA2014-09-141-0/+2
* Add support for WinZip AES encryption.Michihiro NAKAJIMA2014-09-091-2/+13
* Move cryptographic functions into archive_cryptor.c.Michihiro NAKAJIMA2014-09-091-0/+106