Update copyright year
[openssl.git] / ssl / t1_lib.c
2018-11-09 Dr. Matthias St... Fix 'no-ecdh' build
2018-04-20 Matt CaswellFix the alert sent if no shared sig algs
2018-04-17 Matt CaswellIgnore the status_request extension in a resumption...
2018-03-27 Matt CaswellUpdate copyright year
2018-03-05 Bernd EdlingerMinor style fixup on recent commit
2018-02-22 Philippe AntoineChecks ec_points_format extension size
2018-02-21 Matt CaswellSanity check the ticket length before using key name/IV
2018-01-24 J Mohan Rao ArisankalaCleanup ctxs if callback fail to retrieve session ticket
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-03-10 Bernd EdlingerAvoid questionable use of the value of a pointer
2017-02-22 Bernd EdlingerAdd some more consistency checks in tls_decrypt_ticket.
2017-02-08 Todd ShortFix session ticket and SNI
2017-01-26 Dr. Stephen HensonUse correct signature algorithm list when sending or...
2016-12-13 Benjamin KadukFix a bug in clienthello processing
2016-10-28 Matt CaswellImplement length checks as a macro
2016-10-28 Matt CaswellEnsure we have length checks for all extensions
2016-10-28 Matt CaswellFix length check writing status request extension
2016-09-22 Matt CaswellFix a mem leak in NPN handling
2016-09-22 Matt CaswellFix OCSP Status Request extension unbounded memory...
2016-08-23 Dr. Stephen HensonSanity check ticket length.
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-01 Matt CaswellAvoid some undefined pointer arithmetic
2016-05-09 David BenjaminDon't send signature algorithms when client_version...
2016-04-04 Todd ShortFix ALPN
2016-03-18 Matt CaswellAdd a check for a failed malloc
2016-03-18 Matt CaswellEnsure that memory allocated for the ticket is freed
2015-12-27 Matt CaswellEnsure we don't call the OCSP callback if resuming...
2015-12-27 Matt CaswellFix error when server does not send CertificateStatus...
2015-12-10 Matt CaswellAdd a return value check
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-09 Matt CaswellRemove redundant check from tls1_get_curvelist
2015-10-05 Matt CaswellChange functions to pass in a limit rather than calcula...
2015-10-05 Alessandro GhediniValidate ClientHello extension field length
2015-06-12 Adam LangleyAllow a zero length extension block
2015-06-10 Matt CaswellTighten extension handling
2015-06-04 Kurt RoeckxAllow all curves when the client doesn't send an suppor...
2015-05-26 Matt CaswellDon't check for a negative SRP extension size
2015-05-20 Emilia KasperOnly support >= 256-bit elliptic curves with ecdh_auto...
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-22 Matt CaswellFix no-ec with no-ec2m
2015-03-19 Dr. Stephen HensonFix for CVE-2015-0291
2015-03-12 Matt CaswellSSL_check_chain fix
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-23 Dr. Stephen HensonFIPS build fixes.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
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-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-05 Piotr SikoraFix building with no-srtp
2015-01-02 Dr. Stephen HensonClear existing extension state.
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
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 HensonProcess signature algorithms before deciding on certifi...
2014-11-18 Matt CaswellAdded RFC 7027 references
2014-11-18 Matt CaswellAdded OPENSSL_NO_EC2M guards around the default EC...
2014-10-24 Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-10-23 Dr. Stephen HensonParse custom extensions after SNI.
2014-10-15 Dr. Stephen HensonFix for session tickets memory leak.
2014-10-15 Matt CaswellFix for SRTP Memory Leak
2014-09-24 Dr. Stephen HensonDon't allow non-FIPS curves in FIPS mode.
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-28 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 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-04-07 Dr. Stephen HensonAdd heartbeat extension bounds check.
2014-04-05 Dr. Stephen HensonSet TLS padding extension value.
2014-03-27 Dr. Stephen HensonFix memory leak with client auth.
2014-02-09 Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09 Ben LaurieMake it build.
2014-02-09 Scott DeboyDon't break out of the custom extension callback loop...
2014-02-09 Ben LaurieFix whitespace, new-style comments.
2014-02-09 Scott DeboyRe-add alert variables removed during rebase
2014-02-09 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-09 Scott DeboyAdd callbacks supporting generation and retrieval of...
2014-01-16 Kaspar BrandOmit initial status request callback check.
2013-12-29 Dr. Stephen HensonUpdate curve list size.
2013-12-13 Dr. Stephen HensonBackport TLS padding extension from master.
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
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-10-01 Ben LaurieRe-add accidentally deleted #endif.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
next