Timeline

200 most recent events occurring on or after 2019-09-26 11:56:39.

More ↑
2023-07-30
02:09
Add match result to ALPN callback parameters. This indicates if a common protocol was found or not. check-in: 75f1cfb376 user: bohagan tags: errors_and_callbacks
00:20
Updated password callback to add rwflag size arguments to callback. Callback now works like other callbacks with the function followed by args. Refactored get result processing. Added more info to doc file. check-in: c072b00aeb user: bohagan tags: errors_and_callbacks
2023-07-29
21:33
Added message status to callback command results. It is only available when OpenSSL is complied with the enable-ssl-trace option. check-in: 5ddead759f user: bohagan tags: errors_and_callbacks
2023-07-28
19:42
Set ErrorCode for returned errors check-in: d7ece0aec4 user: bohagan tags: errors_and_callbacks
18:41
Set/get invalid channel option now calls Tcl_BadChannelOption. check-in: 106dba31ae user: bohagan tags: errors_and_callbacks
17:01
Disabled skip channel IO during verify callback processing. Call Tcl_Error for connect/handshake errors. check-in: 6866efe8ea user: bohagan tags: errors_and_callbacks
16:07
Refactored Tls_Error handler to not set errorCode. Use error message, return result, or if none, fall-back to OpenSSL error queue. Added clear OpenSSL errors to start of each command function to remove old error messages. check-in: e85a439068 user: bohagan tags: errors_and_callbacks
2023-07-24
23:12
Comment and documentation updates. Added more checks for supported protocol versions. check-in: a4c50c7c74 user: bohagan tags: errors_and_callbacks
2023-07-21
23:29
Removed connect or handshake errors trigger background error. Removed Tls_Error call to background error handler when a callback command isn't defined. This would occur during connect/handshake errors. Fixes bug: https://core.tcl-lang.org/tcltls/tktview/2c7b748796 check-in: 6a11f12158 user: bohagan tags: errors_and_callbacks
23:01
Added new option -validatecommand to handle callbacks that require a return value. Consolidated evaluate callback commands into one function EvalCallback. Return alert codes for callbacks. Added more comments to callback functions. check-in: 91ff651d51 user: bohagan tags: errors_and_callbacks
2023-07-17
18:28 New ticket [6da6e5f4cd] openssl 3 support. artifact: 2c46410617 user: isleong
2023-07-16
18:41
Added Next Protocol Negotiation (NPN) for TLS 1.0 to TLS 1.2. check-in: f7b84d671a user: bohagan tags: errors_and_callbacks
17:26
Added alert type to info callback parameters and refactored code. check-in: 0aa8ad9487 user: bohagan tags: errors_and_callbacks
16:02
Register ALPN callbacks only if protocols defined. Catch more errors in callbacks, return after set return values. check-in: 3b2e00d8a5 user: bohagan tags: errors_and_callbacks
15:21
Created error handler and callback updates branch check-in: 0d1d711916 user: bohagan tags: errors_and_callbacks
15:05
Merge status and X509 updates branch check-in: 1924dcd361 user: bohagan tags: trunk
03:33
X509 status optimizations to reduce number of buffers and reordered parameters to match certificate order. check-in: 335b04b2fe user: bohagan tags: status_x509
00:24
Added X509 authorityKeyIdentifier and OCSP URL parameters Fixed subjectKeyIdentifier Moved extension parameters to end of Tls_NewX509Obj check-in: a7be3ce74d user: bohagan tags: status_x509
2023-07-15
23:00
Added unique ids and signature value to status check-in: 8e446cb0bb user: bohagan tags: status_x509
21:37
Better grouped status and connection parameters in doc. check-in: c7828a9fcc user: bohagan tags: status_x509
20:47
Refactored convert X509 status binary values to hex strings. Renamed X509 parameter signatureAlgorithm to signature and digest to signingDigest. check-in: 8dd96d8c7b user: bohagan tags: status_x509
2023-07-10
01:13
Added all certificate info dump to X509 status. Renamed X509 status signature_algorithm to signatureAlgorithm, public_key_algorithm to publicKeyAlgorithm, and serial to serialNumber. Added publicKey and alias to X509 status. check-in: 58ee9890df user: bohagan tags: status_x509
2023-07-09
22:46
Changed to pass verify ok results string to callback. Renamed certificate status signature_hash to signatureHashAlgorithm. check-in: a5858c387a user: bohagan tags: status_x509
2023-06-21
23:37
Added Subject Alternate Name (SAN) to X509 status. Source: https://core.tcl-lang.org/tcltls/tktview/3c42b2ba11 check-in: a5843e5983 user: bohagan tags: status_x509
18:27 Ticket [b9d780ee7e] server socket doesn't reply close_notify status still Open with 5 other changes artifact: 2771123a35 user: anonymous ... 1 similar event omitted.
2023-06-20
03:42
Added Subject Key Identifier (SKI) to X509 status check-in: 3a3000bc1e user: bohagan tags: status_x509
2023-06-18
21:47
Added post handshake cert request option check-in: fec0e414e9 user: bohagan tags: status_x509
2023-06-17
23:09
Added signature hash and type to connection status Changed validation result to verification. check-in: e02e24c84a user: bohagan tags: status_x509
2023-06-16
18:04
Change to use NULL for empty pointers check-in: ee0728f6d6 user: bohagan tags: status_x509
2023-06-11
23:26
Use client or server methods instead of generic methods for protocol version selection check-in: f9da715266 user: bohagan tags: status_x509
20:12
Optimized get X509 certificate extensions check-in: eccad70fa9 user: bohagan tags: status_x509
02:27
Added more X509 certificate status info, show algorithm names, list used extensions, etc. check-in: 7265279af2 user: bohagan tags: status_x509
2023-06-10
21:25
Added master key, is server, and ticket lifetime to connection status. Reordered connection status results for better grouping. check-in: 4e75be42e6 user: bohagan tags: status_x509
20:33
Set protocol version method based on client or server option. check-in: 50c71137cb user: bohagan tags: status_x509
19:45
Added ALPN callback update to catch and return errors in select next protocol. check-in: 1a03a74d6e user: bohagan tags: status_x509
2023-06-05
02:47
More callback error checking. Added session ticket callback handling. Split set client and server session caching callbacks. check-in: e1f08bc122 user: bohagan tags: status_x509
02:09
Use SSL connection states instead of custom states. check-in: 3d083cdfaf user: bohagan tags: status_x509
2023-06-04
03:20
Set host name for certificate checks. Pass peer specified host name to Hello callback. Set host name for certificate checks. This is separate from SNI. Added peername to status command results. Source: https://core.tcl-lang.org/tcltls/tktview/b023257dcf and https://core.tcl-lang.org/tcltls/tktview/3c42b2ba11 check-in: 65f84287e7 user: bohagan tags: status_x509
2023-06-03
22:33
Added ALPN callback protocol selection. In ALPNCallback, server select from client provided protocol list uses -alpn protocols list to find first common protocol. check-in: f50ee33fd6 user: bohagan tags: status_x509
20:55
Added version and signature to X509 status check-in: 7d59536ee7 user: bohagan tags: status_x509
2023-06-02
22:23
Added compression state to connection status check-in: e5975c8072 user: bohagan tags: status_x509
2023-05-29
23:15
Added server callbacks for ALPN, SNI, and Hello messages check-in: a04a3aef6b user: bohagan tags: status_x509
2023-05-27
21:14
Optimized use of pointers and comment format updates. check-in: 500c6b97d6 user: bohagan tags: status_x509
19:20
Added session id and ticket to connection status. Added callback to handle session id and ticket updates after the handshake. check-in: 489f45bd81 user: bohagan tags: status_x509
03:06
Removed support for obsolete OpenSSL versions prior to v1.1.1. check-in: 0de7b4fc0a user: bohagan tags: status_x509
2023-05-26
22:43
Added set security level option to set all relevant parameters including cipher suite, encryption algorithms, supported ECC curves, supported signature algorithms, DH parameter sizes, certificate key sizes and signature algorithms in one operation. check-in: 32ce5d6220 user: bohagan tags: status_x509
2023-05-24
23:26
Fixed test cases to run under Windows and added TLS 1.3 support check-in: 69314245a1 user: bohagan tags: status_x509
02:40
Added new option -ciphersuites to set ciphers suites for TLS 1.3. Addresses defect: https://core.tcl-lang.org/tcltls/tktview/d0518a5645 check-in: cd11c125e8 user: bohagan tags: status_x509
01:18
Updated ciphers command to use current APIs and added an option to return only ciphers as would be sent in ClientHello. Updated test suite to use OpenSSL executable to get ciphers comparison data. Added more test cases. Addresses defects: https://core.tcl-lang.org/tcltls/tktview/688788a45c and https://sourceforge.net/p/tls/bugs/36/ check-in: 05b2dd47be user: bohagan tags: status_x509
2023-05-22
19:25
Updated all.tcl test script to produce an exit code. This is needed for use by test automation suites. check-in: af2c6346c9 user: bohagan tags: status_x509
2023-05-20
04:46
Added get supported protocol versions command check-in: 168ce6abb1 user: bohagan tags: status_x509
00:56
Added new connection info command which returns connection configuration and status. check-in: 04e10976f7 user: bohagan tags: status_x509
2023-05-19
23:17
Created status_x509 updates branch check-in: 8db793f55f user: bohagan tags: status_x509
2023-05-13
20:25
Merged TEA branch into master check-in: 6c02d4d029 user: bohagan tags: trunk
19:35
Updated README.txt file Leaf check-in: d34cd241be user: bohagan tags: TEA
2023-05-10
23:26
Fixed bug in rules.vc which prevents extracting extension version from configure.ac file. Work-around had been to manually set DOTVERSION in makefile.vc. check-in: 02a9eed243 user: bohagan tags: TEA
23:01
Acinclude file optimizations, co-located items, add defaults, etc. check-in: 98728c7e06 user: bohagan tags: TEA
03:23
Refactored set openSSL paths to add separate options for include and library directories check-in: c6a99441d9 user: bohagan tags: TEA
2023-05-08
02:17
More configure status and optimized use of AC_ARG_ENABLE to also set missing case vars. check-in: f284d71533 user: bohagan tags: TEA
01:01
Moved custom functions from configure.ac to acinclude.m4 file check-in: 4729159cce user: bohagan tags: TEA
2023-05-07
23:21
Added support for the pkgconfig tool to find package installation locations and added configure output messages check-in: aaea8b2ab0 user: bohagan tags: TEA
22:12
Fixed find OpenSSL dependencies check-in: 075e855e95 user: bohagan tags: TEA
19:53
Fixed make clean and build headers as part of all check-in: 7f6e71d240 user: bohagan tags: TEA
19:09
Fixed detect shared library in pkgIndex.tcl file check-in: 515e670c81 user: bohagan tags: TEA
17:48
Added options to disable TLS protocols check-in: 124d881bb0 user: bohagan tags: TEA
16:51
Fixed make dist check-in: a8bd1bb16d user: bohagan tags: TEA
15:21
Made needed updates for Unix build to work. Added back configure script Moved custom macros to acinclude.m4 file. aclocal.m4 is now platform default macros. check-in: 3df2605920 user: bohagan tags: TEA
2023-05-06
21:26
Updated windows make files to add more notes, fix version, etc. check-in: 31fbcccfd1 user: bohagan tags: TEA
19:35
Replaced custom build scripts with TEA scripts. Removed custom build scripts and replaced with latest TEA config files. Updated pkgIndex.tcl.in to support static builds. Incorporated relevant previous build macros into scripts. check-in: a329ea2ff4 user: bohagan tags: TEA
2023-04-30
17:06
Updated windows makefile to add missing targets check-in: 06521814cd user: bohagan tags: TEA
16:07
Moved files to subdirectories per TEA directory structure. check-in: 3dcd70f98e user: bohagan tags: TEA
02:08
Format clean-ups. check-in: e02b79f82f user: bohagan tags: TEA
2023-04-23
22:31
Updated Window Make Files to add OPENSSL lib directory to includes. Added missing files nmakehlp.c, rules.vc, rules-ext.vc, etc. Source: https://core.tcl-lang.org/tcltls/tktview/316976aff3 check-in: 7c266d8a5b user: bohagan tags: TEA
21:01
Created TEA updates branch check-in: b8dafda9a9 user: bohagan tags: TEA
04:49
Starkit fix to add current library names to tls.tcl starkit load function. Source: https://sourceforge.net/p/tls/bugs/55/ and https://sourceforge.net/p/tls/bugs/44/ check-in: c9cb1a525d user: bohagan tags: trunk
03:34
Use server cipher preference order. Source: https://sourceforge.net/p/tls/bugs/60/ and https://www.androwish.org/home/info/5718c3eb47cced4d and https://core.tcl-lang.org/tcltls/tktview/305ee10b86 check-in: ba1403b62c user: bohagan tags: trunk
02:36
Applied patch to add OpenSSL3 KTLS trivial processing. Description: Patch adds trivial processing for BIO_CTRL_GET_KTLS_SEND and BIO_CTRL_GET_KTLS_RECV control commands to make tcltls working with OpenSSL 3.0. See also: - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006587 - https://bugzilla.redhat.com/show_bug.cgi?id=2088363 Source: https://sources.debian.org/src/tcltls/1.7.22-3/debian/patches/openssl3.patch check-in: 6f19aa6623 user: bohagan tags: trunk
02:08
Changes for OpenSSL v1.1.1 to make compatible with no deprecated option. check-in: 2ed802a7af user: bohagan tags: trunk
2023-04-10
01:27
Initial changes for TCL 9.0. Fixed package requires to work with TCL 9.0. Removed obsolete macro _ANSI_ARGS_, use ANSI arg definitions, etc. Macros: CONST84 to const, WIN32 to _WIN32, CONST to const, VOID to void, etc. Replaced Tcl_SaveResult with Tcl_SaveInterpState, Tcl_RestoreResult with Tcl_RestoreInterpState, and Tcl_DiscardResult with Tcl_DiscardInterpState. Use Tcl_BackgroundError for pre TCL 8.6 and Tcl_BackgroundException for TCL 8.6+. check-in: 275ecbcc5d user: bohagan tags: trunk
2023-03-05
03:04
Added support for optional TLS commands BIO_CTRL_POP and BIO_CTRL_PUSH. BIO_CTRL_PUSH is an optional value that is not handled in the tlsBIO:BioCtrl(). The larger problem is that the library does not support new optional commands because it returns -2 for unknown cmds in BioCtrl(). I would suggest changing the default return value to 0. I confirmed that this fixed the issue. Source: https://core.tcl-lang.org/tcltls/tktview/006bd0c74e check-in: 602c39a56c user: bohagan tags: trunk
02:04
Updated documentation to define defaults for -cadir and -cafile options. Source: https://core.tcl-lang.org/tcltls/tktview/56d19eb033 and https://sourceforge.net/p/tls/bugs/42/ check-in: 002efbac61 user: bohagan tags: trunk
01:35
Patch by Sergei Golovan (Debian) to replace 1024 bit certificates with 2048 bit ones because the new OpenSSL refuses to load small keys ("ee key too small"). Source: https://sources.debian.org/src/tcltls/1.7.22-3/debian/patches/certs-tests.patch check-in: 6e0ab0e0eb user: bohagan tags: trunk
00:15
Applied patch to correct generate Diffie-Hellman (DH) parameters. Source: File: gen_dh_params.patch check-in: b7c82a6aae user: bohagan tags: trunk
2023-03-04
23:33
Patch by Sergei Golovan (Debian) to fix the compiler warnings about implicit fall-through in case. Source: File: https://sources.debian.org/src/tcltls/1.7.22-3/debian/patches/fall-through.patch check-in: e2e798877b user: bohagan tags: trunk
22:22
Added set option support. Source: https://www.androwish.org/home/info/1af65d23b6962476 id: [1af65d23b6] check-in: ec43249d1a user: bohagan tags: trunk
21:11
TlsIO.test Hostname Fix. Patch by Sergei Golovan (Debian) to make the client socket connect to localhost instead of [info hostname] to prevent intermittent test failures inside mock(1). Also, account for a change in error message "unsupported protocol" instead of "wrong version number". -- Sergei Golovan <email address hidden> Thu, 18 Jul 2019 15:00:18 +0300 Source: https://sources.debian.org/src/tcltls/1.7.22-3/debian/patches/hostname-tests.patch check-in: 0afa2bde06 user: bohagan tags: trunk
20:54
Get certificate SHA-256 fingerprint. https://core.tcl-lang.org/tcltls/tktview/c2f2f1be54 and https://www.androwish.org/home/info/80b11e9594532414 and https://www.androwish.org/home/info/56087b886c6c105f check-in: 3f9e284b4e user: bohagan tags: trunk
20:19
Added key and PEM output to variables and updated keytest1 test script. Source: https://www.androwish.org/home/info/80b11e9594532414 and https://www.androwish.org/home/info/56087b886c6c105f and https://core.tcl-lang.org/tcltls/tktview/04d6bb909b ids: [80b11e9594] and [56087b886c] check-in: 899a950204 user: bohagan tags: trunk
19:33
Casting clean-ups to fix compiler warnings. Source: https://sourceforge.net/p/tls/patches/11/ and https://sourceforge.net/p/tls/patches/_discuss/thread/988300e7/b6bb/attachment/patch-warnings check-in: 227a7d7d10 user: bohagan tags: trunk
18:54
Added names of unavailable protocols to error messages so its easier to understand. Source: https://sourceforge.net/p/tls/patches/14/ File: protocols.patch check-in: 6a3f83340d user: bohagan tags: trunk
17:58
Minor updates to catch NULL channels. Source: https://www.androwish.org/home/info/982ebf9d31a60440 [982ebf9d31] check-in: 270bf9327b user: bohagan tags: trunk
16:14
Merge feature-dump-keys into main check-in: bed86d3303 user: bohagan tags: trunk
15:44
Merge add-support-alpn into main check-in: 4b4daeada4 user: bohagan tags: trunk
15:41
Added doc update Leaf check-in: 2a9db3009c user: bohagan tags: add-support-alpn
14:51
Added doc update Leaf check-in: e0f002ecb1 user: bohagan tags: feature-dump-keys
2022-11-10
02:10 New ticket [c4b29d1dd5] new configure.ac created by autoupdate. artifact: b21e381c94 user: anonymous
2022-11-07
02:06 New ticket [006bd0c74e] PATCH: BIO_CTRL_PUSH not handled. artifact: 3d971a41a9 user: ssteidl
2022-09-19
14:23 New ticket [cfba27dc07] Build against LibreSSL 3.5.3 has missing definitions. artifact: 0fb4157e56 user: anonymous
2022-08-28
21:56 Ticket [799aae4e72] http::geturl hangs if certificate verify failed status still Open with 5 other changes artifact: 543e5574bd user: anonymous
2022-05-30
16:14
Bug [8de7f5aa07]: Add support for dumping SSL keys check-in: 2c773b9a38 user: schelte tags: feature-dump-keys
16:12
Create new branch named "feature-dump-keys" check-in: f6b9f887ef user: rkeene tags: feature-dump-keys
16:11
Fixed broken merge check-in: 352cf6c71b user: rkeene tags: add-support-alpn
16:10 Edit [07bafe02de]: Move to branch add-support-alpn. artifact: 2d5fcd3036 user: rkeene
16:08
Bug [e1f9a21c67]: Start of ALPN support check-in: 07bafe02de user: schelte tags: add-support-alpn
16:07
Create new branch named "add-support-alpn" check-in: 283dc6f133 user: rkeene tags: add-support-alpn
2022-03-12
18:13 Ticket [37bbdb9fb2] `make install` does not work when `configure` was called without --prefix status still Open with 5 other changes artifact: deede30708 user: anonymous
2022-01-07
07:17 Ticket [316976aff3] rules-ext.vc missing from win directory status still Open with 3 other changes artifact: 3c116178f4 user: anonymous ... 1 similar event omitted.
2021-10-11
04:44 Ticket [ad8604520e] Server accept invoked before handshake completed status still Open with 5 other changes artifact: ad00412d8a user: anonymous ... 1 similar event omitted.
2021-09-29
08:42 Ticket [305ee10b86] support of openssl options in tls:init status still Open with 5 other changes artifact: a2bbedc6f5 user: anonymous ... 1 similar event omitted.
2021-08-27
09:17 New ticket [8de7f5aa07] Enable debugging with wireshark. artifact: 2b67d297aa user: schelte
2021-08-26
12:24 Ticket [e1f9a21c67] Add support for ALPN (required for HTTP/2) status still Open with 5 other changes artifact: ce74d804db user: schelte ... 1 similar event omitted.
2021-05-12
10:18 New ticket [0469a61ebc] handshake failed: certificate verify failed. artifact: f0d4fcf06a user: tombert
10:12 Ticket [2c7b748796] Control TLS socket server errors status still Open with 3 other changes artifact: 582c343024 user: tombert
2021-03-30
21:01 Ticket [520a0fa76b] unable to install on CentOS 7 x64 status still Open with 5 other changes artifact: 00bbe1e335 user: tamayes ... 1 similar event omitted.
2021-03-02
05:34 Ticket [2c7b748796] Control TLS socket server errors status still Open with 5 other changes artifact: d28e12627d user: aspect
2021-02-27
22:02 New ticket [316976aff3] rules-ext.vc missing from win directory. artifact: 20426571eb user: anonymous
2021-01-27
08:17 New ticket [37bbdb9fb2] `make install` does not work when `configure` was called without --prefix. artifact: b0cf94ff67 user: anonymous
2021-01-14
13:03 Closed ticket [0c51e2e5de]: tcltls patch to obtain negotiated SSL/TLS protocol version plus 2 other changes artifact: 33e2fa93d6 user: oehhar
13:01 Closed ticket [604bb68b5c]: How to build Tcl tls on Windows 64 bit (VisualStudio 12) from scratch? plus 5 other changes artifact: 07b6b5a31e user: oehhar
12:56 Edit [b6aa13660a]: Mark "Closed". artifact: 21f0640888 user: oehhar
12:56
Ticket [604bb68b5c] : rudimentary nmake build system check-in: b5c41cdeb6 user: oehhar tags: trunk
12:18 Ticket [604bb68b5c] How to build Tcl tls on Windows 64 bit (VisualStudio 12) from scratch? status still Open with 4 other changes artifact: 55a6899182 user: oehhar ... 1 similar event omitted.
2020-10-15
10:54
Corrected instructions. Removed already applied patch Closed-Leaf check-in: b6aa13660a user: oehhar tags: bug-604bb68b5c-nmake
10:40 Ticket [604bb68b5c] How to build Tcl tls on Windows 64 bit (VisualStudio 12) from scratch? status still Open with 4 other changes artifact: b2b6ac0b93 user: oehhar
10:36
Ticket [604bb68b5c]. Add first sketch of a nmake build. check-in: 2babef91c5 user: oehhar tags: bug-604bb68b5c-nmake
2020-10-14
07:38 Ticket [0c51e2e5de] tcltls patch to obtain negotiated SSL/TLS protocol version status still Fixed with 4 other changes artifact: cd1c3912d7 user: oehhar
2020-10-12
20:45 Changes to wiki page Download artifact: dcaf8be6aa user: rkeene
20:39 Edit [367f5093db]: Add tag "tls-1-7-22". artifact: 9f9282c2b8 user: rkeene
20:39 Edit [367f5093db]: Add tag "tls-1-7-22". artifact: 281e941a7b user: rkeene
20:39
TclTLS 1.7.22 Closed-Leaf check-in: 367f5093db user: rkeene tags: tls-1-7, tls-1-7-22
20:38
Merged in trunk check-in: 81f58fc458 user: rkeene tags: tls-1-7
20:37 Changes to wiki page Documentation artifact: 6088730c61 user: rkeene
20:34 Fixed ticket [0c51e2e5de]: tcltls patch to obtain negotiated SSL/TLS protocol version plus 3 other changes artifact: d7653d1d94 user: rkeene
20:32
add "version" element with SSL/TLS protocol version to tls::status check-in: 9c32a526ed user: resuna tags: trunk
2020-10-09
17:59 Ticket [0c51e2e5de] tcltls patch to obtain negotiated SSL/TLS protocol version status still Open with 5 other changes artifact: 2f8fe6042e user: resuna ... 1 similar event omitted.
2020-09-28
15:26 New ticket [2c7b748796] Control TLS socket server errors. artifact: ba04940b5b user: oehhar
2020-09-02
06:40 Ticket [e01f02a121] Segfault under wish at first tls::import, not under tclsh status still Open with 5 other changes artifact: a7a9eea528 user: anonymous ... 1 similar event omitted.
2020-08-20
22:25 New ticket [56d19eb033] "https example" section is confusing. artifact: a5df46dc0c user: anonymous
21:05 New ticket [e01f02a121] Segfault under wish at first tls::import, not under tclsh. artifact: 00a4ef8dc2 user: anonymous
2020-08-15
21:47 Ticket [034c8d2587] Issue with OpenSSL1.1 and dh_param access status still Open with 4 other changes artifact: e86e7b9aff user: anonymous
2020-08-11
22:07 New ticket [21fde1e20a] Suggest pointing SF project to Fossil project. artifact: ee468593f6 user: chrstphrchvz
2020-06-29
13:27 Ticket [4a7e8bc052] package provide statement in tls.tcl status still Review with 3 other changes artifact: cf4c9c8a65 user: anonymous
2020-05-29
07:47 Ticket [034c8d2587] Issue with OpenSSL1.1 and dh_param access status still Open with 7 other changes artifact: b7d75b11c5 user: anonymous
07:21 Ticket [51f70db766] Can't configure against openssl 1.1.0 status still Open with 5 other changes artifact: 59206e8515 user: anonymous
2020-05-14
21:30 New ticket [034c8d2587] Issue with OpenSSL1.1 and dh_param access. artifact: a8bdd14491 user: betsalel
2020-05-04
15:14 Changes to wiki page Download artifact: 7cd0bdebf0 user: rkeene
15:12 Edit [922479df76]: Add tag "tls-1-7-21". artifact: 38b5d23e67 user: rkeene
15:12 Edit [922479df76]: Add tag "tls-1-7-21". artifact: 8d626b1a9b user: rkeene
15:12
TclTLS 1.7.21 check-in: 922479df76 user: rkeene tags: tls-1-7, tls-1-7-21
15:11
Merged in trunk check-in: 0f00af3bbb user: rkeene tags: tls-1-7
15:10
Integrated mjanssen's work on loading certificates and keys as values check-in: b08bbeb9a1 user: rkeene tags: trunk
15:09
Only load private key if we loaded a non-default certificate Closed-Leaf check-in: 51a2b1ec9a user: rkeene tags: mjanssen-asn1-certs
15:02
Updated to support cert/certfile independantly of key/keyfile check-in: 952ef184e6 user: rkeene tags: mjanssen-asn1-certs
14:57
Corrected wrong use of "key" check-in: f3a497fc67 user: rkeene tags: mjanssen-asn1-certs
14:54
Add documentation for -key and -cert check-in: 60e0733e5a user: rkeene tags: mjanssen-asn1-certs
2020-04-04
13:56 New ticket [ec87fc28d8] Trying to install TLS 1.7 and I can't. artifact: 6b1dd3182a user: MiGueLL_
2020-02-12
13:30 New ticket [c2f2f1be54] Expose SHA-256 fingerprint of certificate. artifact: 0edacaae40 user: anonymous
2019-12-13
10:13 New ticket [799aae4e72] http::geturl hangs if certificate verify failed. artifact: ea605ef836 user: anonymous
2019-11-15
17:15
Fixed bug where syms file is cleaned in the wrong stage check-in: c82e9cbcbd user: rkeene tags: trunk
17:01 New ticket [086954612f] soem warnings on solaris 11.3 with developerstudio12.5. artifact: 1faa64b194 user: avl42
16:44 Changes to wiki page Download artifact: 41a3195868 user: rkeene
16:41 Edit [e5ec321a1b]: Add tag "tls-1-7-20". artifact: 9fdc3d3771 user: rkeene
16:41 Edit [e5ec321a1b]: Add tag "tls-1-7-20". artifact: 8698b08b88 user: rkeene
16:41
TclTLS 1.7.20 check-in: e5ec321a1b user: rkeene tags: tls-1-7, tls-1-7-20
16:40
Merged in trunk check-in: 5ee220305f user: rkeene tags: tls-1-7
16:37 Closed ticket [b81e949a58]: build-fail on Solaris 11.2 with gcc plus 2 other changes artifact: 4298ea9f05 user: rkeene
16:37 Closed ticket [d51fd4f49a]: error in configure on Solaris 11.3 with developerstudio12.5 "cc" plus 2 other changes artifact: 884de7986e user: rkeene
2019-11-14
01:12 Review ticket [984e4bbbac]: Not able to cross compile tcltls1.7.16 for Windows/AMD64 platform with gcc plus 5 other changes artifact: 9a382ce229 user: rkeene
01:11 Ticket [657abb4cd1] TLS Socket Closed in Child Process status still Open with 3 other changes artifact: 183ca4dc02 user: rkeene
01:07 Closed ticket [bd1a76399b]: File tls.tcl is not installed with Makefile plus 5 other changes artifact: 452ddabffc user: rkeene
01:02 Review ticket [4a7e8bc052]: package provide statement in tls.tcl plus 2 other changes artifact: fcfaff6d97 user: rkeene ... 1 similar event omitted.
00:57 Fixed ticket [b81e949a58]: build-fail on Solaris 11.2 with gcc plus 6 other changes artifact: 4bed522203 user: rkeene
00:56 Fixed ticket [d51fd4f49a]: error in configure on Solaris 11.3 with developerstudio12.5 "cc" plus 6 other changes artifact: 0dfe61fbfc user: rkeene
2019-11-12
17:49
Started work on mbedTLS backend Leaf check-in: 37d16cba38 user: rkeene tags: backend-mbedtls
17:48
MSVC Win maker (WIP, got wiped out, re-constitution in progress) Leaf check-in: f92c42c849 user: rkeene tags: readd-win-msvc
17:47
Started readding MSVC Windows build support check-in: 8478c7ec08 user: rkeene tags: readd-win-msvc
17:46
Makefile cleanup check-in: b9af6e4772 user: rkeene tags: trunk
17:36
Update configure script to check compiler flags during linking check-in: 01719ee8de user: rkeene tags: trunk
2019-11-08
15:28 Ticket [b81e949a58] build-fail on Solaris 11.2 with gcc status still Open with 5 other changes artifact: 1c17ed56de user: avl42 ... 1 similar event omitted.
12:46 Ticket [d51fd4f49a] error in configure on Solaris 11.3 with developerstudio12.5 "cc" status still Open with 5 other changes artifact: 87dd0f45ba user: avl42 ... 1 similar event omitted.
2019-11-07
16:24 Closed ticket [d581f0338c]: please delete this ticket. plus 4 other changes artifact: cc415a2f60 user: avl42 ... 2 similar events omitted.
2019-09-27
08:07 New ticket [4a7e8bc052] package provide statement in tls.tcl. artifact: f81a12d518 user: anonymous
2019-09-26
14:36 Ticket [604bb68b5c] How to build Tcl tls on Windows 64 bit (VisualStudio 12) from scratch? status still Open with 6 other changes artifact: b15c73c62c user: anonymous
13:20 Ticket [14befce25e] Compile error with openssl1.1.1.c and GCC status still Open with 4 other changes artifact: a102dfe711 user: anonymous
12:18 Ticket [a3a57452d5] Runtime-Error under MacOS status still Open with 6 other changes artifact: 7fa3cb175a user: anonymous
11:56 Ticket [2ec668f901] debian 9 = undefined symbol: DH_set0_pqg status still Open with 6 other changes artifact: 5b8151a294 user: anonymous
More ↓