index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
ssl_sigalgs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't push the error stack in ssl_sigalg_select()
beck
2024-07-09
1
-2
/
+1
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
1
-27
/
+1
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
tb
2022-07-02
1
-5
/
+2
*
Rename uses 'curve' to 'group' and rework tls1 group API.
tb
2022-07-02
1
-7
/
+7
*
Check sigalg security level when selecting them.
tb
2022-06-29
1
-1
/
+4
*
Check the security bits of the sigalgs' pkey
tb
2022-06-29
1
-1
/
+7
*
Check the security level when building sigalgs
tb
2022-06-29
1
-4
/
+11
*
Annotate sigalgs with their security level.
tb
2022-06-29
1
-1
/
+21
*
Bye bye S3I.
jsing
2022-02-05
1
-7
/
+7
*
Remove the remaining three parens in return statements.
tb
2022-01-20
1
-4
/
+4
*
Use correct spelling of NULL.
tb
2022-01-20
1
-2
/
+2
*
Stop reaching into EVP_PKEY in the rest of libssl.
tb
2021-11-26
1
-5
/
+5
*
Pull up and dedup the TLS version check in ssl_sigalg_pkey_ok().
jsing
2021-06-29
1
-5
/
+6
*
Simplify RSA PSS key size comment.
jsing
2021-06-29
1
-5
/
+2
*
Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.
jsing
2021-06-29
1
-7
/
+6
*
Make various sigalg functions static now that they're only used internally.
jsing
2021-06-29
1
-4
/
+4
*
Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.
jsing
2021-06-29
1
-2
/
+24
*
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
jsing
2021-06-29
1
-23
/
+18
*
Factor out handling of legacy default signature algorithms.
jsing
2021-06-29
1
-32
/
+27
*
Mop up now unused variables.
jsing
2021-06-29
1
-7
/
+2
*
Change ssl_sigalgs_from_value() to perform sigalg list selection.
jsing
2021-06-27
1
-10
/
+14
*
Rename ssl_sigalg() to ssl_sigalg_from_value().
jsing
2021-06-27
1
-3
/
+3
*
Change ssl_sigalgs_build() to perform sigalg list selection.
jsing
2021-06-27
1
-2
/
+19
*
Tidy some comments and simplify some code.
jsing
2021-06-27
1
-15
/
+7
*
Keep sigalg initialiser order consistent - key type, then hash.
jsing
2021-06-27
1
-18
/
+18
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Improve internal version handling.
jsing
2021-03-10
1
-4
/
+4
*
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
guenther
2020-10-11
1
-8
/
+8
*
Forcibly ensure that only PSS may be used with RSA in TLS 1.3.
beck
2020-05-09
1
-2
/
+8
*
Correct subtle bug in sigalgs, only care about curve_nid if we are
beck
2019-04-01
1
-4
/
+4
*
Strip out all of the pkey to sigalg and sigalg to pkey linkages.
jsing
2019-03-25
1
-21
/
+1
*
Defer sigalgs selection until the certificate is known.
jsing
2019-03-25
1
-5
/
+79
*
Avoid an internal 2 byte overread in ssl_sigalgs().
jsing
2019-03-19
1
-7
/
+2
*
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
beck
2019-01-24
1
-6
/
+1
*
Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1
beck
2019-01-23
1
-4
/
+4
*
Modify sigalgs extension processing to accomodate TLS 1.3.
beck
2019-01-23
1
-2
/
+19
*
revert previous, accidentally contained another diff in addition
beck
2019-01-23
1
-19
/
+2
*
Modify sigalgs extension processing for TLS 1.3.
beck
2019-01-23
1
-2
/
+19
*
Unbreak legacy ciphers for prior to 1.1 by setting having a legacy
beck
2018-11-16
1
-3
/
+12
*
In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1
beck
2018-11-14
1
-2
/
+2
*
Temporary workaround for breakage seen in www.videolan.org with curve mismatch
beck
2018-11-13
1
-3
/
+4
*
Fix pkey_ok to be less strange, and add cuve checks required for the EC ones
beck
2018-11-13
1
-9
/
+26
*
Add check function to verify that pkey is usable with a sigalg.
beck
2018-11-11
1
-1
/
+17
*
Convert signatures and verifcation to use the EVP_DigestXXX api
beck
2018-11-11
1
-3
/
+1
*
Remove dead code
beck
2018-11-10
1
-14
/
+1
*
Stop keeping track of sigalgs by guessing it from digest and pkey,
beck
2018-11-10
1
-16
/
+5
*
Ensure we only choose sigalgs from our prefernce list, not the whole list
beck
2018-11-09
1
-4
/
+11
*
Add the ability to have a separate priority list for sigalgs.
beck
2018-11-09
1
-6
/
+34
*
Reimplement the sigalgs processing code into a new implementation
beck
2018-11-09
1
-0
/
+218