| Commit message (Expand) | Author | Age | Files | Lines |
* | EVP constification. | Ben Laurie | 2000-06-03 | 2 | -2/+2 |
* | _lrotl and _lrotr are defined in MSVC but nowhere else that we know | Richard Levitte | 2000-04-01 | 1 | -1/+1 |
* | Remove "Makefile.uni" files and some related stuff. | Bodo Möller | 2000-03-14 | 1 | -124/+0 |
* | Remove Win32 assembler files. They are always rebuilt (with some | Bodo Möller | 2000-03-13 | 1 | -953/+0 |
* | asm workaround for SuSE Linux | Ulf Möller | 2000-03-12 | 1 | -1/+1 |
* | Add missing dependencies. | Bodo Möller | 2000-03-02 | 1 | -1/+1 |
* | Move CAST_S_tables to read-only segment. | Andy Polyakov | 2000-02-15 | 2 | -16/+16 |
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 2 | -2/+2 |
* | Source code cleanups: Use void * rather than char * in lhash, | Ulf Möller | 2000-01-30 | 1 | -1/+1 |
* | Improve support for running everything as a monolithic application. | Bodo Möller | 1999-10-25 | 1 | -9/+9 |
* | "make update" (added to top Makefile, and applied). | Bodo Möller | 1999-06-09 | 1 | -6/+10 |
* | Some pre-POSIX systems don't have unistd.h (but e.g. lib.c). | Bodo Möller | 1999-06-09 | 2 | -12/+10 |
* | Some assembler-related clean-ups. | Bodo Möller | 1999-05-29 | 1 | -1/+1 |
* | It was a very bad idea to use #include "../e_os.h" -- when this occurs | Bodo Möller | 1999-05-21 | 2 | -11/+7 |
* | Add a kludge :-( | Bodo Möller | 1999-05-21 | 2 | -11/+12 |
* | Don't install e_os.h in include/openssl, use it only as a local | Bodo Möller | 1999-05-20 | 2 | -12/+16 |
* | OPENSSL_EXTERN | Bodo Möller | 1999-05-15 | 1 | -9/+9 |
* | OPENSSL_EXTERN, OPENSSL_GLOBAL | Bodo Möller | 1999-05-15 | 1 | -8/+8 |
* | Update dependencies. | Bodo Möller | 1999-05-15 | 1 | -6/+10 |
* | Don't use reserved name "_encrypt" for parameters; | Bodo Möller | 1999-05-13 | 3 | -6/+6 |
* | Update dependencies. | Ben Laurie | 1999-05-13 | 1 | -6/+7 |
* | Avoid shadowing, and a bit of constification while I'm at it. | Ben Laurie | 1999-05-13 | 5 | -26/+30 |
* | Remove redundant ifdef. | Ulf Möller | 1999-05-13 | 2 | -9/+1 |
* | VMS support. | Ulf Möller | 1999-05-13 | 4 | -37/+36 |
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -2/+4 |
* | Ignore Makefile.save | Ulf Möller | 1999-04-29 | 1 | -0/+1 |
* | Obey $(PERL) when running util/mklink.pl. | Bodo Möller | 1999-04-29 | 1 | -3/+3 |
* | Use util/mklink.pl instead of util/mklink.sh. | Bodo Möller | 1999-04-29 | 1 | -3/+3 |
* | New Configure option no-<cipher> (rsa, idea, rc5, ...). | Ulf Möller | 1999-04-27 | 3 | -2/+14 |
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 3 | -33/+0 |
* | Complete rewrite of the error code generation script. It now runs as a single | Dr. Stephen Henson | 1999-04-24 | 1 | -2/+0 |
* | Submitted by: | Bodo Möller | 1999-04-24 | 1 | -1/+1 |
* | "make depend" | Bodo Möller | 1999-04-24 | 1 | -5/+6 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 9 | -12/+12 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 8 | -54/+18 |
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 2 | -5/+6 |
* | New option to generate 80386 code. | Ulf Möller | 1999-03-31 | 2 | -2/+3 |
* | Fix security hole. | Ben Laurie | 1999-03-22 | 2 | -2/+3 |
* | Put the dependencies back. | Ben Laurie | 1999-03-06 | 1 | -0/+6 |
* | General source tree makefile cleanups: Made `making xxx in yyy...' display | Ralf S. Engelschall | 1999-03-06 | 1 | -12/+5 |
* | Delete a few unused files in apps, restore CAST WIN32 ASM file to main | Dr. Stephen Henson | 1999-02-11 | 2 | -1/+953 |
* | This time, get it right. | Ben Laurie | 1999-01-20 | 1 | -2/+5 |
* | Finally lay dependencies to rest (I hope!). | Ben Laurie | 1999-01-19 | 1 | -1/+4 |
* | Spelling mistake. | Ben Laurie | 1999-01-19 | 1 | -2/+2 |
* | Ignore auto-generated programs. | Ben Laurie | 1999-01-17 | 1 | -0/+2 |
* | Dispose of generated programs. | Ben Laurie | 1999-01-17 | 2 | -1950/+0 |
* | Fix major cockup with short keys in CAST-128. | Ben Laurie | 1999-01-17 | 6 | -219/+239 |
* | Fix version stuff: | Ralf S. Engelschall | 1998-12-31 | 1 | -1/+1 |
* | *** empty log message ***OpenSSL_0_9_1c | Ralf S. Engelschall | 1998-12-23 | 1 | -1/+1 |
* | Switch version string to SSLeay/OpenSSL | Ralf S. Engelschall | 1998-12-23 | 1 | -1/+1 |