aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_block.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove needless mutableJack Lloyd2017-10-121-2/+2
* 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-2/+8
* Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0Jack Lloyd2017-05-221-31/+36
* Throw OpenSSL exception if any OpenSSL function failed.Alexander Bluhm2017-04-291-18/+36
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Remove Algo_RegistryJack Lloyd2016-10-211-61/+59
* 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
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-14/+14
* Mass-prefix member vars with m_René Korthaus2016-01-081-50/+50
* Merge the openssl code together.Jack Lloyd2015-12-191-0/+214