Further version negotiation updates
[openssl.git] / ssl / t1_lib.c
2015-05-16 Matt CaswellVersion negotiation rewrite cleanup
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-26 Matt CaswellRemoved dependency on rrec from heartbeat processing
2015-03-26 Matt CaswellEncapsulate s->s3->rrec
2015-03-25 Matt CaswellResolve swallowed returns codes
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Matt CaswellFix missing return value checks
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-19 Dr. Stephen HensonFix for CVE-2015-0291
2015-03-12 Matt CaswellSSL_check_chain fix
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-03 Dr. Stephen HensonExtended master secret extension support.
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-05 Piotr SikoraFix building with no-srtp
2015-01-02 Dr. Stephen HensonClear existing extension state.
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-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
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-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-11-20 Dr. Stephen HensonFix SuiteB chain checking logic.
2014-11-20 Emilia KasperEnsure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
2014-11-20 Emilia KasperReset s->tlsext_ticket_expected in ssl_scan_serverhello...
2014-11-19 Dr. Stephen HensonOnly handle RI extension for SSLv3
2014-11-19 Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-11-18 Matt CaswellAdded references to RFC 7027
2014-11-18 Dr. Stephen HensonPrevent use of binary curves when OPENSSL_NO_EC2M is...
2014-11-18 Matt CaswellUpdated comment references to draft-ietf-tls-ecc-12...
2014-10-24 Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-10-15 Dr. Stephen HensonFix for session tickets memory leak.
2014-10-15 Matt CaswellFix for SRTP Memory Leak
2014-10-10 Dr. Stephen HensonDisable encrypt them mac for SSL 3.0 and stream ciphers...
2014-09-30 Dr. Stephen HensonParse custom extensions after internal extensions.
2014-08-28 Dr. Stephen HensonNew extension callback features.
2014-08-28 Dr. Stephen HensonRemove serverinfo checks.
2014-08-28 Dr. Stephen HensonAdd custom extension sanity checks.
2014-08-28 Dr. Stephen HensonCustom extension revision.
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2014-08-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-15 Dr. Stephen HensonRevision of custom extension code.
2014-08-06 Dr. Stephen HensonFix SRP ciphersuite DoS vulnerability.
2014-08-06 Gabor TyukaszFix race condition in ssl_parse_serverhello_tlsext
2014-07-01 Ben LaurieFix possible buffer overrun.
2014-06-29 Ben LaurieMore constification.
2014-06-29 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-29 Dr. Stephen HensonFix memory leak.
2014-06-02 David BenjaminCheck there is enough room for extension.
2014-06-01 Dr. Stephen HensonOption to disable padding extension.
2014-05-26 Juli MallettFix cast of boolean where cast of LHS intended.
2014-05-20 Dr. Stephen HensonFix bug in signature algorithm copy.
2014-04-07 Dr. Stephen HensonAdd heartbeat extension bounds check.
2014-04-05 Dr. Stephen HensonSet TLS padding extension value.
2014-03-28 Dr. Stephen HensonSecurity framework.
2014-03-28 Dr. Stephen HensonAllow return of supported ciphers.
2014-03-28 Dr. Stephen HensonAuto DH support.
2014-03-27 Dr. Stephen HensonFix memory leak with client auth.
2014-02-20 Dr. Stephen HensonMove CT viewer extension code to crypto/x509v3
2014-02-19 Ben LaurieMake i2r_sctlist static.
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19 Rob StradlingMove the SCT List extension parser into libssl.
2014-02-05 Scott DeboyDon't break out of the custom extension callback loop...
2014-02-05 Ben LaurieFix whitespace, new-style comments.
2014-02-05 Scott DeboyRe-add alert variables removed during rebase
2014-02-05 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-01-16 Kaspar BrandOmit initial status request callback check.
2014-01-09 Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2013-12-29 Dr. Stephen HensonUpdate curve list size.
2013-12-13 Dr. Stephen HensonUpdate to pad extension.
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-11-06 Dr. Stephen HensonExperimental workaround TLS filler (WTF) extension.
2013-11-01 Piotr SikoraFix SSL_OP_SINGLE_ECDH_USE
2013-10-20 Dr. Stephen HensonPrevent use of RSA+MD5 in TLS 1.2 by default.
2013-10-15 Dr. Stephen HensonAdd brainpool curves to NID table too.
2013-10-15 Dr. Stephen HensonRFC7027 (Brainpool for TLS) support.
2013-09-13 Rob StradlingTidy up comments.
2013-09-13 Rob StradlingUse TLS version supplied by client when fingerprinting...
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-06 Ben LaurieMake it build.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2013-07-31 Trevor PerrinVarious custom extension fixes.
2013-07-22 Adam LangleySupport ALPN.
next