summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2007-04-11Constification.Dr. Stephen Henson
2007-04-09Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson
2007-04-08Fix from stable branch.Dr. Stephen Henson
2007-04-08Fix digest signing so digest type is set after init.Dr. Stephen Henson
2007-04-08Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson
2007-04-05If you're going to check for negative, use an signed integer! Coverity ID 122.Ben Laurie
2007-04-05Don't copy from a nonexistent next. Coverity ID 47.Ben Laurie
2007-04-05Fix duplicate error number.Ben Laurie
2007-04-05Don't dereference NULL argument. Coverity ID 52.Ben Laurie
2007-04-05Avoid overrun. Coverity ID 60.Ben Laurie
2007-04-04check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch
2007-04-04Handle bad content type. Coverity ID 99.Ben Laurie
2007-04-04Fix buffer overrun. Coverity ID 106.Ben Laurie
2007-04-04Make sure we detect corruption.Ben Laurie
2007-04-02check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch
2007-04-02check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch
2007-04-02RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov
2007-04-01Don't die if the value is NULL (Coverity CID 98).Ben Laurie
2007-04-01Fix warning.Ben Laurie
2007-04-01Update x86cpuid.pl to correctly detect shared cache and to support newAndy Polyakov
2007-04-01Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov
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