Commit 81b55a8
authored
Fix SSL.getSigAlgs() on BoringSSL for TLS 1.3 (#924)
Motivation:
Improper algorithm names returned by BoringSSL with TLS 1.3
Modifications:
Always pass `false` as the second parameter to
`SSL_get_signature_algorithm_name()`. This forces BoringSSL to omit the
curve name and return algorithm names in the style expected by callers
of `SSL.getSigAlgs()`. Previously this parameter was only false for TLS
1.2.
Result:
Fixes #9231 parent e135a79 commit 81b55a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2583 | 2583 | | |
2584 | 2584 | | |
2585 | 2585 | | |
2586 | | - | |
| 2586 | + | |
2587 | 2587 | | |
2588 | 2588 | | |
2589 | 2589 | | |
| |||
0 commit comments