aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl
Commit message (Expand)AuthorAgeFilesLines
* Change T::provider to return std::stringJack Lloyd2016-09-153-3/+3
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-153-0/+4
* Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-021-4/+0
* Make Stream_Cipher::set_iv() pure virtualRené Korthaus2016-07-201-0/+6
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+5
* Clean up PK decryption encoding.Jack Lloyd2016-03-202-4/+11
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-173-28/+28
* Mass-prefix member vars with m_René Korthaus2016-01-081-50/+50
* Add ECDH via OpenSSLJack Lloyd2016-01-042-15/+113
* Merge the openssl code together.Jack Lloyd2015-12-197-0/+941