aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | warning when using gcc 4.0
* 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
| | | | recursively called make. So let's pass down BUILDENV as value too...
* 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
| | | | PR: 1073
* 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
| | | | | | since I need to write a NEWS entry. This means we're in feature freeze. HEAD is now 0.9.9-dev.
*---. This commit was manufactured by cvs2svn to create branchcvs2svn2005-05-171903-0/+458478
|\ \ \ | | | | | | | | 'OpenSSL_0_9_8-stable'.
| * | | 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
| | | | | | | | | | | | | | | | PR: 1070
| * | | 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
| | | | | | | | | | | | | | | | | | | | first everywhere in crypto and skip stdio.h and string.h [because it includes them].
| * | | 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
| | | | | | | | | | | | | | | | | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7
| * | | Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-1619-52/+617
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timing attacks. BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for RSA/DSA/DH private key computations unless RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/ DH_FLAG_NO_EXP_CONSTTIME is set. Submitted by: Matthew D Wood Reviewed by: Bodo Moeller
| * | | 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
| | | | | | | | | | | | | | | | attribute in EVP_PKEY structure.
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is made to directly cast a function of one type to what it considers and incompatible type. In particular gcc 3.4.2. Add new openssl_fcast macro to place functions into a form where the compiler will allow them to be cast. The current version achives this by casting to: void function(void).
| * | | 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
| | | | | | | | | | | | | | | | (previous revision got this wrong)
| * | | 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
| | | | | | | | | | | | | | | | with the SSL_OP_NO_SSLv2 option.
| * | | 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
| | | | | | | | | | | | | | | | to ChangeLog.0_9_7-stable_not-in-head_FIPS.
| * | | Fix more error codes.Bodo Möller2005-05-1179-337/+395
| | | | | | | | | | | | | | | | | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
| * | | use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch2005-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pointers on 64 bit platforms. Patch supplied by Daniel Gryniewicz via Mike Frysinger <vapier@gentoo.org>. PR: 1064
| * | | give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-1016-26/+27
| | | | | | | | | | | | | | | | EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name