summaryrefslogtreecommitdiffstats
path: root/ssl/record (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell2019-08-051-2/+3
* Fix BIO_printf format warningsBernd Edlinger2019-07-301-1/+1
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-112-2/+2
* Defer sending a KeyUpdate until after pending writes are completeMatt Caswell2019-06-031-0/+7
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-294-40/+40
* Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell2019-04-251-2/+2
* ssl: Linux TLS Rx OffloadBoris Pismenny2019-04-012-8/+49
* Remove heartbeats completelyRichard Levitte2019-03-291-3/+3
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-42/+19
* Don't interleave handshake and other record types in TLSv1.3Matt Caswell2019-02-191-0/+8
* Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell2019-01-241-13/+0
* ssl: Linux TLS Tx OffloadBoris Pismenny2018-12-073-47/+101
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-068-8/+8
* Update copyright yearMatt Caswell2018-11-201-1/+1
* Properly handle duplicated messages from the next epochMatt Caswell2018-10-261-4/+1
* Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell2018-10-192-0/+27
* Use the read and write buffers in DTLSv1_listen()Matt Caswell2018-10-192-2/+2
* Process KeyUpdate and NewSessionTicket messages after a close_notifyMatt Caswell2018-09-071-20/+22
* Tolerate encrypted or plaintext alertsMatt Caswell2018-08-083-8/+16
* Ensure that we write out alerts correctly after early_dataMatt Caswell2018-08-082-5/+13
* Introduce the recv_max_early_data settingMatt Caswell2018-07-061-3/+8
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-4/+11
* Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell2018-06-271-5/+15
* Auto retry if we ditch records during shutdownMatt Caswell2018-06-271-36/+43
* Fix enable-ssl3 enable-ssl3-methodMatt Caswell2018-06-191-0/+3
* Remodel the if sequence for handling alertsMatt Caswell2018-06-111-36/+28
* Fix TLSv1.3 alert handlingMatt Caswell2018-06-111-26/+31
* Mark DTLS records as read when we have finished with themMatt Caswell2018-05-112-5/+35
* Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell2018-05-081-0/+13
* Only auto-retry for DTLS if configured to do soMatt Caswell2018-05-081-0/+12
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-1/+3
* Fix SSL_pending() for DTLSMatt Caswell2018-04-201-0/+2
* Update copyright yearMatt Caswell2018-03-202-2/+2
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-1/+1
* Fix a memory leak in tls1_macBernd Edlinger2018-03-171-1/+3
* Fix a memory leak in n_ssl3_macBernd Edlinger2018-03-171-1/+1
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-144-13/+47
* Remove OSSLzu, and fix the one place that used it.Rich Salz2018-02-231-1/+1
* The record version for ClientHello2 should be TLS1.2Matt Caswell2018-02-191-1/+3
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Swap the check in ssl3_write_pending to avoid usingBernd Edlinger2018-02-091-2/+2
* Move decisions about whether to accept reneg into the state machineMatt Caswell2018-01-301-21/+0
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Tolerate DTLS alerts with an incorrect version numberMatt Caswell2018-01-091-2/+5
* Update state machine to send CCS based on whether we did an HRRMatt Caswell2017-12-141-2/+2
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-2/+35
* Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell2017-12-141-1/+2
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-084-26/+90
* Convert dlts1_write_bytes() to use SSLfatal()Matt Caswell2017-12-081-15/+29