Differences From Artifact [347d650461]:
- File tls.c — part of check-in [b9557ba691] at 2016-12-13 16:00:41 on branch trunk — Updated to return soft errors on during SSL negotiation retries on reads and hard errors on SSL negotiation during writes or handshake commands (user: rkeene, size: 48083) [annotate] [blame] [check-ins using] [more...]
To Artifact [57028b60c1]:
- File tls.c — part of check-in [83b1dea4d4] at 2017-04-18 14:29:27 on branch trunk — Updated references to DH parameter bit sizes and ensure error messages are printed if generating fails entirely (user: rkeene, size: 48085) [annotate] [blame] [check-ins using]
︙ | |||
1177 1178 1179 1180 1181 1182 1183 | 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 | - + | if (!dh) { Tcl_AppendResult(interp, "Could not read DH parameters from file", (char *) NULL); SSL_CTX_free(ctx); return (SSL_CTX *)0; } } else { |
︙ |