Add loaded dynamic ENGINEs to list.
[openssl.git] / ssl /
2014-01-16 Kaspar BrandOmit initial status request callback check.
2014-01-11 Zoltan ArpadffyVMS fixes
2014-01-04 Dr. Stephen HensonRestore SSL_OP_MSIE_SSLV2_RSA_PADDING
2013-12-20 Dr. Stephen HensonFix DTLS retransmission from previous session.
2013-10-04 Ben LaurieMerge branch 'rob-100' into OpenSSL_1_0_0-stable
2013-09-10 Rob StradlingRemove empty line.
2013-09-10 Rob StradlingTidy up comments.
2013-09-10 Rob StradlingUse TLS version supplied by client when fingerprinting...
2013-09-09 Rob StradlingBackport TLS 1.1/1.2 #defines
2013-09-09 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-08-13 Michael TuexenDTLS message_sequence number wrong in rehandshake Serve...
2013-08-08 Michael TuexenDTLS handshake fix.
2013-04-08 Dr. Stephen HensonSet s->d1 to NULL after freeing it.
2013-03-19 Dr. Stephen HensonDisable compression for DTLS.
2013-03-18 Michael TuexenAvoid unnecessary fragmentation.
2013-02-12 David WoodhouseCheck DTLS_BAD_VER for version number.
2013-02-11 Dr. Stephen HensonFix in ssltest is no-ssl2 configured
2013-02-11 Dr. Stephen HensonFix for SSL_get_certificate
2013-02-09 Andy Polyakovssl/s3_[clnt|srvr].c: fix warnings and linking error.
2013-02-08 Andy Polyakovs3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
2013-02-08 Andy Polyakovs3_cbc.c: get rid of expensive divisions [from master].
2013-02-08 Andy Polyakovssl/[d1|s3]_pkt.c: harmomize orig_len handling.
2013-02-08 Dr. Stephen HensonFix IV check and padding removal.
2013-02-07 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Adam LangleyFix for EXP-RC2-CBC-MD5
2013-02-05 Dr. Stephen Hensonmake update
2013-02-05 Dr. Stephen HensonFix error codes.
2013-02-05 Andy Polyakovs3/s3_cbc.c: allow for compilations with NO_SHA256...
2013-02-05 Andy Polyakovssl/s3_cbc.c: md_state alignment portability fix.
2013-02-05 Andy Polyakovssl/s3_cbc.c: uint64_t portability fix.
2013-02-05 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-05 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-05 Ben LaurieFixups from previous commit.
2013-02-05 Ben LaurieOops. Add missing file.
2013-02-05 Ben LaurieMake CBC decoding constant time.
2013-02-05 Ben LaurieAdd and use a constant-time memcmp.
2012-12-10 Dr. Stephen HensonPR: 2888
2012-11-22 Dr. Stephen Hensonreject zero length point format list or supported curve...
2012-10-05 Dr. Stephen Hensonbackport OCSP fix enhancement
2012-10-04 Ben LaurieBackport OCSP Stapling fix.
2012-09-21 Richard Levitte* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug...
2012-05-16 Andy Polyakovs2_clnt.c: compensate for compiler bug [from HEAD].
2012-05-10 Dr. Stephen HensonSanity check record length before skipping explicit...
2012-04-16 Andy PolyakovOPENSSL_NO_SOCK fixes [from HEAD].
2012-04-15 Andy Polyakovs3_srvr.c: fix typo [from HEAD].
2012-03-31 Dr. Stephen HensonPR: 2778(part)
2012-03-12 Dr. Stephen Hensonfix error code
2012-03-09 Dr. Stephen HensonPR: 2756
2012-03-06 Dr. Stephen HensonPR: 2755
2012-03-06 Dr. Stephen HensonPR: 2748
2012-02-16 Dr. Stephen HensonFix bug in CVE-2011-4619: check we have really received...
2012-01-18 Dr. Stephen HensonFix for DTLS DoS issue introduced by fix for CVE-2011...
2012-01-05 Bodo MöllerFix for builds without DTLS support.
2012-01-04 Dr. Stephen HensonSubmitted by: Robin Seggelmann <seggelmann@fh-muenster...
2012-01-04 Dr. Stephen Hensonadd missing part for SGC restart fix (CVE-2011-4619)
2012-01-04 Dr. Stephen HensonClear bytes used for block padding of SSL 3.0 records...
2012-01-04 Dr. Stephen HensonOnly allow one SGC handshake restart for SSL/TLS. ...
2012-01-04 Dr. Stephen HensonSubmitted by: Adam Langley <agl@chromium.org>
2011-12-26 Dr. Stephen HensonPR: 2326
2011-12-02 Bodo MöllerResolve a stack set-up race condition (if the list...
2011-10-27 Dr. Stephen HensonPR: 2628
2011-10-27 Dr. Stephen HensonPR: 2628
2011-10-13 Bodo MöllerIn ssl3_clear, preserve s3->init_extra along with s3...
2011-09-26 Dr. Stephen Hensonfix signed/unsigned warning
2011-09-23 Dr. Stephen HensonPR: 2602
2011-09-05 Bodo Möller(EC)DH memory handling fixes.
2011-09-01 Dr. Stephen HensonPR: 2573
2011-08-14 Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-07-20 Dr. Stephen HensonPR: 2555
2011-07-20 Dr. Stephen HensonPR: 2550
2011-06-22 Dr. Stephen HensonPR: 2543
2011-06-08 Dr. Stephen Hensonfix memory leak
2011-05-25 Dr. Stephen HensonPR: 2533
2011-05-25 Dr. Stephen HensonPR: 2529
2011-05-25 Dr. Stephen HensonOops use up to date patch for PR#2506
2011-05-25 Dr. Stephen HensonPR: 2506
2011-05-25 Dr. Stephen HensonPR: 2505
2011-05-19 Dr. Stephen Hensonset encodedPoint to NULL after freeing it
2011-04-03 Dr. Stephen HensonPR: 2462
2011-04-03 Dr. Stephen HensonPR: 2458
2011-04-03 Dr. Stephen HensonPR: 2457
2011-03-25 Richard LevitteCorrections to the VMS build system.
2011-03-25 Richard LevitteFor VMS, implement the possibility to choose 64-bit...
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
2011-02-08 Bodo MöllerOCSP stapling fix (OpenSSL 0.9.8r/1.0.0d) OpenSSL_1_0_0d
2011-02-03 Bodo MöllerAssorted bugfixes:
2011-01-04 Dr. Stephen HensonSince DTLS 1.0 is based on TLS 1.1 we should never...
2010-12-14 Richard LevitteFirst attempt at adding the possibility to set the...
2010-12-02 Dr. Stephen Hensonmake update
2010-12-02 Dr. Stephen Hensonfix for CVE-2010-4180
2010-11-25 Dr. Stephen HensonPR: 2240
2010-11-24 Ben LaurieJ-PAKE was not correctly checking values, which could...
2010-11-16 Dr. Stephen HensonDon't assume a decode error if session tlsext_ecpointfo...
2010-11-16 Dr. Stephen Hensonfix CVE-2010-3864
2010-11-14 Dr. Stephen HensonGet correct GOST private key instead of just assuming...
2010-10-10 Dr. Stephen HensonPR: 2314
2010-09-05 Ben LaurieOops. Make depend on a standard configuration.
2010-09-05 Ben LaurieMake depend.
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-05-17 Dr. Stephen HensonPR: 2259
next