summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-19update ecdsa docNils Larsch
2005-05-19FAQ to mention no-sse2.Andy Polyakov
2005-05-19Update status informationRichard Levitte
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-18FAQ update to mention Applink.Andy Polyakov
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-18Version changes where needed.Richard Levitte
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-17Keep disclaming 16-bit support.Andy Polyakov
2005-05-17simplify EC_KEY_dupNils Larsch
2005-05-17mdc2test is not built by default anymore.Andy Polyakov
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-17Disclaim 16-bit support.Andy Polyakov
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2005-05-16Improve shell portability of new rules in Makefile.shared.Andy Polyakov
2005-05-16Change wording for BN_mod_exp_mont_consttime() entryBodo Möller
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-16rebuild to synchronize with additions to 0.9.7 branchBodo Möller
2005-05-16make updateBodo Möller
2005-05-16Make Makefile.shared quiet again.Andy Polyakov
2005-05-15Simplify shared rules, link run-path into applications only.Andy Polyakov
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
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-15Make update.Dr. Stephen Henson
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-05-14openssl_fcast should always be defined, not just with DEBUG_SAFESTACKDr. Stephen Henson
2005-05-12Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson
2005-05-12Avoid warnings.Dr. Stephen Henson
2005-05-12Fix from stable branch.Dr. Stephen Henson
2005-05-12Typo.Dr. Stephen Henson
2005-05-12fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller
2005-05-11Move another item into ChangeLog.0_9_7-stable_not-in-head_FIPSBodo Möller
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller
2005-05-11There must be an explicit way to build the .o!Ben Laurie
2005-05-11Move some entries from ChangeLog.0_9_7-stable_not-in-headBodo Möller
2005-05-11Fix more error codes.Bodo Möller
2005-05-10use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch