aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2005-05-19fix potential memory leakNils Larsch1-1/+6
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch1-2/+2
2005-05-18make the type parameter const when ID2_OF_const() is usedNils Larsch2-9/+23
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 Polyakov3-2/+13
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 Polyakov2-2/+2
2005-05-17simplify EC_KEY_dupNils Larsch1-34/+4
2005-05-17fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller1-4/+2
2005-05-17OPENSSL_Applink update.Andy Polyakov6-23/+111
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov7-10/+17
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov48-222/+372
2005-05-16Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov1-8/+10
2005-05-16ecc api cleanup; summary:Nils Larsch29-335/+532
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller17-50/+600
2005-05-16make updateBodo Möller17-273/+33
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov1-20/+18
2005-05-15+20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov1-5/+6
2005-05-15Fool-proofing MakefilesAndy Polyakov46-191/+48
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson5-0/+95
2005-05-14openssl_fcast should always be defined, not just with DEBUG_SAFESTACKDr. Stephen Henson1-2/+2
2005-05-12Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson4-46/+49
2005-05-12Avoid warnings.Dr. Stephen Henson1-1/+1
2005-05-12Typo.Dr. Stephen Henson1-1/+1
2005-05-11There must be an explicit way to build the .o!Ben Laurie1-0/+3
2005-05-11Fix more error codes.Bodo Möller78-334/+387
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch9-15/+16
2005-05-09Comply with optimization manual (no data should share cache-line with code).Andy Polyakov3-3/+5
2005-05-09Allow for 64-bit cache-line alignments in code segment.Andy Polyakov2-5/+5
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller17-76/+107
2005-05-09improve comment readabilityBodo Möller1-1/+1
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch7-11/+11
2005-05-08Eliminate "statement with no effect" warning when OPENSSL_assert macroAndy Polyakov1-1/+1
2005-05-07x86_64 assembler translator update.Andy Polyakov1-19/+47
2005-05-07Fix constants.Andy Polyakov1-8/+8
2005-05-06Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,Richard Levitte1-8/+6
2005-05-05fix compiler warning; pow10 is also in math.hNils Larsch1-3/+3
2005-05-04Commentary update motivating code update in 0.9.7.Andy Polyakov1-4/+4
2005-05-04x86_64 assembler translator update.Andy Polyakov1-3/+9
2005-05-03Cvs missed adapted module itself, here it goes...Andy Polyakov1-13/+9
2005-05-03Engage md5-x86_64 assembler module.Andy Polyakov2-2/+4
2005-05-03Throw in md5-x86_64 assembler.Andy Polyakov1-0/+249
2005-05-03Cygwin doesn't expose Win32 [not "officially"].Andy Polyakov1-1/+1
2005-05-03Commentary update.Andy Polyakov1-2/+4
2005-05-03Cpuid modules updates.Andy Polyakov3-2/+431
2005-05-03remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch2-42/+0
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch2-322/+232
2005-05-03Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov5-163/+241
2005-05-03x86_64 assembler translator update.Andy Polyakov1-10/+19
2005-05-01Support for smime-type MIME parameter.Dr. Stephen Henson1-2/+22