summaryrefslogtreecommitdiff
path: root/libarchive/archive_cryptor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix nettle library probeTim Kientzle2016-01-191-1/+1
* Use CommonCrypto APIs on OS X only when availableBrad King2015-10-261-2/+5
* Small cosmetic changes.Kirill Okhotnikov2015-05-111-1/+1
* Warning of unsed function "aes_ctr_encrypt_counter" were fixed.Kirill Okhotnikov2015-02-091-0/+1
* Fix build failure without cryptography library.Michihiro NAKAJIMA2014-10-141-0/+16
* Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-0/+129
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-0/+1
* Fix build failure on FreeBSD 9.2.Michihiro NAKAJIMA2014-09-141-2/+2
* Add support for WinZip AES encryption.Michihiro NAKAJIMA2014-09-091-17/+15
* Move cryptographic functions into archive_cryptor.c.Michihiro NAKAJIMA2014-09-091-0/+287