aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New -sigopt option for dgst utility.Dr. Stephen Henson2007-04-082-13/+62
* Yet another resource leak. Coverity ID 123.Ben Laurie2007-04-071-0/+1
* 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
* Errors should actually be errors.Ben Laurie2007-04-051-0/+11
* Don't dereference NULL argument. Coverity ID 52.Ben Laurie2007-04-053-1/+9
* Missing config file.Ben Laurie2007-04-051-0/+1
* Don't use a negative number as a length. Coverity ID 57.Ben Laurie2007-04-051-2/+4
* Avoid overrun. Coverity ID 60.Ben Laurie2007-04-051-1/+1
* Free memory. Coverity ID 62.Ben Laurie2007-04-051-0/+1
* check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch2007-04-041-0/+6
* Resource leak.Ben Laurie2007-04-041-0/+2
* 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
* Don't free a NULL. Coverity ID 112.Ben Laurie2007-04-041-2/+2
* Missing return on error. Coverity ID 115.Ben Laurie2007-04-041-0/+1
* Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie2007-04-041-0/+2
* Die if serial number is invalid.Ben Laurie2007-04-041-0/+1
* Make sure we detect corruption.Ben Laurie2007-04-042-5/+23
* 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-024-5/+178
* 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-012-15/+46
* Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov2007-04-014-25/+120
* Apply a more modern way to get the definition of select(), except for VMS.Richard Levitte2007-03-291-1/+6
* make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller2007-03-283-5/+5
* Change to mitigate branch prediction attacksBodo Möller2007-03-2816-42/+595
* Allow shared builds for aix[64]-gcc targets.Andy Polyakov2007-03-253-13/+13
* aix[64]-cc config lines update.Andy Polyakov2007-03-252-4/+4
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-2311-28/+65
* Synchronise the VMS build with recent movements in the Unix build.Richard Levitte2007-03-232-2/+2
* Fixes for aix-shared rules.Andy Polyakov2007-03-221-5/+5
* stricter session ID context matchingBodo Möller2007-03-212-23/+51
* clarification regarding libdes filesBodo Möller2007-03-211-6/+7
* 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
* Remove obsolete comment.Andy Polyakov2007-03-201-1/+0
* Various PowerPC config updates.Andy Polyakov2007-03-203-8/+8
* 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-163-3/+9
* 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