summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-09Comply with optimization manual (no data should share cache-line with code).Andy Polyakov
2005-05-09Allow for 64-bit cache-line alignments in code segment.Andy Polyakov
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
2005-05-09improve comment readabilityBodo Möller
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-05-08Eliminate "statement with no effect" warning when OPENSSL_assert macroAndy Polyakov
2005-05-07x86_64 assembler translator update.Andy Polyakov
2005-05-07Fix constants.Andy Polyakov
2005-05-06Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,Richard Levitte
2005-05-05fix compiler warning; pow10 is also in math.hNils Larsch
2005-05-04Commentary update motivating code update in 0.9.7.Andy Polyakov
2005-05-04x86_64 assembler translator update.Andy Polyakov
2005-05-03Cvs missed adapted module itself, here it goes...Andy Polyakov
2005-05-03Engage md5-x86_64 assembler module.Andy Polyakov
2005-05-03Throw in md5-x86_64 assembler.Andy Polyakov
2005-05-03Cygwin doesn't expose Win32 [not "officially"].Andy Polyakov
2005-05-03Commentary update.Andy Polyakov
2005-05-03Cpuid modules updates.Andy Polyakov
2005-05-03remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2005-05-03Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov
2005-05-03x86_64 assembler translator update.Andy Polyakov
2005-05-01Support for smime-type MIME parameter.Dr. Stephen Henson
2005-04-30Allow for ./config no-sha0 [from stable].Andy Polyakov
2005-04-30Typo.Dr. Stephen Henson
2005-04-30Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson
2005-04-30Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson
2005-04-29don't let BN_CTX_free(NULL) segfaultNils Larsch
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch
2005-04-29avoid warnings when building on systems where sizeof(void *) > sizeof(int)Nils Larsch
2005-04-28Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov
2005-04-28Synchronise with Unix build system.Richard Levitte
2005-04-28Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson
2005-04-27add missing parenthesesNils Larsch
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2005-04-26Stop unused variable warning.Dr. Stephen Henson
2005-04-26Port from stable branch.Dr. Stephen Henson
2005-04-26some updates for the blinding code; summary:Nils Larsch
2005-04-26Port from stable branch.Dr. Stephen Henson
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26make updateBodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-04-25Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.cBodo Möller
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov
2005-04-23make asn.1 field names constNils Larsch
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-04-23Add debug target, remove cast, note possible bug.Ben Laurie