aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/vendor/openssl/openssl_hash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Break up openssl providerJack Lloyd2015-10-191-117/+0
| | | | | | For RSA, RC4, and ECDSA put the openssl versions in the same directory as the base version. They just rely on a macro check for the openssl module to test for the desire to use OpenSSL.
* Fix includes for opensslJack Lloyd2015-09-191-0/+2
|
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
| | | | Only user-visible change is the removal of get_byte.h
* Reverse the algorithm priority orderingJack Lloyd2015-08-291-1/+2
| | | | | | Previously 0 was the highest priority and 255 was the lowest. But this is really quite confusing, instead treat 0 as lowest and 255 as highest so normal integer intuitions apply.
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-051-0/+115