| Commit message (Expand) | Author | Files | Lines |
2005-05-31 | Synchronise with Unixly build | Richard Levitte | 1 | -1/+1 |
2005-05-30 | Change all relevant occurences of 'ncipher' to 'chil'. That's what nCipher a... | Richard Levitte | 1 | -12/+12 |
2005-05-30 | Update from stable branch. | Dr. Stephen Henson | 2 | -477/+504 |
2005-05-29 | Change the source and output paths for 'chil' and '4758cca' engines so that | Geoff Thorpe | 13 | -52/+59 |
2005-05-29 | We have some source with \r\n as line ends. DEC C informs about that, | Richard Levitte | 4 | -4/+4 |
2005-05-29 | Typo | Richard Levitte | 1 | -2/+2 |
2005-05-28 | Add pss/x931 files. | Dr. Stephen Henson | 2 | -0/+395 |
2005-05-28 | Update from 0.9.7-stable. Also repatch and rebuild error codes. | Dr. Stephen Henson | 6 | -20/+82 |
2005-05-27 | Use BN_with_flags() in a cleaner way. | Bodo Möller | 4 | -0/+5 |
2005-05-27 | Assing check_{cert,crl}_time to 'ok' variable so it returns errors on | Dr. Stephen Henson | 1 | -2/+4 |
2005-05-26 | make sure DSA signing exponentiations really are constant-time | Bodo Möller | 2 | -3/+34 |
2005-05-26 | check BN_copy() return value | Bodo Möller | 1 | -3/+8 |
2005-05-25 | Handle differences between engine IDs and their dynamic library names (and | Geoff Thorpe | 2 | -2/+8 |
2005-05-24 | It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512 | Richard Levitte | 1 | -0/+2 |
2005-05-24 | Typo correction | Richard Levitte | 1 | -3/+3 |
2005-05-24 | DEC C complains about bad subscript, but we know better, so let's shut it up. | Richard Levitte | 1 | -0/+9 |
2005-05-22 | Be more consistent with OPENSSL_NO_SHA256. | Andy Polyakov | 1 | -0/+9 |
2005-05-22 | OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done to | Andy Polyakov | 3 | -3/+24 |
2005-05-21 | Still SEGV trouble in .init segment under Solaris x86... | Andy Polyakov | 1 | -1/+7 |
2005-05-21 | When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in | Richard Levitte | 3 | -3/+3 |
2005-05-21 | Default to no-sse2 on selected platforms. | Andy Polyakov | 1 | -2/+5 |
2005-05-21 | Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com> | Richard Levitte | 4 | -15/+33 |
2005-05-21 | Propagate BUILDENV into subdirectories. | Ben Laurie | 1 | -1/+25 |
2005-05-21 | Move _WIN32_WINNT definition from command line to e_os.h. The change is | Andy Polyakov | 5 | -4/+24 |
2005-05-21 | fix typo, add prototype | Nils Larsch | 3 | -3/+5 |
2005-05-20 | fix potential memory leak | Nils Larsch | 1 | -1/+6 |
2005-05-19 | update ecdsa doc | Nils Larsch | 1 | -44/+22 |
2005-05-19 | FAQ to mention no-sse2. | Andy Polyakov | 1 | -0/+9 |
2005-05-19 | Update status information | Richard Levitte | 1 | -10/+2 |
2005-05-19 | fix "dereferencing type-punned pointer will break strict-aliasing rules" | Nils Larsch | 1 | -2/+2 |
2005-05-19 | make the type parameter const when ID2_OF_const() is used | Nils Larsch | 2 | -9/+23 |
2005-05-18 | FAQ update to mention Applink. | Andy Polyakov | 1 | -0/+11 |
2005-05-18 | Don't emit SSE2 instructions unless were asked to. | Andy Polyakov | 1 | -11/+15 |
2005-05-18 | Engage Applink in mingw. Note that application-side module is not | Andy Polyakov | 7 | -12/+19 |
2005-05-18 | Version changes where needed. | Richard Levitte | 3 | -3/+8 |
2005-05-18 | I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev. | Richard Levitte | 1 | -3/+3 |
2005-05-17 | Engage Applink for VC builds. | Andy Polyakov | 3 | -3/+29 |
2005-05-17 | Keep disclaming 16-bit support. | Andy Polyakov | 7 | -436/+1 |
2005-05-17 | simplify EC_KEY_dup | Nils Larsch | 1 | -34/+4 |
2005-05-17 | mdc2test is not built by default anymore. | Andy Polyakov | 1 | -4/+0 |
2005-05-17 | fix memory leak (BIO_free_all needs pointer to first BIO) | Bodo Möller | 1 | -4/+2 |
2005-05-17 | OPENSSL_Applink update. | Andy Polyakov | 11 | -152/+259 |
2005-05-17 | Disclaim 16-bit support. | Andy Polyakov | 5 | -157/+1 |
2005-05-17 | Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h | Andy Polyakov | 7 | -10/+17 |
2005-05-16 | Improve shell portability of new rules in Makefile.shared. | Andy Polyakov | 1 | -3/+3 |
2005-05-16 | Change wording for BN_mod_exp_mont_consttime() entry | Bodo Möller | 1 | -4/+4 |
2005-05-16 | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 54 | -239/+397 |
2005-05-16 | Further BUILDENV clean-up, 'make depend' is operational again. | Andy Polyakov | 2 | -16/+18 |
2005-05-16 | ecc api cleanup; summary: | Nils Larsch | 38 | -1076/+1273 |
2005-05-16 | Implement fixed-window exponentiation to mitigate hyper-threading | Bodo Möller | 19 | -52/+617 |