Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Code for better build under Darwin (MacOS X). | Richard Levitte | 2001-03-07 | 1 | -1/+1 | |
| | | | | Submitted by Brad Dominy <jdominy@darwinuser.org> | |||||
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -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. | |||||
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 3 | -8/+9 | |
| | | | | | | | | | | | | 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. | |||||
* | 'ranlib' doesn't always run on some systems. That's actually | Richard Levitte | 2000-09-25 | 1 | -1/+2 | |
| | | | | | acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly. | |||||
* | EVP constification. | Ben Laurie | 2000-06-03 | 6 | -14/+15 | |
| | ||||||
* | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, | Richard Levitte | 2000-05-02 | 1 | -4/+4 | |
| | | | | | | "Jan Mikkelsen" <janm@transactionsite.com> correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed. | |||||
* | Remove "Makefile.uni" files and some related stuff. | Bodo Möller | 2000-03-14 | 1 | -73/+0 | |
| | | | | | | | | This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time. | |||||
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 2 | -2/+2 | |
| | ||||||
* | Some pre-POSIX systems don't have unistd.h (but e.g. lib.c). | Bodo Möller | 1999-06-09 | 1 | -6/+5 | |
| | | | | Allow configuring the name of that header file. | |||||
* | Missed one line. | Ulf Möller | 1999-05-13 | 1 | -1/+0 | |
| | ||||||
* | Remove redundant ifdef. | Ulf Möller | 1999-05-13 | 1 | -3/+0 | |
| | ||||||
* | VMS support. | Ulf Möller | 1999-05-13 | 1 | -10/+9 | |
| | | | | Submitted by: Richard Levitte <richard@levitte.org> | |||||
* | ignore Makefile.save | Bodo Möller | 1999-04-29 | 1 | -0/+1 | |
| | | | | | | Submitted by: Reviewed by: PR: | |||||
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -2/+4 | |
| | | | | | | Submitted by: Reviewed by: PR: | |||||
* | Obey $(PERL) when running util/mklink.pl. | Bodo Möller | 1999-04-29 | 1 | -3/+3 | |
| | | | | | | Submitted by: Reviewed by: PR: | |||||
* | Use util/mklink.pl instead of util/mklink.sh. | Bodo Möller | 1999-04-29 | 1 | -3/+3 | |
| | | | | | | Submitted by: Reviewed by: PR: | |||||
* | Autogenerated files. | Ulf Möller | 1999-04-29 | 1 | -1/+0 | |
| | ||||||
* | 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 | 4 | -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 | |
| | | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files. | |||||
* | "make depend" | Bodo Möller | 1999-04-24 | 1 | -5/+10 | |
| | | | | | | Submitted by: Reviewed by: PR: | |||||
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 9 | -12/+12 | |
| | | | | | | Submitted by: Reviewed by: PR: | |||||
* | Work with -pedantic! | Ben Laurie | 1999-04-23 | 1 | -5/+5 | |
| | ||||||
* | Remove references to .org header file names. | Ulf Möller | 1999-04-22 | 1 | -1/+1 | |
| | ||||||
* | Move all autogenerated header file parts to crypto/opensslconf.h. | Ulf Möller | 1999-04-21 | 1 | -10/+1 | |
| | ||||||
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 7 | -52/+20 | |
| | ||||||
* | Massive constification. | Ben Laurie | 1999-04-17 | 2 | -4/+4 | |
| | ||||||
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 2 | -4/+5 | |
| | ||||||
* | 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 | |
| | | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed. | |||||
* | 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 | |
| | ||||||
* | More .cvsignore stuff to make CVS quiet on our generated files. | Ralf S. Engelschall | 1999-01-03 | 1 | -0/+1 | |
| | ||||||
* | Fix version stuff: | Ralf S. Engelschall | 1998-12-31 | 1 | -1/+1 | |
| | | | | | | | | | | | 1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ---------------------------------------------------------------------- | |||||
* | Deal with generated files. | Ben Laurie | 1998-12-28 | 1 | -116/+0 | |
| | ||||||
* | *** 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 | |
| | ||||||
* | Various cleanups and fixed by Marc and Ralf to start the OpenTLS project | Ralf S. Engelschall | 1998-12-22 | 2 | -1/+2 | |
| | ||||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 2 | -2/+3 | |
| | ||||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 9 | -61/+449 | |
| | ||||||
* | Import of old SSLeay release: SSLeay 0.8.1b | Ralf S. Engelschall | 1998-12-21 | 11 | -0/+1439 | |