bn: Drop unnecessary use of r9
[openssl.git] / ssl / record /
2021-06-19 Paulissl: replace tabs with spaces
2021-06-17 Matt CaswellUpdate copyright year
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-02-18 Matt CaswellUpdate copyright year
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-08 Matt CaswellEnsure DTLS free functions can handle NULL
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-12-02 Benjamin KadukFix comment in do_dtls1_write()
2020-11-29 John BaldwinCollapse two identical if statements into a single...
2020-11-29 John BaldwinAllow zero-byte writes to be reported as success.
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-11-02 Benjamin KadukClear error queue entries from bad DLTS records
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-09 PauliTLS fixes for CBC mode and no-deprecated
2020-09-09 PauliTLS: remove legacy code path supporting special CBC...
2020-09-03 Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03 Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-08-31 John BaldwinDon't check errno if ktls_read_record() returned 0.
2020-08-27 Marcapps: -msg flag enhancement 2/2
2020-07-16 Richard LevitteUpdate copyright year
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-07-06 Matt CaswellEnsure TLS padding is added during encryption on the...
2020-07-06 Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-07-06 Matt CaswellMake libssl start using the TLS provider CBC support
2020-07-06 Matt CaswellRemove SSL dependencies from tls_pad.c
2020-07-06 Matt CaswellSplit the padding/mac removal functions out into a...
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2020-07-05 Dr. David von OheimbFix many MarkDown issues in {NOTES*,README*,HACKING...
2020-07-05 Dr. David von OheimbRename NOTES*, README*, VERSION, HACKING, LICENSE to...
2020-06-08 Vadim FedorenkoTLSv13: add kTLS support
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-15 Matt CaswellCorrect alignment calculation in ssl3_setup_write
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-03-16 John BaldwinUse a flag in SSL3_BUFFER to track when an application...
2020-02-19 Simon CornishHandle max_fragment_length overflow for DTLS
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2020-01-24 Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2019-12-11 Veres LajosFix some typos
2019-10-31 John BaldwinDon't generate a MAC when using KTLS.
2019-10-31 Andrew GallatinBypass multiblock and send individual records when...
2019-10-07 Matt CaswellSend bad_record_mac instead of decryption_failed
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-05 Matt CaswellFix SSL_MODE_RELEASE_BUFFERS functionality
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-06-03 Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-04-25 Matt CaswellFix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
2019-04-01 Boris Pismennyssl: Linux TLS Rx Offload
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2019-01-24 Matt CaswellRevert "Keep the DTLS timer running after the end of...
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-20 Matt CaswellUpdate copyright year
2018-10-26 Matt CaswellProperly handle duplicated messages from the next epoch
2018-10-19 Matt CaswellBuffer a ClientHello with a cookie received via DTLSv1_...
2018-10-19 Matt CaswellUse the read and write buffers in DTLSv1_listen()
2018-09-07 Matt CaswellProcess KeyUpdate and NewSessionTicket messages after...
2018-08-08 Matt CaswellTolerate encrypted or plaintext alerts
2018-08-08 Matt CaswellEnsure that we write out alerts correctly after early_data
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-27 Matt CaswellReturn SSL_ERROR_WANT_READ if SSL_shutdown() encounters...
2018-06-27 Matt CaswellAuto retry if we ditch records during shutdown
2018-06-19 Matt CaswellFix enable-ssl3 enable-ssl3-method
2018-06-11 Matt CaswellRemodel the if sequence for handling alerts
2018-06-11 Matt CaswellFix TLSv1.3 alert handling
2018-05-11 Matt CaswellMark DTLS records as read when we have finished with...
2018-05-08 Matt CaswellKeep the DTLS timer running after the end of the handsh...
2018-05-08 Matt CaswellOnly auto-retry for DTLS if configured to do so
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-20 Matt CaswellFix SSL_pending() for DTLS
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-17 Bernd EdlingerFix a memory leak in tls1_mac
2018-03-17 Bernd EdlingerFix a memory leak in n_ssl3_mac
2018-03-14 Matt CaswellUse the TLSv1.3 record header as AAD
2018-02-23 Rich SalzRemove OSSLzu, and fix the one place that used it.
2018-02-19 Matt CaswellThe record version for ClientHello2 should be TLS1.2
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Bernd EdlingerSwap the check in ssl3_write_pending to avoid using
2018-01-30 Matt CaswellMove decisions about whether to accept reneg into the...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-09 Matt CaswellTolerate DTLS alerts with an incorrect version number
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellSend TLSv1.2 as the record version when using TLSv1.3
next