summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2007-04-30Engage s390x assembler modules.Andy Polyakov
2007-04-30s390x assembler pack.Andy Polyakov
2007-04-26Reimplement rc4-586.pl, relicense rc4-x86_64.pl.Andy Polyakov
2007-04-24fix function codes for errorBodo Möller
2007-04-24remove leftover from editing ...Bodo Möller
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-04-19fix error codesBodo Möller
2007-04-19don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()Bodo Möller
2007-04-14New function ASN1_STRING_copy() to copy to an alreadyDr. Stephen Henson
2007-04-13Flush b64 BIO.Dr. Stephen Henson
2007-04-13Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson
2007-04-12Copy update callback across when copying EVP_MD_CTX.Dr. Stephen Henson
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson
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