Differences From Artifact [08752c37a7]:
- File generic/tls.c — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 96457) [annotate] [blame] [check-ins using]
To Artifact [87532f6227]:
- File generic/tls.c — part of check-in [1ef3d3faef] at 2024-10-26 16:08:31 on branch tls-1.8 — Removed extra padding, convert spaces to tabs, etc. (user: bohagan, size: 96456) [annotate] [blame] [check-ins using]
︙ | |||
2128 2129 2130 2131 2132 2133 2134 | 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 | - + | if (certNames != NULL) { SSL_CTX_set_client_CA_list(ctx, certNames); } Tcl_DStringFree(&ds); } #endif } |
︙ |