| Commit message (Expand) | Author | Age | Files | Lines |
* | Make some more API types opaquely available from ossl_typ.h, meaning the | Geoff Thorpe | 2004-05-15 | 1 | -2/+7 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -5/+6 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -0/+3 |
* | Add BUF_strndup() and BUF_memdup(). Not currently used, but I've code | Richard Levitte | 2003-04-30 | 3 | -7/+31 |
* | Make sure we get the definition of OPENSSL_NO_ERR. | Richard Levitte | 2003-03-21 | 1 | -0/+1 |
* | Remove warnings. | Richard Levitte | 2002-11-14 | 1 | -0/+1 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 2 | -0/+65 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -2/+0 |
* | make update | Richard Levitte | 2001-11-15 | 1 | -1/+1 |
* | Consistency fix in BUF_MEM_grow: Initialise to zero when new memory | Bodo Möller | 2001-10-26 | 1 | -1/+2 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -2/+2 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -2/+2 |
* | Instead of telling both 'make' and the user that ranlib | Bodo Möller | 2001-03-09 | 1 | -2/+1 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 1 | -3/+3 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 2 | -7/+9 |
* | 'ranlib' doesn't always run on some systems. That's actually | Richard Levitte | 2000-09-25 | 1 | -1/+2 |
* | 'make update' | Richard Levitte | 2000-09-07 | 1 | -1/+3 |
* | Enable DSO support on alpha (OSF1), cc and gcc. | Geoff Thorpe | 2000-06-13 | 1 | -4/+7 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 1 | -6/+6 |
* | Preserve reason strings in automatically build tables. | Bodo Möller | 2000-03-05 | 1 | -1/+2 |
* | Tidy up CRYPTO_EX_DATA structures. | Dr. Stephen Henson | 2000-01-24 | 1 | -1/+2 |
* | It was a very bad idea to use #include "../e_os.h" -- when this occurs | Bodo Möller | 1999-05-21 | 1 | -2/+3 |
* | Add a kludge :-( | Bodo Möller | 1999-05-21 | 1 | -4/+3 |
* | Don't install e_os.h in include/openssl, use it only as a local | Bodo Möller | 1999-05-20 | 1 | -4/+4 |
* | Update dependencies. | Bodo Möller | 1999-05-15 | 1 | -3/+3 |
* | 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 | 1 | -1/+1 |
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 1 | -12/+0 |
* | Removed traces of cryptall.h, and did a "make depend". | Bodo Möller | 1999-04-25 | 1 | -2/+3 |
* | Change the command line options of mkerr.pl so -static is now default and | Dr. Stephen Henson | 1999-04-24 | 1 | -3/+2 |
* | Restore ERRC definitions that are needed to compile the library. | Bodo Möller | 1999-04-24 | 1 | -0/+1 |
* | Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality | Dr. Stephen Henson | 1999-04-24 | 1 | -2/+0 |
* | Complete rewrite of the error code generation script. It now runs as a single | Dr. Stephen Henson | 1999-04-24 | 4 | -67/+65 |
* | "make depend" | Bodo Möller | 1999-04-24 | 1 | -4/+5 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 3 | -6/+6 |
* | Work with -pedantic! | Ben Laurie | 1999-04-23 | 1 | -4/+4 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 2 | -9/+5 |
* | Massive constification. | Ben Laurie | 1999-04-17 | 2 | -2/+2 |
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 1 | -5/+5 |
* | Fix security hole. | Ben Laurie | 1999-03-22 | 1 | -1/+2 |
* | Put the dependencies back. | Ben Laurie | 1999-03-06 | 1 | -0/+4 |
* | General source tree makefile cleanups: Made `making xxx in yyy...' display | Ralf S. Engelschall | 1999-03-06 | 1 | -10/+5 |
* | This time, get it right. | Ben Laurie | 1999-01-20 | 1 | -3/+3 |
* | Finally lay dependencies to rest (I hope!). | Ben Laurie | 1999-01-19 | 1 | -1/+5 |