hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / ssl / record / methods / ktls_meth.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-09 Frederik Wedel-HeinenRemove unused function arguments from tls_int_new_recor...
2023-09-07 Matt CaswellCopyright year updates
2023-09-01 Abhirup MannaRemoved unnecessary brace in ktls_configure_crypto
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24 Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-16 Tianjia ZhangKTLS: enable the CCM mode of ktls
2022-11-14 Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-14 Matt CaswellRename SSL3_BUFFER to TLS_BUFFER
2022-10-27 Matt CaswellRemove some unused OSSL_RECORD_METHOD functions
2022-10-27 Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellEnsure the record layer is responsible for calculating...
2022-10-12 Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12 Matt CaswellAdd a post encryption processing step
2022-10-12 Matt CaswellAdd a prepare for encryption step
2022-10-12 Matt CaswellMove record padding out of tls_common.c
2022-10-12 Matt CaswellDefer record header preparation to the protocol methods
2022-10-12 Matt CaswellAbstract out the record type processing
2022-10-12 Matt CaswellDefer write buffer and WPACKET allocation/initialisatio...
2022-10-12 Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-05 Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-09-23 Matt CaswellRestructure the write code
2022-09-23 Matt CaswellMove the record block_padding capability fully into...
2022-09-23 Matt CaswellReplace references to s->wbio with rl->bio
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-09-23 Matt CaswellMove initial TLS write record layer code into new structure
2022-08-18 Matt CaswellFormatting cleanups
2022-08-18 Matt CaswellStandardise type for epoch
2022-08-18 Matt CaswellEnsure various record layer options can be updated
2022-08-18 Matt CaswellImplement a human readable state function for the recor...
2022-08-18 Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellAdd support for moving data from one epoch to the next
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18 Matt CaswellMove ktls.c into the record layer
2022-08-18 Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code