summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2017-03-14Fix some -Wshadow warningsBenjamin Kaduk
2017-03-08Fix no-compMatt Caswell
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell
2017-03-06Tweak the TLSv1.3 record overflow limitsMatt Caswell
2017-03-02Don't attempt to write more early_data than we know the server will acceptMatt Caswell
2017-03-02Skip early_data if appropriate after a HelloRetryRequestMatt Caswell
2017-03-02Check max_early_data against the amount of early data we actually receiveMatt Caswell
2017-03-02Make sure we reset the read sequence when skipping recordsMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Parse the early_data extensionMatt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-03-02Fix a compression bugMatt Caswell
2017-03-02Check for zero records and return immediatelyJon Spillett
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Remove some commented out code in libsslMatt Caswell
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Remove some dead code from libsslMatt Caswell
2017-02-16Remove an OPENSSL_assert() and replace with a soft assert and checkMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-08Fix crash in tls13_encMatt Caswell
2017-02-08Use contants for Chacha/Poly, redo algorithm expressions.Dr. Stephen Henson
2017-02-08Add CCM mode support for TLS 1.3Dr. Stephen Henson
2017-01-30Move TLSv1.3 Session Ticket processing into the state machineMatt 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
2017-01-30ChangeCipherSpec is not allowed in TLSv1.3Matt Caswell
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-23Replace div-spoiler hack with simpler codeAndy Polyakov
2017-01-10Always use TLSv1.0 for record layer version in TLSv1.3Matt Caswell
2017-01-10Temporarily ignore NewSessionTickets for TLS1.3Matt Caswell
2017-01-10Ensure the record sequence number gets incrementedMatt Caswell
2017-01-10Mark a HelloRequest record as read if we ignore itMatt Caswell
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-12-05Change various repeated wr[someindex]/pkt[someindex] references to a pointerMatt Caswell
2016-12-05Various style fixes from the TLSv1.3 record changes reviewMatt Caswell
2016-12-05Change various repeated rr[someindex] references to a pointerMatt Caswell
2016-12-05Ensure compressdata is always initialisedMatt Caswell
2016-12-05Add a TLS1.3 TODO for the msg callbackMatt Caswell
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-12-05Convert TLS Record receipt to use PACKETMatt Caswell
2016-12-05Convert TLS record construction to use WPACKETMatt Caswell
2016-11-29Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-17Fix missing SSL_IS_TLS13(s) usageMatt Caswell
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-07Ignore the record version in TLS1.3Matt Caswell
2016-11-04Fix some style issues from libssl size_tify reviewMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix a shadowed variable declaration warning picked up by TravisMatt Caswell