summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov
2005-06-02Fix inconsistensy between 8 and HEAD.Andy Polyakov
2005-06-02PSS update [from 0.9.7].Andy Polyakov
2005-06-01check return valueNils Larsch
2005-06-01Update from 0.9.7-stable.Dr. Stephen Henson
2005-06-01Synchronise yet a little more with the Unixly buildRichard Levitte
2005-05-31fix assertionNils Larsch
2005-05-31changes from 0.9.8Nils Larsch
2005-05-31"Show" more respect to no-sha* config options.Andy Polyakov
2005-05-31Missing sparcv8.o rule.Andy Polyakov
2005-05-31Platform update from 8-stable.Andy Polyakov
2005-05-30DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte
2005-05-30pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte
2005-05-30Synchronise with Unixly buildRichard Levitte
2005-05-30Update from stable branch.Dr. Stephen Henson
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
2005-05-29TypoRichard Levitte
2005-05-28Add pss/x931 files.Dr. Stephen Henson
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-27Assing check_{cert,crl}_time to 'ok' variable so it returns errors onDr. Stephen Henson
2005-05-26make sure DSA signing exponentiations really are constant-timeBodo Möller
2005-05-26check BN_copy() return valueBodo Möller
2005-05-24It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte
2005-05-24DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte
2005-05-22Be more consistent with OPENSSL_NO_SHA256.Andy Polyakov
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov
2005-05-21Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2005-05-21Propagate BUILDENV into subdirectories.Ben Laurie
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov
2005-05-20fix typo, add prototypeNils Larsch
2005-05-19fix potential memory leakNils Larsch
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch
2005-05-18make the type parameter const when ID2_OF_const() is usedNils Larsch
2005-05-18Don't emit SSE2 instructions unless were asked to.Andy Polyakov
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
2005-05-18I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev.Richard Levitte
2005-05-17Engage Applink for VC builds.Andy Polyakov
2005-05-17simplify EC_KEY_dupNils Larsch
2005-05-17fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller
2005-05-17OPENSSL_Applink update.Andy Polyakov
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-16make updateBodo Möller
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov
2005-05-15+20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov