Fix SSL_clear unused return
[openssl.git] / ssl /
2015-03-23 Matt CaswellFix SSL_clear unused return
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt CaswellFix missing return value checks
2015-03-23 Matt CaswellCheck libssl function returns
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-20 David WoodhouseAdd DTLS support to ssltest
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-19 Matt CaswellFix DHE Null CKE vulnerability
2015-03-19 Dr. Stephen HensonFix for CVE-2015-0291
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-19 Matt CaswellMultiblock corrupted pointer fix
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-15 Rich SalzOPENSSL_NO_EC* merge; missed one file
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-03-12 Matt CaswellSSL_check_chain fix
2015-03-12 Andy Polyakovssl/s3_clnt.c: fix intermittent failures.
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-11 Matt CaswellCleanse buffers
2015-03-10 Emilia KasperHarmonize return values in dtls1_buffer_record
2015-03-10 Matt CaswellPrevent handshake with unseeded PRNG
2015-03-09 David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
2015-03-09 Matt CaswellFix DTLS1_BAD_VER regression
2015-03-05 Kurt CancemiUse constants not numbers
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-03-01 Rich SalzRemove experimental 56bit export ciphers
2015-02-27 Matt CaswellFix d2i_SSL_SESSION for DTLS1_BAD_VER
2015-02-27 Matt CaswellFixed missing return value checks.
2015-02-27 Matt CaswellFix missing return value checks.
2015-02-26 Matt CaswellRemove NETSCAPE_HANG_BUG
2015-02-26 Matt CaswellRemoved support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_...
2015-02-24 Dr. Stephen HensonDon't set no_protocol if -tls1 selected.
2015-02-12 Eric DequinMissing OPENSSL_free on error path.
2015-02-10 Matt CaswellAdd SSL_SESSION_get0_ticket API function.
2015-02-10 Matt CaswellCorrect reading back of tlsext_tick_lifetime_hint from...
2015-02-10 Matt CaswellProvide the API functions SSL_SESSION_has_ticket and
2015-02-10 Matt CaswellMake tlsext_tick_lifetime_hint an unsigned long (from...
2015-02-07 Matt CaswellApache Traffic Server has a need to set the rbio withou...
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-02-06 Matt CaswellRemove support for SSL_OP_NETSCAPE_CA_DN_BUG.
2015-02-06 Matt CaswellFix error handling in ssltest
2015-02-05 Rich SalzLive code cleanup; #if 1 removal
2015-02-03 Dr. Stephen HensonRemove unused variables.
2015-02-03 Dr. Stephen HensonAdd SSL_get_extms_support documentation.
2015-02-03 Dr. Stephen HensonCtrl to retrieve extms support.
2015-02-03 Dr. Stephen HensonAdd extms support to master key generation.
2015-02-03 Dr. Stephen HensonExtended master secret extension support.
2015-02-03 Dr. Stephen HensonRewrite ssl3_send_client_key_exchange to support extms.
2015-02-03 Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-02-03 Dr. Stephen HensonAdd flags field to SSL_SESSION.
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-31 Richard LevitteMake the libssl opaque changes compile on VMS
2015-01-31 Matt CaswellMake libssl opaque. Move all structures that were previ...
2015-01-30 Richard LevitteVMS adjustments:
2015-01-30 Richard LevitteVMS adjustments:
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-28 Rich SalzDead code removal: Fortezza identifiers
2015-01-27 Rich Salz"#if 0" removal: header files
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-27 Matt CaswellMake DTLS always act as if read_ahead is set. The actua...
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore tweaks for comments due indent issues master-pre-auto-reformat
2015-01-22 Matt CaswellTweaks for comments due to indent's inability to handle...
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellYet more comments
2015-01-22 Matt CaswellMore comments
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-12 Rich SalzRT478: Add uninstall make target
2015-01-08 Matt CaswellA memory leak can occur in dtls1_buffer_record if eithe...
2015-01-08 Dr. Stephen HensonUnauthenticated DH client certificate fix.
2015-01-08 Matt CaswellFollow on from CVE-2014-3571. This fixes the code that...
2015-01-08 Dr. Stephen HensonFix crash in dtls1_get_record whilst in the listen...
2015-01-07 Dr. Stephen Hensonfix error discrepancy
2015-01-06 Emilia KasperOnly inherit the session ID context in SSL_set_SSL_CTX...
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-06 Dr. Stephen Hensonfix compilation error
2015-01-06 Dr. Stephen HensonOnly allow ephemeral RSA keys in export ciphersuites.
2015-01-05 Dr. Stephen HensonECDH downgrade bug fix.
2015-01-05 Adam LangleyEnsure that the session ID context of an SSL* is updated
2015-01-05 Matt CaswellAdditional fix required for no-srtp to work
2015-01-05 Piotr SikoraFix building with no-srtp
2015-01-02 Dr. Stephen HensonRemove SGC restart flag.
2015-01-02 Dr. Stephen HensonRemove MS SGC
next