Commit eaac6eb
committed
Tests: adjusted LibreSSL certificate selection TODO with TLSv1.3.
LibreSSL 4.0 can select and send an RSA server certificate in TLSv1.3
without failing with "unknown pkey type" errors, when both RSA and ECC
certificates are loaded.
After certificate selection has occurred, it still always returns the
most recently added certificate by SSL_get_certificate(), which means
that OCSP stapling with multiple certificates remains broken here.1 parent a5659ab commit eaac6eb
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
| 292 | + | |
292 | 293 | | |
293 | 294 | | |
294 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
0 commit comments