summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2007-03-28make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
2007-03-23Synchronise the VMS build with recent movements in the Unix build.Richard Levitte
2007-03-20link warnings caused by nasm modules.Andy Polyakov
2007-03-20Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov
2007-03-20nasm fixes.Andy Polyakov
2007-03-20sparcv9a-mont was modified to handle 32-bit aligned input, but checkAndy Polyakov
2007-03-16Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fi...Dr. Stephen Henson
2007-03-05Fix from stable branch.Dr. Stephen Henson
2007-03-02size_t -> intNils Larsch
2007-03-02remove unused fileNils Larsch
2007-03-02Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke
2007-03-02Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke
2007-02-27Update from stable branch.Dr. Stephen Henson
2007-02-26allow EVP_PKEY_CTX_free(NULL)Nils Larsch
2007-02-26remove dead codeNils Larsch
2007-02-21Fix incorrect handling of special charactersLutz Jänicke
2007-02-21Update from 0.9.7-stable.Dr. Stephen Henson
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller
2007-02-14- use OPENSSL_malloc() etc. in zlibNils Larsch
2007-02-11avoid shifting inputNils Larsch
2007-02-10remove unreachable codeNils Larsch
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson
2007-02-07remove unused variableNils Larsch
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte
2007-02-06fix typoNils Larsch
2007-02-03Update from fips2 branch.Dr. Stephen Henson
2007-02-03add support for DSA with SHA2Nils Larsch
2007-02-03fix potential memory leaksNils Larsch
2007-01-25Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov
2007-01-25Minor touch to aes-armv4.pl.Andy Polyakov
2007-01-25AES for ARMv4.Andy Polyakov
2007-01-25Minor optimization for sha1-armv4 module.Andy Polyakov
2007-01-23Update from 0.9.7-stable.Dr. Stephen Henson
2007-01-22SHA1 for ARMv4 and Thumb.Andy Polyakov
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2007-01-17Make armv4t-mont module backward binary compatible with armv4 and rename itAndy Polyakov
2007-01-11Montgomery multiplication for ARMv4.Andy Polyakov
2006-12-29#include <stddef.h> in digest headers.Andy Polyakov
2006-12-29Montgomery multiplication for MIPS III/IV. Not engaged.Andy Polyakov
2006-12-29Minor clean-up in crypto/bn/asm.Andy Polyakov
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov
2006-12-28Minor performance improvements to x86-mont.pl.Andy Polyakov
2006-12-27Fix for "strange errors" exposed by ccgost engine. The fix isAndy Polyakov
2006-12-26Synchronise a bit more with Unixly buildRichard Levitte
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte
2006-12-24Synchronise with Unixly build, again ;-)Richard Levitte