aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte2005-05-241-0/+2
* DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte2005-05-241-0/+9
* Be more consistent with OPENSSL_NO_SHA256.Andy Polyakov2005-05-221-0/+9
* OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov2005-05-222-1/+10
* Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov2005-05-211-1/+7
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-211-1/+1
* Move _WIN32_WINNT definition from command line to e_os.h [from HEAD].Andy Polyakov2005-05-213-3/+6
* fix typo, add prototypeNils Larsch2005-05-203-3/+5
* fix potential memory leakNils Larsch2005-05-191-1/+6
* Tagging of 0.9.8-beta1 is done, time to update the version numbers toRichard Levitte2005-05-191-3/+3
* Update version information.OpenSSL_0_9_8-beta1Richard Levitte2005-05-191-3/+3
* 'make update' with a default configuration.Richard Levitte2005-05-192-5/+5
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* SysV make [or least some of them] don't propogate command line macros toAndy Polyakov2005-05-191-1/+1
* make the type parameter const when ID2_OF_const() is usedNils Larsch2005-05-182-9/+23
* 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-183-2/+13
* OpenSSL 0.9.8 has just entered beta status. Not quite releasing yet,Richard Levitte2005-05-181-3/+3
* Engage Applink for VC builds.Andy Polyakov2005-05-172-2/+2
* simplify EC_KEY_dupNils Larsch2005-05-171-34/+4
* fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller2005-05-171-4/+2
* OPENSSL_Applink update.Andy Polyakov2005-05-176-23/+111
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-177-10/+17
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-1648-222/+372
* Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov2005-05-161-8/+10
* ecc api cleanup; summary:Nils Larsch2005-05-1629-335/+532
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-1617-50/+600
* make updateBodo Möller2005-05-1617-273/+33
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-20/+18
* +20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov2005-05-151-5/+6
* Fool-proofing MakefilesAndy Polyakov2005-05-1546-191/+48
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-155-0/+95
* 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
* Typo.Dr. Stephen Henson2005-05-121-1/+1
* There must be an explicit way to build the .o!Ben Laurie2005-05-111-0/+3
* Fix more error codes.Bodo Möller2005-05-1178-334/+387
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-109-15/+16
* Comply with optimization manual (no data should share cache-line with code).Andy Polyakov2005-05-093-3/+5
* Allow for 64-bit cache-line alignments in code segment.Andy Polyakov2005-05-092-5/+5
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-0917-76/+107
* improve comment readabilityBodo Möller2005-05-091-1/+1
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-087-11/+11
* Eliminate "statement with no effect" warning when OPENSSL_assert macroAndy Polyakov2005-05-081-1/+1
* x86_64 assembler translator update.Andy Polyakov2005-05-071-19/+47
* Fix constants.Andy Polyakov2005-05-071-8/+8
* Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,Richard Levitte2005-05-061-8/+6
* fix compiler warning; pow10 is also in math.hNils Larsch2005-05-051-3/+3
* Commentary update motivating code update in 0.9.7.Andy Polyakov2005-05-041-4/+4