]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add infrastructure to adapt between OpenSSL 1.1 and older versions
authorBrad King <brad.king@kitware.com>
Thu, 17 Nov 2016 20:26:41 +0000 (15:26 -0500)
committerBrad King <brad.king@kitware.com>
Mon, 21 Nov 2016 18:56:54 +0000 (13:56 -0500)
commitaa8f77083954fe0f41327ab856be59c370d4c13b
treef2da7846513b7ef49aa913e8ee77acf355adc2e9
parent1e3a1ed7fdd0fe52802cf43d13c39fdd90e2225f
Add infrastructure to adapt between OpenSSL 1.1 and older versions

Add private forwarding headers for `openssl/{evp,hmac}.h` to give us a
central place to add adaptation code to work across multiple
incompatible OpenSSL versions.  Provide compatibility implementations of
some OpenSSL 1.1 APIs when using older OpenSSL versions.
Makefile.am
libarchive/CMakeLists.txt
libarchive/archive_cryptor_private.h
libarchive/archive_digest_private.h
libarchive/archive_hmac_private.h
libarchive/archive_openssl_evp_private.h [new file with mode: 0644]
libarchive/archive_openssl_hmac_private.h [new file with mode: 0644]