We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1298e + 4322a20 commit 209f718Copy full SHA for 209f718
lib/ssl/src/tls_v1.erl
@@ -884,7 +884,7 @@ signature_algs(?TLS_1_2, HashSigns) ->
884
lists:reverse(Supported).
885
886
default_signature_algs([?TLS_1_3]) ->
887
- default_signature_schemes(?TLS_1_3);
+ default_signature_schemes(?TLS_1_3) ++ legacy_signature_schemes(?TLS_1_3);
888
default_signature_algs([?TLS_1_3, ?TLS_1_2 | _]) ->
889
default_signature_schemes(?TLS_1_3) ++ legacy_signature_schemes(?TLS_1_3)
890
++ default_pre_1_3_signature_algs_only();
0 commit comments