index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_cryptor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove OpenSSL compat code that misuses the API
Theo Buehler
2021-11-20
1
-8
/
+0
*
archive_cryptor: use new Nettle AES interface on Nettle 3.0 and higher
Martin Matuska
2020-11-04
1
-17
/
+13
*
archive_cryptor: silence Nettle 3.5+ warnings
Martin Matuska
2020-11-02
1
-0
/
+27
*
Minor style newline consistency fixes
Martin Matuska
2020-01-05
1
-0
/
+1
*
Add mbed TLS as optional crypto provider
Martin Matuska
2020-01-03
1
-0
/
+61
*
Fix OpenSSL version number
Tim Kientzle
2018-09-08
1
-1
/
+1
*
Use plain OPENSSL_VERSION_NUMBER and also block LibreSSL crap.
Joerg Sonnenberger
2018-09-05
1
-5
/
+1
*
Redo OPENSSL_VERSION_AT_LEAST check to deal with CPP idiosyncrasies
Joerg Sonnenberger
2018-09-05
1
-1
/
+5
*
Check for OPENSSL_VERSION_AT_LEAST before using it.
Joerg Sonnenberger
2018-09-04
1
-1
/
+1
*
EVP_CIPHER_CTX_init is deprecated, so avoid it for OpenSSL 1.1+
Joerg Sonnenberger
2018-09-04
1
-0
/
+7
*
Mac OS X: Handle changed behavior of CCCryptorReset()
Martin Matuska
2018-08-19
1
-1
/
+1
*
Check for EVP_CIPHER_CTX_new failure (#836)
Brad King
2016-12-06
1
-1
/
+2
*
Add support for building with OpenSSL 1.1
Tomas Mraz
2016-11-21
1
-4
/
+5
*
Ensure that cryptor, hmac, and xxhash always define at least one symbol. Thi...
Tim Kientzle
2016-04-24
1
-0
/
+13
*
Fix nettle library probe
Tim Kientzle
2016-01-19
1
-1
/
+1
*
Use CommonCrypto APIs on OS X only when available
Brad King
2015-10-26
1
-2
/
+5
*
Small cosmetic changes.
Kirill Okhotnikov
2015-05-11
1
-1
/
+1
*
Warning of unsed function "aes_ctr_encrypt_counter" were fixed.
Kirill Okhotnikov
2015-02-09
1
-0
/
+1
*
Fix build failure without cryptography library.
Michihiro NAKAJIMA
2014-10-14
1
-0
/
+16
*
Implement HMAC, PBKDF2 and AES support on Windows using CNG for
Michihiro NAKAJIMA
2014-10-13
1
-0
/
+129
*
Fix build failure on Windows.
Michihiro NAKAJIMA
2014-10-12
1
-0
/
+1
*
Fix build failure on FreeBSD 9.2.
Michihiro NAKAJIMA
2014-09-14
1
-2
/
+2
*
Add support for WinZip AES encryption.
Michihiro NAKAJIMA
2014-09-09
1
-17
/
+15
*
Move cryptographic functions into archive_cryptor.c.
Michihiro NAKAJIMA
2014-09-09
1
-0
/
+287