-
I'm trying to compile statically tls1.5 and 1.6, but without libcrypto/ssl. But when I finish compiling and do 'ldd' I get both of them.
I'm trying it with --without-ssl --without-libcrypto.
Am I doing it wrong? How should I do it?.
2009-08-09 17:38:13 UTC by alexandernst
-
The sample file used thus far to exercise "the choking channel" has received company ...
The tarball "more_stalling_gifs.tar.gz" holds four more of them.
Each of these gif images gets stuck at a different byte offset (i.e. the notifier not responding to the last bytes having arrived).
When the exercise for any of these files is repeated, the byte offset where the stalling occurs is always...
2009-06-08 13:58:07 UTC by eriklns
-
Mis-raised as a Tcl bug by an anonymous poster this is a TLS issue. I see this with tkchat when the local proxy goes down. On attempting to reconnect tkchat will go to 100% cpu usage for a while until it decides there is no route.
A non-blocking client socket is in a active wait (spending 100% of the CPU)
state if he tries to write before the SSL is ready (detected using the
SSL_is_finished...
2009-05-04 23:26:54 UTC by patthoyts
-
hobbs2 committed patchset 168 of module tls to the TLS: OpenSSL Tcl Extension CVS repository, changing 2 files.
2009-04-23 23:12:07 UTC by hobbs2
-
Why not just increase default DH size?.
2008-10-17 10:37:16 UTC by vbwagner
-
I think that it is better to use already existing Tcl_BIO api to read certificates. It would solve all problems with using certificates on VFS. But it would make verify command incompatible with import command - no guarantee that certificate which was successfully verified, can be used by ::tls::import, which uses internal OpenSSL function to open files.
So, I suggest the best way to pass...
2008-10-17 10:34:05 UTC by vbwagner
-
Hello,
Great :))
2008-07-07 11:55:52 UTC by yvesguerin
-
So it seems to pass the test suite ...
2008-07-04 20:49:39 UTC by hobbs
-
Hello,
I run make test on the following machine
FreeBSD pbsd 6.3-RELEASE FreeBSD 6.3-RELEASE #1: Fri Feb 15 09:53:17 EST 2008 root@pbsd:/usr/obj/usr/src/sys/PATRIOTEBSD i386
results:
cd /usr/ports/devel/tcltls/work/tls1.6/tests && env TCL_LIBRARY="/usr/ports/devel/tcltls/work/tls1.6" tclsh8.4 all.tcl
Tests running in interp: /usr/local/bin/tclsh8.4
Tests running in working dir:
2008-07-03 15:03:44 UTC by yvesguerin
-
patthoyts committed patchset 167 of module tls to the TLS: OpenSSL Tcl Extension CVS repository, changing 5 files.
2008-06-18 11:29:36 UTC by patthoyts