modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failure
[openssl.git] / ssl /
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"
2014-12-08 Matt CaswellFixed memory leak in the event of a failure of BUF_MEM_grow
2014-12-08 Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-08 Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-05 Emilia KasperClarify the return values for SSL_get_shared_curve.
2014-12-05 Emilia KasperAdd extra checks for odd-length EC curve lists.
2014-12-05 Emilia KasperReject elliptic curve lists of odd lengths.
2014-12-04 Jonas Maebessl_create_cipher_list: check whether push onto ciphers...
2014-12-04 Jonas Maebessl_cert_dup: Fix memory leak
2014-12-04 Kurt Roeckxdtls1_new: free s on error path
2014-12-04 Jonas Maebedtls1_heartbeat: check for NULL after allocating s...
2014-12-04 Jonas Maebedtls1_process_heartbeat: check for NULL after allocatin...
2014-12-04 Matt CaswellRemove incorrect code inadvertently introduced through...
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-12-03 Matt CaswellRemove "#if 0" code
2014-12-03 Matt CaswellOnly use the fallback mtu after 2 unsuccessful retransm...
2014-12-03 Matt CaswellIf we really get a situation where the underlying mtu...
2014-12-03 Matt CaswellFix dtls_query_mtu so that it will always either comple...
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03 Matt CaswellThe first call to query the mtu in dtls1_do_write corre...
2014-12-03 Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-12-03 Matt CaswellVerify that we have a sensible message len and fail...
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-28 Richard Levitte[PR3597] Advance to the next state variant when reusing...
2014-11-27 Matt CaswellFix warning in ssl2_enc
2014-11-27 Matt CaswellRemove more references to dtls1_enc
next