summaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_d1.c
AgeCommit message (Expand)Author
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
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-09-23Remove remaining old listen codeMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-08-14CCM support.Dr. Stephen Henson
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell