aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-1117-26/+506
* Constification.Dr. Stephen Henson2007-04-112-5/+5
* Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson2007-04-093-6/+8
* Fix from stable branch.Dr. Stephen Henson2007-04-081-1/+1
* Fix digest signing so digest type is set after init.Dr. Stephen Henson2007-04-081-11/+6
* Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson2007-04-081-13/+45
* If you're going to check for negative, use an signed integer! Coverity ID 122.Ben Laurie2007-04-051-1/+2
* Don't copy from a nonexistent next. Coverity ID 47.Ben Laurie2007-04-051-2/+5
* Fix duplicate error number.Ben Laurie2007-04-052-2/+2
* Don't dereference NULL argument. Coverity ID 52.Ben Laurie2007-04-053-1/+9
* Avoid overrun. Coverity ID 60.Ben Laurie2007-04-051-1/+1
* check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch2007-04-041-0/+6
* Handle bad content type. Coverity ID 99.Ben Laurie2007-04-041-0/+3
* Fix buffer overrun. Coverity ID 106.Ben Laurie2007-04-041-1/+1
* Make sure we detect corruption.Ben Laurie2007-04-041-4/+22
* check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch2007-04-022-2/+2
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
* RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov2007-04-022-0/+173
* Don't die if the value is NULL (Coverity CID 98).Ben Laurie2007-04-013-2/+12
* Fix warning.Ben Laurie2007-04-011-0/+3
* Update x86cpuid.pl to correctly detect shared cache and to support newAndy Polyakov2007-04-011-0/+24
* Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov2007-04-012-10/+105
* make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller2007-03-282-2/+2
* Change to mitigate branch prediction attacksBodo Möller2007-03-2814-41/+555
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-234-3/+11
* Synchronise the VMS build with recent movements in the Unix build.Richard Levitte2007-03-231-1/+1
* link warnings caused by nasm modules.Andy Polyakov2007-03-201-1/+2
* Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov2007-03-201-0/+2
* nasm fixes.Andy Polyakov2007-03-203-7/+8
* sparcv9a-mont was modified to handle 32-bit aligned input, but checkAndy Polyakov2007-03-201-9/+3
* Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fi...Dr. Stephen Henson2007-03-161-2/+2
* Fix from stable branch.Dr. Stephen Henson2007-03-051-11/+0
* size_t -> intNils Larsch2007-03-021-2/+1
* remove unused fileNils Larsch2007-03-021-131/+0
* Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke2007-03-021-0/+2
* Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke2007-03-021-3/+1
* Update from stable branch.Dr. Stephen Henson2007-02-271-1/+1
* allow EVP_PKEY_CTX_free(NULL)Nils Larsch2007-02-261-0/+2
* remove dead codeNils Larsch2007-02-261-7/+0
* Fix incorrect handling of special charactersLutz Jänicke2007-02-211-2/+2
* Update from 0.9.7-stable.Dr. Stephen Henson2007-02-212-1/+5
* Updates from 0.9.8-stable branch.Dr. Stephen Henson2007-02-181-1/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-1/+1
* - use OPENSSL_malloc() etc. in zlibNils Larsch2007-02-141-15/+40
* avoid shifting inputNils Larsch2007-02-111-17/+10
* remove unreachable codeNils Larsch2007-02-101-13/+2
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-083-6/+14
* remove unused variableNils Larsch2007-02-071-1/+1
* After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte2007-02-071-2/+9
* fix typoNils Larsch2007-02-061-1/+1