aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_d1.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell2017-04-251-0/+5
* Remove special case code for SCTP reneg handlingMatt Caswell2017-04-251-23/+0
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-36/+0
* Remove some commented out code in libsslMatt Caswell2017-02-281-9/+0
* Remove some dead code from libsslMatt Caswell2017-02-281-5/+0
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-2/+2
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-68/+16
* Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell2017-01-301-3/+1
* Remove heartbeat supportRichard Levitte2016-11-131-15/+0
* Fix a shadowed variable declaration warning picked up by TravisMatt Caswell2016-11-041-3/+3
* Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell2016-11-041-6/+5
* Convert libssl writing for size_tMatt Caswell2016-11-041-9/+11
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-43/+46
* Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2016-10-171-1/+9
* Fix an Uninit read in DTLSMatt Caswell2016-09-291-1/+3
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-211-0/+16
* Prevent DTLS Finished message injectionMatt Caswell2016-08-221-0/+6
* Fix DTLS replay protectionMatt Caswell2016-08-191-7/+42
* Fix DTLS unprocessed records bugMatt Caswell2016-08-191-1/+19
* Indent ssl/Emilia Kasper2016-08-181-33/+23
* Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse2016-08-041-1/+2
* Whitespace cleanup in ssl folderFdaSilvaYY2016-06-291-2/+2
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Always use session_ctx when removing a sessionTodd Short2016-06-081-1/+1
* Fix some suspect warnings on WindowsMatt Caswell2016-05-261-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-110/+5
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Remove the wrec record layer fieldMatt Caswell2016-03-071-26/+25
* Implement read pipeline support in libsslMatt Caswell2016-03-071-2/+2
* Implement write pipeline support in libsslMatt Caswell2016-03-071-4/+4
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+3
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-4/+3
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-2/+2
* Move in_handshake into STATEMMatt Caswell2015-10-301-5/+5
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-2/+2
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-4/+4
* Remove redundant codeMatt Caswell2015-10-301-13/+6
* Implement Client TLS state machineMatt Caswell2015-10-301-5/+3
* Remove remaining old listen codeMatt Caswell2015-09-231-5/+0
* DTLSv1_listen rewriteMatt Caswell2015-09-231-0/+6
* CCM support.Dr. Stephen Henson2015-08-141-0/+2
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-031-55/+15
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-1/+2
* Remove struct ccs_header_stMatt Caswell2015-05-291-3/+0
* Lost alert in DTLSLubom2015-05-221-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-6/+7