summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sigalgs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove GOST and STREEBOG support from libssl.beck2024-02-031-9/+1
* Rename uses 'curve' to 'group' and rework tls1 group API.tb2022-07-021-2/+2
* Check the security level when building sigalgstb2022-06-291-2/+2
* Annotate sigalgs with their security level.tb2022-06-291-1/+2
* Make various sigalg functions static now that they're only used internally.jsing2021-06-291-6/+1
* Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.jsing2021-06-291-1/+3
* Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().jsing2021-06-291-3/+3
* Change ssl_sigalgs_from_value() to perform sigalg list selection.jsing2021-06-271-10/+4
* Rename ssl_sigalg() to ssl_sigalg_from_value().jsing2021-06-271-2/+3
* Change ssl_sigalgs_build() to perform sigalg list selection.jsing2021-06-271-2/+2
* Keep sigalg initialiser order consistent - key type, then hash.jsing2021-06-271-2/+2
* Add a missing space.jsing2021-05-161-2/+2
* Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoguenther2020-10-111-7/+7
* 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