|
This document accompanies trf 1.8p2, as
distributed at May 23, 2000
This is the last version of Trf supporting Tcl 7.6.
trf is an extension library to the script language tcl, as created
by John Ousterhout. It extends the language at the C-level with so-called
``transformer''-procedures. With the help of some patches to the core
the package is able to intercept all read/write operations on
designated channels, thus giving it the ability to transform the
buffer contents as desired. This allows things like transparent
encryption, compression, charset recoding, etc.
Build upon this framework (and as proof of concept) a collection of
tcl-level commands was implemented, most of them related to
cryptography. Additionally some binary data support is put in as well.
Packages built upon the fundament provided by trf are
- TrfCrypt, by myself,
contains various encryption systems
- TLS, an SSL/TLS implementation,
by Matt Newman .
|