summaryrefslogtreecommitdiff
path: root/libarchive/archive_cryptor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OpenSSL compat code that misuses the APITheo Buehler2021-11-201-8/+0
* archive_cryptor: use new Nettle AES interface on Nettle 3.0 and higherMartin Matuska2020-11-041-17/+13
* archive_cryptor: silence Nettle 3.5+ warningsMartin Matuska2020-11-021-0/+27
* Minor style newline consistency fixesMartin Matuska2020-01-051-0/+1
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-031-0/+61
* Fix OpenSSL version numberTim Kientzle2018-09-081-1/+1
* Use plain OPENSSL_VERSION_NUMBER and also block LibreSSL crap.Joerg Sonnenberger2018-09-051-5/+1
* Redo OPENSSL_VERSION_AT_LEAST check to deal with CPP idiosyncrasiesJoerg Sonnenberger2018-09-051-1/+5
* Check for OPENSSL_VERSION_AT_LEAST before using it.Joerg Sonnenberger2018-09-041-1/+1
* EVP_CIPHER_CTX_init is deprecated, so avoid it for OpenSSL 1.1+Joerg Sonnenberger2018-09-041-0/+7
* Mac OS X: Handle changed behavior of CCCryptorReset()Martin Matuska2018-08-191-1/+1
* Check for EVP_CIPHER_CTX_new failure (#836)Brad King2016-12-061-1/+2
* Add support for building with OpenSSL 1.1Tomas Mraz2016-11-211-4/+5
* Ensure that cryptor, hmac, and xxhash always define at least one symbol. Thi...Tim Kientzle2016-04-241-0/+13
* 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