summaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_d1.c
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-10-26Properly handle duplicated messages from the next epochMatt Caswell
2018-05-11Mark DTLS records as read when we have finished with themMatt Caswell
2018-05-08Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell
2018-05-08Only auto-retry for DTLS if configured to do soMatt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-20Fix SSL_pending() for DTLSMatt Caswell
2017-12-08Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell
2017-12-08Convert dlts1_write_bytes() to use SSLfatal()Matt Caswell
2017-12-08More record layer conversions to use SSLfatal()Matt Caswell
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Remove spurious whitespaceMatt Caswell
2017-12-04Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()Matt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-05-22Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-05-17Don't allow fragmented alertsMatt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-04-25Remove special case code for SCTP reneg handlingMatt Caswell
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Remove some commented out code in libsslMatt Caswell
2017-02-28Remove some dead code from libsslMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-01-30Move state machine knowledge out of the record layerMatt Caswell
2017-01-30Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-04Fix a shadowed variable declaration warning picked up by TravisMatt Caswell
2016-11-04Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse
2016-09-29Fix an Uninit read in DTLSMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-08-22Prevent DTLS Finished message injectionMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-19Fix DTLS unprocessed records bugMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-05-26Fix some suspect warnings on WindowsMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-28various spelling fixesFdaSilvaYY