summaryrefslogtreecommitdiffstats
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-12make updateRichard Levitte
2004-07-12Because it's one of our libraries calling new functions in the other,Richard Levitte
2004-07-12improve wordingBodo Möller
2004-07-11Some test programs in crypto/sha were named differently than usual...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-11BIS correction/additionBodo Möller
2004-07-10make updateRichard Levitte
2004-07-10Use the new directory reading functions.Richard Levitte
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-01Don't try to parse non string types.Dr. Stephen Henson
2004-07-01Stop compiler warnings with debug-steveDr. Stephen Henson
2004-07-01Explain a little better what BN_num_bits() and BN_num_bits_word() do.Richard Levitte
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-28Make the tests of EVP operations without padding. As a consequence,Richard Levitte
2004-06-28Make sure that the buffers are large enough to contain padding.Richard Levitte
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-06-28Linux on ARM needs -ldlRichard Levitte
2004-06-24Reformat pkcs8 source.Dr. Stephen Henson
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-17Attempt to bring the 'engine' documentation up to date w.r.t missingGeoff 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-17Tweak my debug target flags.Geoff 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-14More precise explanation of session id context requirements.Lutz Jänicke
2004-06-11SHA fails to compile on x86_64 if compiled with custom flags, withoutAndy Polyakov
2004-06-03"no-engine" was being ignored, so remove it from the advertised syntax.Geoff Thorpe
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe