This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit bbd0587
committed
Correctly map GENERIC to UNKNOWN when using BoringSSL
Motivation:
BoringSSL returns GENERIC when using TLS1.3 but the JDK TrustManager
implementation expect UNKNOWN. We need to map it the expected value as
otherwise we will see failures.
Modifications:
Compare and adjust if needed
Result:
Correctly map auth method name1 parent 878eb06 commit bbd0587
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
367 | 373 | | |
368 | 374 | | |
369 | 375 | | |
| |||
0 commit comments