Don't do version neg on an HRR
[openssl.git] / ssl / record / rec_layer_d1.c
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-03 Matt CaswellMove ossl_assert
2017-05-22 Matt CaswellAdd an error to the stack on failure in dtls1_write_bytes()
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-04-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Matt CaswellRemove some commented out code in libssl
2017-02-28 Matt CaswellRemove some dead code from libssl
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-30 Matt CaswellRemove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-04 Matt CaswellFix a shadowed variable declaration warning picked...
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-10-17 David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-09-29 Matt CaswellFix an Uninit read in DTLS
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-08-22 Matt CaswellPrevent DTLS Finished message injection
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-19 Matt CaswellFix DTLS unprocessed records bug
2016-08-18 Emilia KasperIndent ssl/
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-05-26 Matt CaswellFix some suspect warnings on Windows
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-07 Matt CaswellRemove the wrec record layer field
2016-03-07 Matt CaswellImplement read pipeline support in libssl
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-24 Rich SalzMove pqueue into ssl
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellImplement Client TLS state machine
2015-09-23 Matt CaswellRemove remaining old listen code
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-03 Matt CaswellMove DTLS CCS processing into the state machine
2015-08-03 Matt CaswellMove TLS CCS processing into the state machine
2015-05-29 Matt CaswellRemove struct ccs_header_st
2015-05-22 LubomLost alert in DTLS
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-31 Matt CaswellClean up record layer
2015-03-26 Matt CaswellFix formatting oddities
2015-03-26 Matt CaswellRename record layer source files