summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2022-10-11Update copyright yearMatt Caswell
2022-08-10Fix SSL_pending() and SSL_has_pending() with DTLSMatt Caswell
2022-06-21Update copyright yearMatt Caswell
2022-05-09Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACEbasavesh
2021-08-25Fix the array size of dtlsseq in tls1_encBernd Edlinger
2021-08-24Update copyright yearMatt Caswell
2021-07-20Fix some minor record layer issuesMatt Caswell
2021-07-16Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell
2021-02-16Update copyright yearMatt Caswell
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2020-12-08Update copyright yearMatt Caswell
2020-12-02Fix comment in do_dtls1_write()Benjamin Kaduk
2020-09-22Update copyright yearMatt Caswell
2020-05-15Correct alignment calculation in ssl3_setup_writeMatt Caswell
2020-03-25Partially revert "Detect EOF while reading in libssl"Tomas Mraz
2020-03-17Update copyright yearMatt Caswell
2020-02-20Detect EOF while reading in libsslMatt Caswell
2020-02-19Handle max_fragment_length overflow for DTLSSimon Cornish
2020-01-21Fix TLS not using aes_cbc_hmac_sha ciphersBernd Edlinger
2019-12-11Fix some typosVeres Lajos
2019-10-07Send bad_record_mac instead of decryption_failedMatt Caswell
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell
2019-06-03Defer sending a KeyUpdate until after pending writes are completeMatt Caswell
2019-02-26Update copyright yearMatt Caswell
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-01-24Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell
2018-11-20Update copyright yearMatt Caswell
2018-10-26Properly handle duplicated messages from the next epochMatt Caswell
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell
2018-09-07Process KeyUpdate and NewSessionTicket messages after a close_notifyMatt Caswell
2018-08-08Tolerate encrypted or plaintext alertsMatt Caswell
2018-08-08Ensure that we write out alerts correctly after early_dataMatt Caswell
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-27Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell
2018-06-27Auto retry if we ditch records during shutdownMatt Caswell
2018-06-19Fix enable-ssl3 enable-ssl3-methodMatt Caswell
2018-06-11Remodel the if sequence for handling alertsMatt Caswell
2018-06-11Fix TLSv1.3 alert handlingMatt Caswell
2018-05-11Mark DTLS records as read when we have finished with themMatt Caswell
2018-05-08Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell
2018-05-08Only auto-retry for DTLS if configured to do soMatt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-20Fix SSL_pending() for DTLSMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-17Fix a memory leak in tls1_macBernd Edlinger