3
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* tls.c (Tls_Init): added tls::misc command provided by * tlsX509.c: Wojciech Kocjan (wojciech kocjan.org) * tests/keytest1.tcl: to expose more low-level SSL commands * tests/keytest2.tcl: More... almost 21 years ago
Add missing config directory. More... almost 21 years ago
Added password callback support and version command. Fixed memory leak. More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
* tls.htm: * tls.c: added support for local certificate status check, as well as returning the # of bits in the session key. [Patch #505698] (rose) More... about 22 years ago
* configure: regen'ed. * configure.in: updated to 1.5.0 for next release. Changed default openssl location to /usr/local/ssl (this is where openssl 0.9.6c installs by default). Changed to use public Tcl headers (private not needed). More... about 22 years ago
* Makefile.in: removed strncasecmp from default object set. This is only needed on the Mac, and Tcl stubs provides it. More... about 22 years ago
point to updated client/server key files More... about 22 years ago
updated to load tls from build dir More... about 22 years ago
see changes More... almost 23 years ago
moved to patchlevel 1.4.1 More... almost 23 years ago
added to CVS More... almost 23 years ago
corrected dist target More... almost 23 years ago
* tests/certs/file.srl: * tests/certs/ca.pem: * tests/certs/client.key: * tests/certs/client.pem: * tests/certs/client.req: * tests/certs/privkey.pem: * tests/certs/server.key: * tests/certs/server.pem: * tests/certs/server.req: * tests/certs/cacert.pem: replaced by new ca.pem * tests/certs/skey.pem: replaced by new server.key * tests/certs/ckey.pem: replaced by new client.key * tests/certs/README.txt: new set of test certificates with some README info on their generation. More... almost 23 years ago
* tests/ciphers.test: updated ciphers expected with default openssl build. More... almost 23 years ago
tests/tclIO.test: updated to use new names for certs/keys. More... almost 23 years ago
* tls.c (Tls_Init): add do/while for random number initialization to work around some OSes quirks. ([email protected]) More... about 23 years ago
* tlsIO.c (Tls_ChannelType): set typeName field of channel type to "tls" (this got lost in move to dynamic version compatability checking). More... over 23 years ago
* Makefile.in (dist): create dist target for archive distributions More... over 23 years ago
* tests/tlsIO.test (tlsIO-8.1): added a delay on the accept close to make the test work with OpenSSL on Windows (doesn't affect other builds). More... over 23 years ago
* tls.htm: updated with notes for 1.4. More... over 23 years ago
* tests/tlsIO.test: require at least tls1.4 in test suite. More... over 23 years ago
* tls.c (Tls_Init): added call to RAND_seed to seed the SSL random number generator. Without this, OpenSSL 0.9.5 chokes, and in any case it is a big security hole to do without it. More... over 23 years ago
* configure.in (OPENSSL): added NO_IDEA and NO_RC5 defines by default when compiling with OpenSSL. More... over 23 years ago
* tlsBIO.c: * tlsIO.c: corrected pedantic cast errors. More... over 23 years ago
* tlsInt.h: added err.h include More... over 23 years ago
* tests/ciphers.test: improved ability to change constraint setting for whether user compiled against RSA or OpenSSL libs. More... over 23 years ago
* tls.c (Tls_Init): corrected interpretation of version number (patchlevel and release/serial were swapped). More... over 23 years ago
* tlsInt.h: * tls.c: * tlsIO.c: corrected structure initialization to work when compiling with 8.2. Now compiles with 8.2+ and tested to work with 8.2+ and dynamically adjust to the version of Tcl it was loaded into. TLS will fail the test suite with Tcl 8.2-8.3.1. More... over 23 years ago
* README.txt: added notes about need to use 8.2.0+. More... over 23 years ago