| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BeOS support. | Ulf Möller | 2006-04-11 | 1 | -1/+1 |
* | Update from stable branch. | Dr. Stephen Henson | 2005-09-26 | 1 | -2/+3 |
* | Latest MSVCR80 doesn't tolerate unsupported signal numbers, throwing | Andy Polyakov | 2005-09-20 | 1 | -0/+18 |
* | Final(?) WinCE update. | Andy Polyakov | 2005-08-08 | 1 | -0/+4 |
* | improved error checking and some fixes | Nils Larsch | 2005-07-26 | 1 | -1/+3 |
* | Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h | Andy Polyakov | 2005-05-17 | 1 | -1/+1 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -22/+26 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 2 | -2/+2 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -6/+4 |
* | Moving opaque definitions to ossl_typ.h lets us reduce header dependencies. | Geoff Thorpe | 2004-05-17 | 3 | -1/+4 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -14/+15 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -12/+4 |
* | #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on why | Andy Polyakov | 2004-01-27 | 1 | -1/+5 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -6/+7 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -2/+8 |
* | Make sure the sigaction structure and fileno function are properly declared w... | Richard Levitte | 2003-06-04 | 1 | -5/+8 |
* | Armor against systems without ranlib... | Lutz Jänicke | 2003-01-16 | 1 | -1/+1 |
* | Correct a misleading comment. | Richard Levitte | 2003-01-13 | 1 | -1/+1 |
* | UI_UTIL_read_pw() misinterpreted the values returned from UI functions. | Richard Levitte | 2003-01-13 | 1 | -2/+4 |
* | tty_in will never be stderr, so it will always be closed, which means stdin | Richard Levitte | 2003-01-13 | 1 | -1/+1 |
* | Only check for a result buffer if the allocated string is a prompt string. | Richard Levitte | 2002-12-05 | 1 | -1/+2 |
* | Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> | Richard Levitte | 2002-12-03 | 1 | -3/+0 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 2 | -2/+2 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 2 | -2/+13 |
* | Correct support for SunOS 4.1.3_U1. | Richard Levitte | 2002-11-13 | 1 | -1/+5 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 2 | -9/+10 |
* | Add a few more VxWorks targets. | Richard Levitte | 2002-10-09 | 1 | -2/+2 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | Make sure that the signal storage is regarded as volatile. | Richard Levitte | 2002-09-25 | 1 | -1/+1 |
* | In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ. | Richard Levitte | 2002-07-11 | 1 | -2/+5 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -1/+1 |
* | One place where VMS wasn't changed to OPENSSL_SYS_VMS... | Richard Levitte | 2002-05-09 | 1 | -1/+1 |
* | Correct the mapping for des_read_pw() | Richard Levitte | 2002-03-26 | 1 | -1/+1 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 1 | -1/+7 |
* | 'make update' | Richard Levitte | 2002-02-05 | 1 | -2/+6 |
* | With the changed des_old API, let's complete the work by renaming the | Richard Levitte | 2002-02-05 | 5 | -113/+150 |
* | make update | Richard Levitte | 2002-01-24 | 1 | -1/+2 |
* | Security fix. | Ben Laurie | 2001-12-20 | 1 | -22/+17 |
* | Due to an increasing number of clashes between modern OpenSSL and | Richard Levitte | 2001-10-24 | 2 | -6/+6 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -7/+4 |
* | The indexes returned by ***_get_ex_new_index() functions are used when | Geoff Thorpe | 2001-08-12 | 1 | -3/+4 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -3/+5 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -5/+3 |