23 check-ins that include changes to files matching 'generic/*' occurring on or after 2025-02-08 21:05:15.
|
2025-10-17
| ||
| 07:18 | close fork leaf check-in: 4dfbd811b4 user: jan.nijtmans tags: trunk, main, tls-2.0 | |
| 07:16 | Minor spacing check-in: e831e54d8b user: jan.nijtmans tags: trunk, main, tls-2.0 | |
|
2025-10-16
| ||
| 21:21 | Updated set ssl/tls protocol version logic for cipher and import commands to use new APIs. check-in: e383f27192 user: bohagan tags: trunk, main, tls-2.0 | |
| 18:20 | Updated set DH parameters for servers for OpenSSL 3.0+ APIs. check-in: 014250ffb8 user: bohagan tags: trunk, main, tls-2.0 | |
| 09:33 | Fix various compiler warnings (like -Wconversion and -Wc++-compat) check-in: 9a7e09fcca user: jan.nijtmans tags: trunk, main, tls-2.0 | |
|
2025-10-11
| ||
| 19:10 | Updates for OpenSSL 1.1.1, 3.3. and 3.4 API compatibility check-in: 651e6cb534 user: bohagan tags: trunk, main, tls-2.0 | |
| 02:19 | Added check for init complete in tlsIO.c close before sending SSL_shutdown check-in: a63c893886 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-10-08
| ||
| 01:26 | Added tls::starttls command as an alias for tls::import and tls::shutdown as an alias for tls::unimport. check-in: e09d36ffb5 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-10-07
| ||
| 01:44 | More updates to not flag EOF as a fatal error. Write attempts after a fatal error will return an error. check-in: 1383d172b1 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-10-06
| ||
| 01:26 | Rolled back some changes to tlsIO.c and added more debug output check-in: 10199abaf9 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-10-05
| ||
| 02:49 | More changes to catch fatal errors and not call SSL_Shutdown for them. Renamed TLS_TCL_HANDSHAKE_FAILED flag to TLS_TCL_FATAL_ERROR. check-in: 005f13cb01 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-09-21
| ||
| 23:53 | Added more comments and debug statements. check-in: 12eb6bb5da user: bohagan tags: trunk, main, tls-2.0 | |
| 01:59 | Removed obsolete legacy SSL error handling code. check-in: e78fdfe8c2 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-09-18
| ||
| 04:18 | Added Tcl_Preserve for statePtr while timer is running. Moved Tls_Free to eliminate forward declaration. check-in: 4bf70b79a5 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-09-15
| ||
| 01:36 | Added flag to track if EOF has occurred on channel. check-in: cbeb34c75f user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-09-14
| ||
| 02:04 | Updated BIOShouldRetry to not use ENOTCONN as a retry condition since Tcl core uses this a failure. Fix for issues: https://core.tcl-lang.org/tcltls/tktview/6a63c165d8 https://core.tcl-lang.org/tcltls/tktview/48eddca89e check-in: b342c5f302 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-09-06
| ||
| 01:47 | Removed obsolete condition checks for bioShouldRetry. Added version check for SSL_CTX_set_ecdh_auto. check-in: fd6219d6f4 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-07-11
| ||
| 18:48 | Added pre-check for valid data to Client Hello message processing. Fix for https://github.com/bohagan1/TclTLS/issues/5 check-in: 10a9ba20e1 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-02-23
| ||
| 21:01 | Added session id to hello callback command check-in: 2d54d65766 user: bohagan tags: trunk, main, tls-2.0 | |
| 20:09 | Fix to allow for null server name in hello callback. Bug fix for https://github.com/bohagan1/TclTLS/issues/5. check-in: ac3bfc3713 user: bohagan tags: trunk, main, tls-2.0 | |
| 19:24 | Added check for name type in SNI callback check-in: 7fcd555512 user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-02-22
| ||
| 23:57 | Changed -request and -require defaults to be true only for client connections. check-in: 2afc33512d user: bohagan tags: trunk, main, tls-2.0 | |
|
2025-02-08
| ||
| 21:05 | Corrections to previous commit check-in: b565c0a12a user: bohagan tags: trunk, main, tls-2.0 | |