| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>: | Richard Levitte | 2003-08-07 | 1 | -4/+10 |
* | make update | Richard Levitte | 2003-05-01 | 1 | -5/+9 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 2 | -0/+12 |
* | make update | Richard Levitte | 2002-12-29 | 1 | -72/+35 |
* | Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> | Richard Levitte | 2002-12-03 | 1 | -1/+1 |
* | Have all tests use EXIT() to exit rather than exit(), since the latter doesn't | Richard Levitte | 2002-11-28 | 1 | -1/+3 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 3 | -5/+5 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 1 | -27/+46 |
* | Close the implicitely opened registry key. | Richard Levitte | 2002-11-14 | 1 | -1/+10 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 2 | -3/+4 |
* | Complete the VxWorks fix by implementing a NULL RAND_poll() for it. | Richard Levitte | 2002-10-14 | 2 | -1/+8 |
* | Add a few more VxWorks targets. | Richard Levitte | 2002-10-09 | 2 | -2/+2 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is not | Ulf Möller | 2002-09-22 | 1 | -1/+1 |
* | make update | Bodo Möller | 2002-08-09 | 1 | -3/+3 |
* | "make update" | Lutz Jänicke | 2002-07-30 | 1 | -7/+7 |
* | OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it | Richard Levitte | 2002-07-18 | 1 | -1/+1 |
* | Replace 'ecdsaparam' commandline utility by 'ecparam' | Bodo Möller | 2002-07-14 | 1 | -35/+72 |
* | opensslconf.h doesn't define what we want, e_os2.h does. | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | When compiling for Windows, make sure we have the windows definitions declared. | Richard Levitte | 2002-06-27 | 1 | -1/+6 |
* | <sys/select.h> is included for AIX, when USE_SOCKETS is defined. | Lutz Jänicke | 2002-06-20 | 1 | -0/+1 |
* | AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set. | Lutz Jänicke | 2002-06-20 | 1 | -0/+1 |
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -1/+1 |
* | Use OPENSSL_SYS_VMS instead of just VMS | Richard Levitte | 2002-05-22 | 1 | -1/+1 |
* | disable '#ifdef DEBUG' sections | Bodo Möller | 2002-02-21 | 1 | -3/+3 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 1 | -1/+5 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -6/+7 |
* | Like MD_Init, MD now must include a NULL engine pointer in its definition. | Bodo Möller | 2001-10-25 | 1 | -4/+4 |
* | Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() | Dr. Stephen Henson | 2001-10-16 | 1 | -5/+5 |
* | 'make update' | Richard Levitte | 2001-10-04 | 1 | -27/+30 |
* | Because there's chances we clash with the system's types.h, rename our | Richard Levitte | 2001-10-04 | 1 | -1/+1 |
* | "make update". | Geoff Thorpe | 2001-09-25 | 1 | -3/+6 |
* | This commits changes to various parts of libcrypto required by the recent | Geoff Thorpe | 2001-09-25 | 2 | -26/+51 |
* | make update | Geoff Thorpe | 2001-09-10 | 1 | -12/+12 |
* | copyright | Bodo Möller | 2001-09-10 | 1 | -1/+1 |
* | The various hash #includes in rand_lcl.h *are* needed despite | Bodo Möller | 2001-09-07 | 2 | -2/+4 |
* | Now need sha.h for some reason. | Ben Laurie | 2001-09-07 | 1 | -0/+1 |
* | make engine file names unique in 8.3 | Ulf Möller | 2001-09-07 | 1 | -15/+24 |
* | include the proper header file | Ulf Möller | 2001-09-06 | 1 | -5/+2 |
* | Start to reduce some of the header bloat. | Ben Laurie | 2001-08-05 | 3 | -26/+14 |
* | Header bloat reduction for EVP_PKEY. | Ben Laurie | 2001-08-03 | 1 | -20/+13 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -5/+8 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-30 | 3 | -76/+43 |
* | md_rand.c thread safety | Bodo Möller | 2001-07-25 | 1 | -2/+21 |
* | Avoid race condition. | Bodo Möller | 2001-07-24 | 1 | -4/+2 |
* | make update | Richard Levitte | 2001-07-10 | 1 | -0/+20 |
* | EVP_Digest() takes one more parameter. | Richard Levitte | 2001-07-10 | 1 | -4/+4 |
* | Fix PRNG. | Bodo Möller | 2001-07-10 | 1 | -21/+29 |
* | [Forgotten commits?] | Richard Levitte | 2001-07-02 | 1 | -2/+2 |