aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
...
| * A C file is a C file is a C file!Richard Levitte2001-10-241-1/+1
| * Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-2438-610/+1059
| * 'make update'Richard Levitte2001-10-041-5/+6
| * Addapt seldom compiled code to new semantics of the key schedule (notRichard Levitte2001-10-012-19/+19
| * "make update".Geoff Thorpe2001-09-251-3/+3
| * unused functionUlf Möller2001-09-061-1/+0
| * Add first cut symmetric crypto support.Ben Laurie2001-08-181-2/+1
| * Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+2
| * make updateRichard Levitte2001-07-311-20/+23
| * Remove old unused stuff.Ben Laurie2001-07-311-4/+0
| * Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-3025-188/+216
| * Use ui_compat.h to get the password reading functions.Richard Levitte2001-05-141-0/+1
| * Move the password reading functions completely away from the DESRichard Levitte2001-05-131-9/+0
| * #if 0 out deleted (?) functions to stop Win32 DLLDr. Stephen Henson2001-05-131-1/+4
| * make updateRichard Levitte2001-05-061-15/+2
| * Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-4/+7
| * Complete the des_encrypt to des_encrypt1 rename in the mainRichard Levitte2001-03-305-36/+36
| * Since there has been reports of clashes between OpenSSL'sRichard Levitte2001-03-2914-34/+34
| * Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
| * Code for better build under Darwin (MacOS X).Richard Levitte2001-03-072-2/+2
| * Introduce the possibility to access global variables throughRichard Levitte2001-03-023-4/+6
| * e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-10/+10
| * Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-223-6/+7
| * OpenVMS catches up.Richard Levitte2001-02-201-2/+2
| * Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-1/+1
| * Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-206-48/+48
| * Make all configuration macros available for application by makingRichard Levitte2001-02-196-34/+38
| * Can't remember why this was needed?Ben Laurie2001-02-041-1/+2
| * If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-313-0/+16
| * Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-211-1/+0
| * 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* | "make update"Lutz Jänicke2002-07-301-52/+56
* | make updateRichard Levitte2002-06-131-56/+52
* | Add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte2002-06-131-1/+1
* | disable '#ifdef DEBUG' sectionsBodo Möller2002-02-211-1/+1
* | Add the configuration target VxWorks.Richard Levitte2002-02-141-3/+9
* | Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-081-1/+1
* | make updateRichard Levitte2001-12-201-1/+1
* | make updateRichard Levitte2001-11-151-1/+1
* | Additionally, rename des_encrypt to des_encrypt1 in files that areRichard Levitte2001-03-303-12/+12
* | Change des_encrypt to des_encrypt1 in assembly language perlDr. Stephen Henson2001-03-303-26/+26
* | Since there has been reports of clashes between OpenSSL'sRichard Levitte2001-03-2914-34/+34
* | Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-1/+2
|/
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+6
* Fix some CygWin problems.Ulf Möller2000-09-091-1/+1
* 'make update'Richard Levitte2000-09-071-3/+5
* On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte2000-08-031-1/+11
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+6
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-013-6/+6
* #include <stdio.h> not needed.Ulf Möller2000-05-311-1/+0