summaryrefslogtreecommitdiff
path: root/crypto/cast/casttest.c
Commit message (Collapse)AuthorAgeFilesLines
* Make all configuration macros available for application by makinglevitte2001-02-191-1/+1
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Improve support for running everything as a monolithic application.bodo1999-10-251-9/+9
| | | | Submitted by: Lennart Bång, Bodo Möller
* New Configure option no-<cipher> (rsa, idea, rc5, ...).ulf1999-04-271-1/+9
|
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.ulf1999-04-191-3/+1
|
* Fix major cockup with short keys in CAST-128.ben1999-01-171-83/+84
|
* Initial revisionrse1998-12-211-0/+223