Add algorithm skip support.
[openssl.git] / ssl /
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
2015-01-02 Dr. Stephen HensonClear existing extension state.
2014-12-31 Martin Nowakremove duplicate defines
2014-12-31 Cristian Rodríguezconstify tls 1.2 lookup tables.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-20 Rich SalzRT3548: Remove outdated platforms
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-17 Adam LangleyPremaster secret handling fixes
2014-12-17 Richard LevitteClear warnings/errors within TLS_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-16 Matt CaswellThe dtls1_output_cert_chain function no longer exists...
2014-12-16 Adam LangleyDon't set client_version to the ServerHello version.
2014-12-16 Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-16 Matt CaswellRemove extraneous white space, and add some braces
2014-12-15 Matt CaswellDTLS fixes for signed/unsigned issues
2014-12-15 Kurt RoeckxAllow using -SSLv2 again when setting Protocol in the...
2014-12-13 Matt CaswellFixed memory leak if BUF_MEM_grow fails
2014-12-11 Matt Caswellmake update
2014-12-10 Jonas Maebetls1_heartbeat: check for NULL after allocating buf
2014-12-10 Jonas Maebetls1_process_heartbeat: check for NULL after allocating...
2014-12-10 Jonas MaebeSSL_set_session: check for NULL after allocating s...
2014-12-10 Jonas Maebeserverinfo_process_buffer: check result of realloc...
2014-12-10 Jonas Maebessl3_digest_cached_records: check for NULL after alloca...
2014-12-10 Jonas Maebessl3_get_certificate_request: check for NULL after...
2014-12-10 Jonas MaebeSSL_COMP_add_compression_method: exit if allocating...
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
next