e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca
[openssl.git] / ssl /
2009-04-29 Dr. Stephen HensonUpdates from 1.0.0 stable branch.
2009-04-28 Dr. Stephen HensonTypo.
2009-04-28 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-04-08 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-07 Dr. Stephen HensonChanges from 1.0.0-stable.
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-04-06 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-03-12 Dr. Stephen HensonSubmitted by: Victor Duchovni <Victor.Duchovni@morganst...
2009-02-23 Ben LaurieFix memory leak.
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2009-02-14 Dr. Stephen HensonPR: 1835
2009-02-01 Bodo MöllerPut back a variable deleted by the previous revision,
2009-01-28 Richard LevitteHopefully resolve signed vs unsigned issue.
2009-01-11 Dr. Stephen HensonFix warnings properly this time ;-)
2009-01-11 Dr. Stephen HensonFix sign-compare warnings.
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2009-01-05 Lutz JänickeFix compilation with -no-comp by adding some more ...
2009-01-02 Ben Lauriesrvr_ecdh cannot be NULL at this point (Coverity ID...
2008-12-30 Ben LaurieDocument dead code.
2008-12-29 Ben LaurieApparently s->ctx could be NULL. (Coverity ID 147).
2008-12-29 Ben LaurieApparently s->ctx could be NULL at this point (see...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
2008-12-29 Ben LaurieDie earlier if hash is NULL. (Coverity IDs 137 & 138).
2008-12-29 Ben LaurieReverse incorrect earlier fix.
2008-12-29 Ben LaurieDie earlier if we have no hash function.
2008-12-27 Ben LaurieDeal with the unlikely event that EVP_MD_CTX_size(...
2008-12-27 Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-12-13 Ben LaurieBack out pointless change.
2008-12-13 Ben Laurie*** empty log message ***
2008-11-24 Dr. Stephen HensonStop warning about different const qualifiers.
2008-11-16 Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-15 Dr. Stephen HensonPR: 1574
2008-11-13 Ben LaurieAftermath of a clashing size_t fix (now only format...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-11-02 Dr. Stephen HensonFix warnings about mismatched prototypes, undefined...
2008-11-01 Ben LaurieMore size_tification.
2008-10-29 Ben LaurieFix warning.
2008-10-27 Dr. Stephen HensonWin32 fixes... add new directory to build system. Fix...
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-13 Lutz JänickeRemove the DTLS1_BAD_VER thing from 0.9.9-dev. It is...
2008-10-13 Lutz JänickeHalf of the commit for 0.9.8 as the bitmap handling...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-10-12 Ben LaurieAdd missing DTLS1_BAD_VER (hope I got the value right).
2008-10-10 Lutz JänickeWhen the underlying BIO_write() fails to send a datagra...
2008-09-22 Bodo MöllerMake sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG...
2008-09-14 Bodo Möllerupdate comment
2008-09-14 Bodo Mölleroops
2008-09-14 Andy Polyakovdtls1_write_bytes consumers expect amount of bytes...
2008-09-14 Bodo MöllerFix SSL state transitions.
2008-09-14 Bodo MöllerSome precautions to avoid potential security-relevant...
2008-09-13 Andy PolyakovDTLS didn't handle alerts correctly.
2008-09-10 Dr. Stephen HensonAdd SSL_FIPS flag for FIPS 140-2 approved ciphersuites...
2008-09-03 Dr. Stephen HensonFix from stable branch.
2008-09-03 Dr. Stephen HensonDo not discard cached handshake records during resumed...
2008-09-03 Dr. Stephen HensonMake no-tlsext compile.
2008-08-13 Bodo Möllersanity check
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-08-05 Geoff ThorpeFix signed/unsigned warning.
2008-08-04 Bodo MöllerFix error codes for memory-saving patch.
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-05 Dr. Stephen HensonUpdate from stable branch.
2008-06-04 Dr. Stephen HensonRemove test fprintf.
2008-06-04 Dr. Stephen HensonCompilation option to use a specific ssl client auth...
2008-06-04 Ben LaurieMore type-checking.
2008-06-03 Dr. Stephen HensonAdd support for client cert engine setting in s_client...
2008-06-03 Dr. Stephen HensonPrevent signed/unsigned warning on VC++
2008-06-03 Ben LaurieMemory saving patch.
2008-06-01 Dr. Stephen HensonRelease engine reference when calling SSL_CTX_free().
2008-06-01 Dr. Stephen HensonAllow ENGINE client cert callback to specify a set...
2008-06-01 Dr. Stephen HensonUpdate error codes.
2008-06-01 Dr. Stephen HensonAdd client cert engine to SSL routines.
2008-06-01 Dr. Stephen HensonUpdate error codes, move typedef of SSL, SSL_CTX to...
2008-05-28 Bodo MöllerFrom HEAD:
2008-05-28 Bodo MöllerFrom HEAD:
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-05-26 Lutz JänickeReword comment to be much shorter to stop other people...
2008-05-23 Lutz JänickeClear error queue when starting SSL_CTX_use_certificate...
2008-04-30 Dr. Stephen HensonUpdate from stable branch.
2008-04-29 Dr. Stephen HensonUpdate from stable branch.
2008-04-29 Dr. Stephen HensonOops!
2008-04-29 Dr. Stephen HensonUpdate from stable branch.
2008-04-29 Dr. Stephen HensonUpdate from stable branch.
2008-04-25 Dr. Stephen HensonDon't send zero length session ID if stateless session...
2008-04-25 Dr. Stephen HensonDisable debugging fprintf.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2008-01-05 Andy PolyakovFix unsigned/signed warnings in ssl.
2007-12-14 Dr. Stephen HensonInitialize sigsize.
next