summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sigalgs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Strip out all of the pkey to sigalg and sigalg to pkey linkages.jsing2019-03-251-2/+1
* Defer sigalgs selection until the certificate is known.jsing2019-03-251-3/+5
* Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1beck2019-01-231-2/+2
* Modify sigalgs extension processing to accomodate TLS 1.3.beck2019-01-231-1/+3
* revert previous, accidentally contained another diff in additionbeck2019-01-231-3/+1
* Modify sigalgs extension processing for TLS 1.3.beck2019-01-231-1/+3
* Unbreak legacy ciphers for prior to 1.1 by setting having a legacybeck2018-11-161-1/+4
* Add check function to verify that pkey is usable with a sigalg.beck2018-11-111-1/+2
* Remove dead codebeck2018-11-101-2/+1
* Stop keeping track of sigalgs by guessing it from digest and pkey,beck2018-11-101-2/+2
* Ensure we only choose sigalgs from our prefernce list, not the whole listbeck2018-11-091-2/+2
* Add the ability to have a separate priority list for sigalgs.beck2018-11-091-2/+5
* Add header guards and hidden declarations.jsing2018-11-091-1/+9
* Reimplement the sigalgs processing code into a new implementationbeck2018-11-091-0/+69