index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_sigalgs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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