Commit a3b6632
session BUGFIX Fix TLS connection with Subject Alternative Name
Without the fix, it's impossible to connect to the server
using client authentication based on Subject Alternative Name
from a X.509 client certificate.
The commit fixes the following <cert-to-name> mapping [1]:
- san-rfc822-name
- san-dns-name x
- san-ip-address
- san-any
Fixes #328
Links: [1] https://datatracker.ietf.org/doc/html/rfc7407#section-4.11 parent 86eb9d6 commit a3b6632
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments