aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/vendor/openssl
Commit message (Expand)AuthorAgeFilesLines
* Fix OpenSSL RSA to better handle no padding mode.Jack Lloyd2015-08-293-10/+45
* Reverse the algorithm priority orderingJack Lloyd2015-08-295-6/+19
* Fix minimized builds and amalgamation buildsJack Lloyd2015-08-294-21/+35
* Add ECDSA provider using OpenSSLJack Lloyd2015-08-281-0/+217
* Compile openssl RSA only when botan/rsa.h is availableSimon Warta2015-07-121-0/+6
* lib/vendor: Convert &vec[0] to vec.data()Simon Warta2015-06-232-6/+6
* Disable OpenSSL RSA by default until the test issues are worked outlloyd2015-03-281-2/+2
* RSA encrypt and decrypt using OpenSSLlloyd2015-03-231-0/+148
* In Algo_Registry if a maker func fails, try the next most preferred onelloyd2015-03-051-2/+6
* Amalgamation fixes; inline the poly1305 header and :: namespace OpenSSL funcslloyd2015-02-221-2/+2
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-1/+1
* Add missing filelloyd2015-02-051-0/+5
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-053-0/+376