| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
author. As before, we modify the author's code to use either OpenSSL's
-lcrypto or BSD's -lmd /directly/ instead of compiling the bundled
definitions digests.
We also link with -lz and -lbz2 instead of dlopen-ing them at run-time.
Notes:
svn path=/head/; revision=237667
|
| |
|
|
| |
Notes:
svn path=/head/; revision=235726
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
are sometimes faster and never slower. Using -lmd is still possible by
building with ``TRF_USE_MD=yes''. Bump PORTREVISION.
Use the RIPEMD160* routines from -lcrypto (or -lmd) instead of our own
-- just like for md[25] and sha*. Neither -lcrypto nor -lmd provide
RIPEMD128 (not strong enough?), so stay with our own implementation.
sparc64/amd64 are not expected to work yet...
Notes:
svn path=/head/; revision=113381
|
| |
|
|
|
|
|
|
| |
recent -current. Fix warnings -- on x86, at least, the package now
builds with ``-Wall -Werror''.
Notes:
svn path=/head/; revision=113308
|
|
|
Trf is a TCL extension library. It extends the language
at the C-level with so-called ``transformer''-procedures.
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.
WWW: http://www.oche.de/~akupries/soft/trf/
Notes:
svn path=/head/; revision=54735
|