summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2004-07-16Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe
2004-07-12I think it could be a good thing to know what went wrong with the tests...Richard Levitte
2004-07-11'SSL_add_dir_cert_subjects_to_stack' is longer than 31 characters.Richard Levitte
2004-07-11o_dir needs to be compiler with the warnings about dollar signs inRichard Levitte
2004-07-11In some cases, EVMSERR isn't visible (that's fairly new...).Richard Levitte
2004-07-11Integration of RC4 AMD64 module.Andy Polyakov
2004-07-11RC4 tune-up for AMD64. Performance improvement of 2.22x is measured forAndy Polyakov
2004-07-10Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte
2004-07-08o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte
2004-07-06Delta CRL support in extension code.Dr. Stephen Henson
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-07-04Delete non-POSIX header file.Dr. Stephen Henson
2004-07-04PKCS#8 fixes from stable branch.Dr. Stephen Henson
2004-07-01Minor (+12% on P4) performance tweak for sha512_block_sse2.Andy Polyakov
2004-07-01AES assembler implementation for IA-64. Note that there is no anchor fromAndy Polyakov
2004-07-01New SHA algorithms assembler implementation for IA-64. Note that despiteAndy Polyakov
2004-07-01New scalable bn_mul_add_words loop, which provides up to >20% overallAndy Polyakov
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-06-20Tidy up, including;Geoff Thorpe
2004-06-19Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe
2004-06-17Deprecate unused cruft, and "make update".Geoff Thorpe
2004-06-17Minor change to group like functions together.Geoff Thorpe
2004-06-17Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe
2004-06-17Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe
2004-06-17As Nils put it;Geoff Thorpe
2004-06-17BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe
2004-06-15Making some values explicitely unsigned was derived from ongoing workRichard Levitte
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte
2004-06-14Correct the return codes for ecdsatest.Geoff Thorpe
2004-06-11SHA fails to compile on x86_64 if compiled with custom flags, withoutAndy Polyakov
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe
2004-05-31Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.Andy Polyakov
2004-05-31make updateRichard Levitte
2004-05-31EVP bindings to new SHA algorithms.Andy Polyakov
2004-05-31objects.txt update for SHA-224/-256/-384/-512. SHA-224 ids still appearAndy Polyakov
2004-05-31Typo in commentary section.Andy Polyakov
2004-05-31Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov
2004-05-31Kill unused macro and reimplement it for that single context it canAndy Polyakov
2004-05-30SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte
2004-05-29gcc -Wcast-qual clean-up.Andy Polyakov
2004-05-28Make sure we return 0 if test passed.Andy Polyakov
2004-05-28Eliminate compiler warnings and throw in performance table.Andy Polyakov
2004-05-27SHA-224 test vectors added.Andy Polyakov
2004-05-27Since num is now a size_t, it's not necssary to check for less than 0,Richard Levitte
2004-05-26Synchronise VMS with the Unixly Malefiles.Richard Levitte
2004-05-25make updateRichard Levitte
2004-05-20SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov
2004-05-20Stress collector/padding function.Andy Polyakov
2004-05-20Final API adaptation. Final, "all openssl" performance numbers [not mixtureAndy Polyakov