summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version information.OpenSSL_0_9_8-beta1Richard Levitte2005-05-193-14/+6
* 'make update' with a default configuration.Richard Levitte2005-05-194-28/+33
* Added news items for OpenSSL 0.9.8.Richard Levitte2005-05-191-0/+67
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* Recognize new macros.Dr. Stephen Henson2005-05-191-1/+2
* Propogate BUILDENV even in ./engines.Andy Polyakov2005-05-192-2/+2
* Stringify substitutions [some shells require it].Andy Polyakov2005-05-191-7/+9
* SysV make [or least some of them] don't propogate command line macros toAndy Polyakov2005-05-192-5/+5
* make the type parameter const when ID2_OF_const() is usedNils Larsch2005-05-182-9/+23
* FAQ update to mention Applink [from HEAD].Andy Polyakov2005-05-181-0/+11
* Don't emit SSE2 instructions unless were asked to [from HEAD].Andy Polyakov2005-05-181-11/+15
* Engage Applink in mingw. [from HEAD]Andy Polyakov2005-05-187-12/+19
* OpenSSL 0.9.8 has just entered beta status. Not quite releasing yet,Richard Levitte2005-05-182-5/+6
*---. This commit was manufactured by cvs2svn to create branchcvs2svn2005-05-171903-0/+458478
|\ \ \
| * | | Engage Applink for VC builds.Andy Polyakov2005-05-173-3/+29
| * | | Keep disclaming 16-bit support.Andy Polyakov2005-05-177-436/+1
| * | | simplify EC_KEY_dupNils Larsch2005-05-171-34/+4
| * | | mdc2test is not built by default anymore.Andy Polyakov2005-05-171-4/+0
| * | | fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller2005-05-171-4/+2
| * | | OPENSSL_Applink update.Andy Polyakov2005-05-1711-152/+259
| * | | Disclaim 16-bit support.Andy Polyakov2005-05-175-157/+1
| * | | Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-177-10/+17
| * | | Improve shell portability of new rules in Makefile.shared.Andy Polyakov2005-05-161-3/+3
| * | | Change wording for BN_mod_exp_mont_consttime() entryBodo Möller2005-05-161-4/+4
| * | | Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-1654-239/+397
| * | | Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov2005-05-162-16/+18
| * | | ecc api cleanup; summary:Nils Larsch2005-05-1638-1076/+1273
| * | | Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-1619-52/+617
| * | | rebuild to synchronize with additions to 0.9.7 branchBodo Möller2005-05-161-473/+477
| * | | make updateBodo Möller2005-05-1618-283/+37
| * | | Make Makefile.shared quiet again.Andy Polyakov2005-05-161-2/+2
| * | | Simplify shared rules, link run-path into applications only.Andy Polyakov2005-05-153-294/+50
| * | | Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-155-38/+28
| * | | +20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov2005-05-151-5/+6
| * | | Fool-proofing MakefilesAndy Polyakov2005-05-1551-211/+52
| * | | Make update.Dr. Stephen Henson2005-05-152-4/+19
| * | | Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-157-0/+104
| * | | openssl_fcast should always be defined, not just with DEBUG_SAFESTACKDr. Stephen Henson2005-05-141-2/+2
| * | | Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson2005-05-124-46/+49
| * | | Avoid warnings.Dr. Stephen Henson2005-05-121-1/+1
| * | | Fix from stable branch.Dr. Stephen Henson2005-05-121-1/+1
| * | | Typo.Dr. Stephen Henson2005-05-121-1/+1
| * | | fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller2005-05-121-1/+1
| * | | Move another item into ChangeLog.0_9_7-stable_not-in-head_FIPSBodo Möller2005-05-112-12/+12
| * | | Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-118-65/+182
| * | | There must be an explicit way to build the .o!Ben Laurie2005-05-111-0/+3
| * | | Move some entries from ChangeLog.0_9_7-stable_not-in-headBodo Möller2005-05-112-38/+38
| * | | Fix more error codes.Bodo Möller2005-05-1179-337/+395
| * | | use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch2005-05-101-2/+2
| * | | give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-1016-26/+27