summaryrefslogtreecommitdiffstats
path: root/ssl/record (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-235-5/+5
* Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell2020-04-201-2/+2
* Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin2020-03-164-1/+8
* Handle max_fragment_length overflow for DTLSSimon Cornish2020-02-191-2/+8
* Detect EOF while reading in libsslMatt Caswell2020-02-041-0/+6
* Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell2020-01-241-1/+2
* Fix some typosVeres Lajos2019-12-112-5/+5
* Don't generate a MAC when using KTLS.John Baldwin2019-10-311-1/+1
* Bypass multiblock and send individual records when using KTLS.Andrew Gallatin2019-10-311-0/+1
* Send bad_record_mac instead of decryption_failedMatt Caswell2019-10-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-288-15/+15
* 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