summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
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
2016-11-04Ensure SSL_DEBUG works following size_t changesMatt Caswell
2016-11-04Fix some bogus warnings about uninitialised variablesMatt Caswell
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell
2016-11-04Fix some ssl3_record code witch converstion to/from size_tMatt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell