evp_fetch.c: Check meth_id instead of name_id
[openssl.git] / ssl / record /
2023-05-30 Tomas MrazUpdate copyright year
2023-03-31 Matt CaswellHandle app data records from the next epoch
2023-03-14 Matt CaswellRemove spurious error queue entries on early data
2023-03-14 Matt CaswellUpdate copyright year
2023-02-23 Matt CaswellDo not have more data in a pipeline than the split_send...
2023-02-23 Matt CaswellFix read pipelining
2023-02-23 Matt CaswellPipeline output/input buf arrays must live until the...
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-04 Tomas MrazAvoid possible divide by zero
2022-11-14 Matt CaswellUse the same encryption growth macro consistently
2022-11-02 Matt CaswellFix the ceiling on how much encryption growth we can...
2022-10-11 Matt CaswellUpdate copyright year
2022-08-17 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-08-02 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-06-21 Matt CaswellUpdate copyright year
2022-05-26 Peiwei HuFix check of dtls1_process_record
2022-05-09 basaveshFix leakage when the cacheline is 32-bytes in CBC_MAC_R...
2022-03-15 Matt CaswellUpdate copyright year
2022-02-12 Bernd EdlingerCleanup record length checks for KTLS
2022-01-07 xkernelproperly free the resource from EVP_MD_CTX_new() at...
2021-11-16 Peiwei HuRAND_bytes_ex: fix return check
2021-10-11 Bernd EdlingerReplace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.c
2021-09-28 Tianjia Zhangssl: Correct comment for ssl3_read_bytes()
2021-08-25 Bernd EdlingerFix the array size of dtlsseq in tls1_enc
2021-07-29 Matt CaswellUpdate copyright year
2021-07-17 Matt CaswellFix some minor record layer issues
2021-07-16 Matt CaswellDon't reset the packet pointer in ssl3_setup_read_buffer
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
next