aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86_64 assembler translator update.Andy Polyakov2005-05-041-3/+9
* Cvs missed adapted module itself, here it goes...Andy Polyakov2005-05-031-13/+9
* Engage md5-x86_64 assembler module.Andy Polyakov2005-05-032-2/+4
* Throw in md5-x86_64 assembler.Andy Polyakov2005-05-031-0/+249
* Cygwin doesn't expose Win32 [not "officially"].Andy Polyakov2005-05-031-1/+1
* Commentary update.Andy Polyakov2005-05-031-2/+4
* Cpuid modules updates.Andy Polyakov2005-05-033-2/+431
* remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch2005-05-032-42/+0
* rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch2005-05-032-322/+232
* Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov2005-05-035-163/+241
* x86_64 assembler translator update.Andy Polyakov2005-05-031-10/+19
* Support for smime-type MIME parameter.Dr. Stephen Henson2005-05-011-2/+22
* Allow for ./config no-sha0 [from stable].Andy Polyakov2005-04-303-4/+4
* Typo.Dr. Stephen Henson2005-04-301-1/+1
* Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson2005-04-303-2/+9
* Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson2005-04-303-4/+61
* don't let BN_CTX_free(NULL) segfaultNils Larsch2005-04-291-0/+4
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-2914-79/+218
* avoid warnings when building on systems where sizeof(void *) > sizeof(int)Nils Larsch2005-04-291-1/+1