aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/speed.c
Commit message (Collapse)AuthorAgeFilesLines
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-011-314/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* Netware-specific changes,Richard Levitte2003-11-281-0/+4
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-24/+24
| | | | | | | | | | | | libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
* Since there has been reports of clashes between OpenSSL'sRichard Levitte2001-03-291-2/+2
| | | | | | | | des_encrypt() and des_encrypt() defined on some systems (Solaris and Unixware and maybe others), we rename des_encrypt() to des_encrypt1(). This should have very little impact on external software unless someone has written a mode of DES, since that's all des_encrypt() is meant for.
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-1/+1
| | | | Submitted by Brad Dominy <jdominy@darwinuser.org>
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
| | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
|
* Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1999-12-031-4/+4
| | | | | | | | | Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
* Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1999-06-091-6/+5
| | | | Allow configuring the name of that header file.
* Casts.Ulf Möller1999-06-081-8/+8
|
* Remove redundant ifdef.Ulf Möller1999-05-131-5/+1
|
* VMS support.Ulf Möller1999-05-131-10/+9
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-10/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-7/+3
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+2
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-6/+6
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+329