summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-07style : fix some if(...FdaSilvaYY
2017-11-07Mark a zero length record as readMatt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Tweak the comment regarding record version check with respect to TLSv1.3Matt Caswell
2017-10-16Don't do version neg on an HRRMatt Caswell
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-31Various review fixes for PSK early_data supportMatt Caswell
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-07-30Remove redundant declarations in record_locl.hXiaoyin Liu
2017-06-12drop some no-longer-relevant TODO(TLS1.3) entriesBenjamin Kaduk
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-05-26Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATIONTodd Short
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-19Fix return code in tls1_macMatt Caswell
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell
2017-05-17Don't allow fragmented alertsMatt Caswell
2017-05-11Add some extra comments following alert changesMatt Caswell
2017-05-11TLSv1.3 alert and handshake messages can never be 0 lengthMatt Caswell
2017-05-11TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell
2017-05-11Check that a TLSv1.3 encrypted message has an app data content typeMatt Caswell
2017-05-11Reject unknown warning alerts in TLSv1.3Matt Caswell
2017-05-08Add support to SSL_trace() for inner content typesMatt Caswell
2017-05-03Limit padded record to max plaintextTodd Short
2017-05-02TLS1.3 PaddingTodd Short
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-04-19Fix minor compiler issues.Todd Short
2017-04-11Additional check to handle BAD SSL_write retryRich Salz
2017-04-03Don't handle handshake messages when writing early data on serverMatt Caswell
2017-03-30Fix bug with SSL_read_early_data()Matt Caswell
2017-03-29More typo fixesFdaSilvaYY
2017-03-16Update end of early data processing for draft-19Matt Caswell
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