openssl.git
2007-04-04 Ben LaurieResource leak.
2007-04-04 Ben LaurieHandle bad content type. Coverity ID 99.
2007-04-04 Ben LaurieFix buffer overrun. Coverity ID 106.
2007-04-04 Ben LaurieDon't free a NULL. Coverity ID 112.
2007-04-04 Ben LaurieMissing return on error. Coverity ID 115.
2007-04-04 Ben LaurieReturn an error if the serial number is badly formed...
2007-04-04 Ben LaurieDie if serial number is invalid.
2007-04-04 Ben LaurieMake sure we detect corruption.
2007-04-02 Nils Larschcheck correct pointer before freeing it (Coverity CID...
2007-04-02 Nils Larschcheck if pointer is != NULL before dereferencing it...
2007-04-02 Andy PolyakovRC4_set_key for x86_64 and Core2 optimization.
2007-04-01 Ben LaurieDon't die if the value is NULL (Coverity CID 98).
2007-04-01 Ben LaurieFix warning.
2007-04-01 Andy PolyakovUpdate x86cpuid.pl to correctly detect shared cache...
2007-04-01 Andy PolyakovReserve for assembler implementation of RC4_set_key...
2007-03-29 Richard LevitteApply a more modern way to get the definition of select...
2007-03-28 Bodo Möllermake BN_FLG_CONSTTIME semantics more fool-proof
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-03-25 Andy PolyakovAllow shared builds for aix[64]-gcc targets.
2007-03-25 Andy Polyakovaix[64]-cc config lines update.
2007-03-23 Dr. Stephen... Stage 1 GOST ciphersuite support.
2007-03-23 Richard LevitteSynchronise the VMS build with recent movements in...
2007-03-22 Andy PolyakovFixes for aix-shared rules.
2007-03-21 Bodo Möllerstricter session ID context matching
2007-03-21 Bodo Möllerclarification regarding libdes files
2007-03-20 Andy Polyakovlink warnings caused by nasm modules.
2007-03-20 Andy PolyakovTwo extra instructions in RC4 character loop give 80...
2007-03-20 Andy PolyakovRemove obsolete comment.
2007-03-20 Andy PolyakovVarious PowerPC config updates.
2007-03-20 Andy Polyakovnasm fixes.
2007-03-20 Andy Polyakovsparcv9a-mont was modified to handle 32-bit aligned...
2007-03-16 Dr. Stephen... Win32 fixes. Add GOST algorithm to mkdef, update ordina...
2007-03-05 Dr. Stephen... Fix from stable branch.
2007-03-02 Nils Larschsize_t -> int
2007-03-02 Nils Larschremove unused file
2007-03-02 Lutz JänickeInitialize "buf" to 0 to make valgrind happy :-)
2007-03-02 Lutz JänickeDo not use uninitialized memory to seed the PRNG as...
2007-02-27 Dr. Stephen... Update from stable branch.
2007-02-27 Ralf S. Engelschallsmall cosmetics: align title with the other similar...
2007-02-26 Nils Larschallow EVP_PKEY_CTX_free(NULL)
2007-02-26 Nils Larschremove dead code
2007-02-26 Bodo Möllerinclude complete 0.9.7 history
2007-02-26 Bodo Mölleruse 2007 copyright for generated files
2007-02-23 Dr. Stephen... Update FAQ,NEWS in HEAD.
2007-02-22 Bodo MöllerFix incorrect substitution that happened during the...
2007-02-22 Lutz JänickeFix problem with multi line responses in -starttls...
2007-02-21 Lutz JänickeExtend SMTP and IMAP protocol handling to perform the...
2007-02-21 Lutz JänickeAdd automatic detection for Linux on SuperH
2007-02-21 Lutz JänickeAdd support for m68k linux
2007-02-21 Lutz JänickeFix incorrect handling of special characters
2007-02-21 Dr. Stephen... Update from 0.9.7-stable.
2007-02-21 Bodo Möllerprefer SHA1 over MD5 (this affects the Kerberos ciphers...
2007-02-21 Bodo Möllerdelete obsolete comment
2007-02-20 Bodo MöllerSSL_kKRB5 ciphersuites shouldn't be preferred by default
2007-02-20 Bodo MöllerImprove ciphersuite order stability when disabling...
2007-02-20 Bodo Möllerfix a typo in the new ciphersuite ordering code
2007-02-19 Bodo MöllerInclude "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make...
2007-02-19 Bodo Möllerfix warnings for CIPHER_DEBUG builds
2007-02-19 Bodo Möllerfix warnings/inconsistencies caused by the recent chang...
2007-02-19 Bodo Möllerfix incorrect strength bit values for certain Kerberos...
2007-02-18 Dr. Stephen... Updates from 0.9.8-stable branch.
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-02-16 Nils Larschensure that the EVP_CIPHER_CTX object is initialized
2007-02-16 Richard LevitteAdd STARTTLS support for IMAP and FTP.
2007-02-14 Nils Larsch- use OPENSSL_malloc() etc. in zlib
2007-02-11 Nils Larschavoid shifting input
2007-02-10 Nils Larschuse user-supplied malloc functions for persistent kssl...
2007-02-10 Nils Larschremove unreachable code
2007-02-09 Dr. Stephen... PR: 1483
2007-02-08 Dr. Stephen... Add -hmac option to dgst from 0.9.7 stable branch.
2007-02-07 Nils Larschremove unused variable
2007-02-07 Nils Larschensure that a ec key is used
2007-02-07 Richard LevitteAfter objects have been freed, NULLify the pointers...
2007-02-06 Nils Larschfix typo
2007-02-06 Nils Larschadd note about 56 bit ciphers
2007-02-03 Dr. Stephen... Update from fips2 branch.
2007-02-03 Nils Larschadd support for DSA with SHA2
2007-02-03 Nils Larschfix documentation
2007-02-03 Nils Larschfix potential memory leaks
2007-01-25 Andy PolyakovMinimize aes_core.c footprint when AES_[en|de]crypt...
2007-01-25 Andy PolyakovMinor touch to aes-armv4.pl.
2007-01-25 Andy PolyakovAES for ARMv4.
2007-01-25 Andy PolyakovMinor optimization for sha1-armv4 module.
2007-01-23 Dr. Stephen... Update from 0.9.7-stable.
2007-01-22 Andy PolyakovSHA1 for ARMv4 and Thumb.
2007-01-21 Dr. Stephen... Constify version strings is ssl lib.
2007-01-21 Dr. Stephen... Constify version strings and some structures.
2007-01-18 Dr. Stephen... Add AOL an AOLTW root CAs to bundle.
2007-01-17 Andy PolyakovMake armv4t-mont module backward binary compatible...
2007-01-12 Lutz JänickeUpdate to new home page
2007-01-11 Andy PolyakovMontgomery multiplication for ARMv4.
2007-01-03 Nils Larschremove undefined constant
2006-12-29 Andy Polyakovopensslwrap.sh to respect $OPENSSL_ENGINES.
2006-12-29 Andy Polyakov#include <stddef.h> in digest headers.
2006-12-29 Andy PolyakovMontgomery multiplication for MIPS III/IV. Not engaged.
2006-12-29 Andy PolyakovMinor clean-up in crypto/bn/asm.
2006-12-29 Andy PolyakovMinor clean-up in crypto/engine.
2006-12-29 Andy PolyakovAllow opensslwrap.sh to access engines from build tree.
2006-12-29 Andy PolyakovMove eng_padlock.c to ./engines.
2006-12-28 Andy PolyakovMinor performance improvements to x86-mont.pl.
next