Commit ff5b321
David Cooper
Use all+ in calls to tls_sockets() in 3.0
get_server_certificate() includes a few calls to tls_sockets() in which the response will be TLS 1.3 and in which the response will be useless if it cannot be decrypted (since the goal is to obtain the server's certificate). So, these calls to tls_sockets() should specify "all+" rather than "all".1 parent 91523be commit ff5b321
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7377 | 7377 | | |
7378 | 7378 | | |
7379 | 7379 | | |
7380 | | - | |
| 7380 | + | |
7381 | 7381 | | |
7382 | | - | |
| 7382 | + | |
7383 | 7383 | | |
7384 | 7384 | | |
7385 | 7385 | | |
| |||
0 commit comments