Commit Graph

3 Commits

Author SHA1 Message Date
lwthiker
79942b00ea Update BoringSSL patch to handle Safari quirks 2024-02-29 21:28:53 +02:00
lwthiker
c1b278e671 Upgrade BoringSSL version
Upgrade to commit d24a38200fef19150eef00cad35b138936c08767, which is the
current 'chromium-stable' tag.
2024-02-10 19:55:59 +02:00
lwthiker
f4474a87e8 Restore old ciphers in BoringSSL
BoringSSL removed some old and weak cipehrs from OpenSSL. It appears as
though Safari still uses some of them.

The included patch restores them, so that using them in the "--ciphers"
option to curl will add them to the client's list of supported ciphers.
These ciphers may not actually work if the server chooses to use them,
because the "real" code to handle them is missing. But since they are
considered weak it is unlikely to happen.
2022-02-27 14:07:38 +02:00