Commit efbede6
doc: clarify tlsSocket.authorized on resumption
The peer certificate is not verified again when a connection resumes a
TLS session. When the original handshake included a client certificate,
authorized and authorizationError carry the verification result stored
with the session; on TLS 1.3, a client that sent no certificate can
resume a session and report authorized as true. Document this and point
manual-authorization servers at isSessionReused() and
getPeerCertificate().
Fixes: #35317
Signed-off-by: Julian Soreavis <julian.soreavis@gmail.com>
PR-URL: #64584
Reviewed-By: Tim Perry <pimterry@gmail.com>1 parent 75b80d0 commit efbede6
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1072 | 1072 | | |
1073 | 1073 | | |
1074 | 1074 | | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
1075 | 1087 | | |
1076 | 1088 | | |
1077 | 1089 | | |
| |||
2573 | 2585 | | |
2574 | 2586 | | |
2575 | 2587 | | |
| 2588 | + | |
2576 | 2589 | | |
2577 | 2590 | | |
2578 | 2591 | | |
| |||
0 commit comments