summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sigalgs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert signatures and verifcation to use the EVP_DigestXXX apibeck2018-11-111-3/+1
* Remove dead codebeck2018-11-101-14/+1
* Stop keeping track of sigalgs by guessing it from digest and pkey,beck2018-11-101-16/+5
* Ensure we only choose sigalgs from our prefernce list, not the whole listbeck2018-11-091-4/+11
* Add the ability to have a separate priority list for sigalgs.beck2018-11-091-6/+34
* Reimplement the sigalgs processing code into a new implementationbeck2018-11-091-0/+218