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