Code review. Split tests up
[openssl.git] / ssl /
2017-04-11 Todd ShortRemove ECDH(E) ciphers from SSLv3
2017-04-11 Rich SalzAdditional check to handle BAD SSL_write retry
2017-04-10 Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-07 Matt CaswellRemove an out of date TODO
2017-04-07 Matt CaswellCreate an ENDPOINT enum type for use internally
2017-04-07 Matt CaswellPrefix custom extension API callback types with SSL_
2017-04-07 Matt CaswellVarious style tweaks based on feedback
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-07 Matt CaswellMove the extensions context codes into the public API
2017-04-07 Matt CaswellMove ssl/t1_ext.c to ssl/statem/extensions_cust.c
2017-04-04 Richard LevitteConvert SSL_SESSION_ASN1 to use size specific integers
2017-04-03 Dr. Stephen HensonConstify SSL_dup_CA_list()
2017-04-03 Dr. Stephen HensonDon't use client specific functions to retrieve CA...
2017-04-03 Dr. Stephen HensonSSL_CONF support for certificate_authorities
2017-04-03 Dr. Stephen HensonNew certificate_authorities functions
2017-04-03 Matt CaswellFix calls to SSL_get_server_tmp_key() in TLSv1.3
2017-04-03 Matt CaswellTweak a style issue
2017-04-03 Tatsuhiro TsujikawaRestore s->early_data_state with the original value
2017-04-03 Matt CaswellDon't handle handshake messages when writing early...
2017-04-03 Kazuki YamaguchiFix a typo in the SSL_get_max_early_data() declarations
2017-03-31 Matt CaswellUpdate SSL_extension_supported()
2017-03-30 Matt CaswellFix early data bug with pause between EoED and CF
2017-03-30 Matt CaswellFix bug with SSL_read_early_data()
2017-03-29 Qin LongFix the build warning under OPENSSL_NO_GOST
2017-03-29 Benjamin KadukFurther de-obfuscation
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYFix a few more typos
2017-03-24 Matt CaswellMove the downgrade sentinel declarations to a header...
2017-03-24 Matt CaswellAdd client side support for TLSv1.3 downgrade mechanism
2017-03-24 Matt CaswellAdd server side support for TLSv1.3 downgrade mechanism
2017-03-21 Matt CaswellFix resumption after HRR
2017-03-19 Joseph Birr-PixtonTLS1.3: Correct intermediate secret derivation
2017-03-17 Dr. Stephen HensonImplement certificate_authorities extension
2017-03-17 Dr. Stephen HensonSupport draft-19 TLS certificate request format
2017-03-17 Dr. Stephen HensonAllow signature algorithms in TLS 1.3 certificate reque...
2017-03-17 Dr. Stephen HensonMove parsing and construction of CA names to separate...
2017-03-16 Dr. Stephen HensonRemove obsolete version test when returning CA names.
2017-03-16 Todd ShortAdd TLSv1.3 draft-19 messages to trace
2017-03-16 Matt CaswellFix the Padding extension
2017-03-16 Matt CaswellUpdates following review feedback
2017-03-16 Matt CaswellFix ciphersuite handling during an HRR
2017-03-16 Matt CaswellEnsure after an HRR any PSKs have the right hash
2017-03-16 Matt CaswellHelloRetryRequest updates for draft-19
2017-03-16 Matt CaswellCheck ClientHello boundary as per draft-19
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-16 Matt CaswellUpdate secret generation for draft-19
2017-03-15 Benjamin KadukRemove dead code
2017-03-15 Benjamin KadukTighten up client status_request processing
2017-03-15 Benjamin KadukClear alpn_selected_len for clients, too
2017-03-14 Benjamin KadukDe-obfuscate
2017-03-14 Benjamin KadukFix some -Wshadow warnings
2017-03-10 PauliUse the callbacks from the SSL object instead of the...
2017-03-10 Bernd EdlingerAvoid questionable use of the value of a pointer
2017-03-10 Matt CaswellUse the new TLSv1.3 certificate_required alert where...
2017-03-10 Matt CaswellCheck that the PSK extension is last
2017-03-10 Bernd EdlingerFixup previous merge.
2017-03-08 Roberto Guimaraesthis change will prevent undefined behavior when src...
2017-03-08 Matt CaswellFix no-comp
2017-03-07 Matt CaswellCheck TLSv1.3 ServerHello, Finished and KeyUpdates...
2017-03-07 Matt CaswellProvide a function to test whether we have unread recor...
2017-03-07 Rich SalzGet pointer type right in BIO_ssl_shutdown()
2017-03-06 Matt CaswellTweak the TLSv1.3 record overflow limits
2017-03-06 Kurt RoeckxFix double free in cookie generation.
2017-03-04 Matt CaswellDon't call memcmp with a NULL pointer
2017-03-04 Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-04 Matt CaswellFix a memory leak on an error path
2017-03-03 Dr. Stephen HensonSet specific error is we have no valid signature algori...
2017-03-03 Dr. Stephen HensonSignature algorithm enhancement.
2017-03-03 Dr. Stephen HensonDisallow zero length signature algorithms
2017-03-03 Dr. Stephen HensonDon't allow DSA for TLS 1.3
2017-03-03 Matt CaswellSilence some more clang warnings
2017-03-02 Matt CaswellSilence some clang warnings
2017-03-02 Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02 Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02 Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02 Matt CaswellMake SSL_write_early_finish() an internal only function
2017-03-02 Matt CaswellVarious fixes required to allow SSL_write/SSL_read...
2017-03-02 Matt CaswellEnable the server to call SSL_write() without stopping...
2017-03-02 Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02 Matt CaswellIntroduce a new early_data state in the state machine
2017-03-02 Matt CaswellImprove the early data sanity check in SSL_do_handshake()
2017-03-02 Matt CaswellTighten sanity checks when calling early data functions
2017-03-02 Matt CaswellMake SSL_get_early_data_status() take a const
2017-03-02 Matt CaswellMake SSL_get_max_early_data() and SSL_CTX_get_max_early...
2017-03-02 Matt CaswellAdd a SSL_SESSION_get_max_early_data() function
2017-03-02 Matt CaswellDon't attempt to write more early_data than we know...
2017-03-02 Matt CaswellOnly accept early_data if the negotiated ALPN is the...
2017-03-02 Matt CaswellSkip early_data if appropriate after a HelloRetryRequest
2017-03-02 Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02 Matt CaswellAdd extra validation parsing the server-to-client early...
2017-03-02 Matt CaswellRemove some TLSv1.3 TODOs that are no longer relevant
2017-03-02 Matt CaswellValidate the ticket age for resumed sessions
2017-03-02 Matt CaswellProvide a default value for max_early_data
2017-03-02 Matt CaswellCheck max_early_data against the amount of early data...
2017-03-02 Matt CaswellMake sure we reset the read sequence when skipping...
2017-03-02 Matt CaswellDisallow handshake messages in the middle of early_data
2017-03-02 Matt CaswellFix seg fault when sending early_data using CCM ciphers...
2017-03-02 Matt CaswellImplement client side parsing of the early_data extension
next