Check-in [fd6219d6f4]
Overview
Comment:Removed obsolete condition checks for bioShouldRetry. Added version check for SSL_CTX_set_ecdh_auto.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | main | tls-2.0
Files: files | file ages | folders
SHA3-256: fd6219d6f485f9702b6da1e9601d612e9328c4e48cf27d252c9efbb981875f01
User & Date: bohagan on 2025-09-06 01:47:51.000
Other Links: branch diff | manifest | tags
Context
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-09-05
22:36
Added missing crypt libraries for gcc on windows Fix for [82560343da] at https://core.tcl-lang.org/tcltls/tktview/82560343da check-in: bfc8b5b54b user: bohagan tags: trunk, main, tls-2.0
Changes