aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-2/+2
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-291-0/+13
* Add nonce-set checks for OpenSSL CBC mode implsJack Lloyd2018-08-171-1/+5
* Fix OpenSSL modesJack Lloyd2018-08-051-1/+12
* Add limits.h header for INT_MAXJack Lloyd2017-10-041-0/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More annotationsJack Lloyd2017-09-191-1/+1
* Don't crash if openssl can't allocate a new contextKirill A. Korinsky2017-06-291-0/+3
* Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0Jack Lloyd2017-05-221-17/+18
* Throw OpenSSL exception if any OpenSSL function failed.Alexander Bluhm2017-04-291-11/+11
* Implement cipher modes with OpenSSL.Alexander Bluhm2017-04-251-0/+200