summaryrefslogtreecommitdiffstats
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-08New -sigopt option for dgst utility.Dr. Stephen Henson
2007-04-07Yet another resource leak. Coverity ID 123.Ben Laurie
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-05Errors should actually be errors.Ben Laurie
2007-04-05Don't dereference NULL argument. Coverity ID 52.Ben Laurie
2007-04-05Missing config file.Ben Laurie
2007-04-05Don't use a negative number as a length. Coverity ID 57.Ben Laurie
2007-04-05Avoid overrun. Coverity ID 60.Ben Laurie
2007-04-05Free memory. Coverity ID 62.Ben Laurie
2007-04-04check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch
2007-04-04Resource leak.Ben Laurie
2007-04-04Handle bad content type. Coverity ID 99.Ben Laurie
2007-04-04Fix buffer overrun. Coverity ID 106.Ben Laurie
2007-04-04Don't free a NULL. Coverity ID 112.Ben Laurie
2007-04-04Missing return on error. Coverity ID 115.Ben Laurie
2007-04-04Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie
2007-04-04Die if serial number is invalid.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-29Apply a more modern way to get the definition of select(), except for VMS.Richard Levitte
2007-03-28make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-03-25Allow shared builds for aix[64]-gcc targets.Andy Polyakov
2007-03-25aix[64]-cc config lines update.Andy Polyakov
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-22Fixes for aix-shared rules.Andy Polyakov
2007-03-21stricter session ID context matchingBodo Möller
2007-03-21clarification regarding libdes filesBodo Möller
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-20Remove obsolete comment.Andy Polyakov
2007-03-20Various PowerPC config updates.Andy 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