index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_sigalgs.h
Age
Commit message (
Expand
)
Author
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-06-29
Check the security level when building sigalgs
Theo Buehler
2022-06-29
Annotate sigalgs with their security level.
Theo Buehler
2021-06-29
Make various sigalg functions static now that they're only used internally.
Joel Sing
2021-06-29
Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.
Joel Sing
2021-06-29
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
Joel Sing
2021-06-27
Change ssl_sigalgs_from_value() to perform sigalg list selection.
Joel Sing
2021-06-27
Rename ssl_sigalg() to ssl_sigalg_from_value().
Joel Sing
2021-06-27
Change ssl_sigalgs_build() to perform sigalg list selection.
Joel Sing
2021-06-27
Keep sigalg initialiser order consistent - key type, then hash.
Joel Sing
2021-05-16
Add a missing space.
Joel Sing
2020-10-11
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
Philip Guenther
2019-03-25
Strip out all of the pkey to sigalg and sigalg to pkey linkages.
Joel Sing
2019-03-25
Defer sigalgs selection until the certificate is known.
Joel Sing
2019-01-23
Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1
Bob Beck
2019-01-23
Modify sigalgs extension processing to accomodate TLS 1.3.
Bob Beck
2019-01-23
revert previous, accidentally contained another diff in addition
Bob Beck
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
Bob Beck
2018-11-16
Unbreak legacy ciphers for prior to 1.1 by setting having a legacy
Bob Beck
2018-11-11
Add check function to verify that pkey is usable with a sigalg.
Bob Beck
2018-11-10
Remove dead code
Bob Beck
2018-11-10
Stop keeping track of sigalgs by guessing it from digest and pkey,
Bob Beck
2018-11-09
Ensure we only choose sigalgs from our prefernce list, not the whole list
Bob Beck
2018-11-09
Add the ability to have a separate priority list for sigalgs.
Bob Beck
2018-11-09
Add header guards and hidden declarations.
Joel Sing
2018-11-09
Reimplement the sigalgs processing code into a new implementation
Bob Beck