aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* Add a DRBG to each SSL objectRich Salz2017-08-031-1/+1
* Move ossl_assertMatt Caswell2017-08-033-0/+3
* Fix typos in files in ssl directoryXiaoyin Liu2017-07-301-2/+2
* Remove redundant declarations in record_locl.hXiaoyin Liu2017-07-301-1/+0
* drop some no-longer-relevant TODO(TLS1.3) entriesBenjamin Kaduk2017-06-121-3/+0
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-2/+4
* Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATIONTodd Short2017-05-261-1/+1
* Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell2017-05-221-1/+3
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-224-10/+3
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-223-16/+47
* Fix return code in tls1_macMatt Caswell2017-05-191-1/+1
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-3/+3
* Don't allow fragmented alertsMatt Caswell2017-05-173-174/+39
* Add some extra comments following alert changesMatt Caswell2017-05-111-0/+4
* TLSv1.3 alert and handshake messages can never be 0 lengthMatt Caswell2017-05-111-0/+9
* TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell2017-05-111-0/+14
* Check that a TLSv1.3 encrypted message has an app data content typeMatt Caswell2017-05-111-1/+2
* Reject unknown warning alerts in TLSv1.3Matt Caswell2017-05-111-1/+10
* Add support to SSL_trace() for inner content typesMatt Caswell2017-05-082-5/+10
* Limit padded record to max plaintextTodd Short2017-05-031-28/+31
* TLS1.3 PaddingTodd Short2017-05-021-4/+33
* 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
* Fix minor compiler issues.Todd Short2017-04-191-7/+7
* Additional check to handle BAD SSL_write retryRich Salz2017-04-111-1/+2
* Don't handle handshake messages when writing early data on serverMatt Caswell2017-04-031-1/+7
* Fix bug with SSL_read_early_data()Matt Caswell2017-03-301-0/+10
* More typo fixesFdaSilvaYY2017-03-291-2/+1
* Update end of early data processing for draft-19Matt Caswell2017-03-162-32/+12
* Fix some -Wshadow warningsBenjamin Kaduk2017-03-141-23/+23
* Fix no-compMatt Caswell2017-03-081-0/+6
* Provide a function to test whether we have unread records pendingMatt Caswell2017-03-072-0/+14
* Tweak the TLSv1.3 record overflow limitsMatt Caswell2017-03-061-7/+19
* Don't attempt to write more early_data than we know the server will acceptMatt Caswell2017-03-022-7/+15
* Skip early_data if appropriate after a HelloRetryRequestMatt Caswell2017-03-023-4/+20
* Check max_early_data against the amount of early data we actually receiveMatt Caswell2017-03-021-0/+55
* Make sure we reset the read sequence when skipping recordsMatt Caswell2017-03-021-0/+2
* Provide an SSL_read_early() function for reading early dataMatt Caswell2017-03-022-3/+22
* Parse the early_data extensionMatt Caswell2017-03-021-0/+11
* Provide functions to write early dataMatt Caswell2017-03-022-14/+27
* Fix a compression bugMatt Caswell2017-03-021-1/+1
* Check for zero records and return immediatelyJon Spillett2017-03-021-0/+3
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-012-40/+0
* Remove some commented out code in libsslMatt Caswell2017-02-281-9/+0
* Clean up references to FIPSEmilia Kasper2017-02-281-7/+0
* Remove some dead code from libsslMatt Caswell2017-02-283-25/+0
* Remove an OPENSSL_assert() and replace with a soft assert and checkMatt Caswell2017-02-161-2/+3
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-163-12/+12
* Fix crash in tls13_encMatt Caswell2017-02-081-1/+12