summaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_d1.c
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-30Make sure we check an incoming reneg ClientHello in DTLSMatt Caswell
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
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
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
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-05-29Remove struct ccs_header_stMatt Caswell
2015-05-22Lost alert in DTLSLubom
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-31Clean up record layerMatt Caswell
2015-03-26Fix formatting odditiesMatt Caswell
2015-03-26Rename record layer source filesMatt Caswell