aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_rc4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Fix OpenSSL RC4 clone - ignored skip paramJack Lloyd2016-11-261-1/+1
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-2/+3
* Remove Algo_RegistryJack Lloyd2016-10-211-3/+6
* fix compiler error: openssl w/o rc4t0b32016-10-011-1/+1
* 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/+2
* 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
* 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-171-6/+6
* Merge the openssl code together.Jack Lloyd2015-12-191-0/+73