aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the OpenSSL providerJack Lloyd2021-10-281-136/+0
* Disable OpenSSL support for algorithms deprecated in OpenSSL 3.0Jack Lloyd2021-10-201-15/+0
* More uses of make_unique instead of unique_ptr(new ...)Jack Lloyd2021-04-041-3/+3
* Update OpenSSL and CommonCrypto providersJack Lloyd2021-04-031-2/+2
* Fix warning with recent GCCJack Lloyd2019-12-081-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-6/+6
* Switch LibreSSL provider to OpenSSL 1.1 APIAlexander Bluhm2018-11-071-2/+2
* Support calling Whirlpool in OpenSSLJack Lloyd2018-07-261-0/+5
* Accept SHA-1, SHA1, or SHA-160 equallyJack Lloyd2017-10-131-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Don't crash if openssl can't allocate a new contextKirill A. Korinsky2017-06-291-0/+2
* Make Botan compile with LibreSSL again.Alexander Bluhm2017-05-241-2/+2
* Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0Jack Lloyd2017-05-221-13/+34
* Throw OpenSSL exception if any OpenSSL function failed.Alexander Bluhm2017-04-291-5/+10
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Remove Algo_RegistryJack Lloyd2016-10-211-31/+35
* Change T::provider to return std::stringJack Lloyd2016-09-151-1/+1
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+1
* Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-021-4/+0
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-8/+8
* Merge the openssl code together.Jack Lloyd2015-12-191-0/+117