Fix up path generation to use OPENSSL_MODULES
[openssl.git] / ssl / record / methods / tls1_meth.c
9 days ago Richard LevitteCopyright year updates
2024-02-02 Hugo Landaulibssl: Make some global mutable structures constant
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-12-12 Matt CaswellDon't attempt to set provider params on an ENGINE based...
2023-09-07 Matt CaswellCopyright year updates
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-02-08 Tomas MrazRationalize FIPS sources
2022-11-14 Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-14 Matt CaswellRename SSL3_BUFFER to TLS_BUFFER
2022-11-02 Matt CaswellPipeline output/input buf arrays must live until the...
2022-10-20 Matt CaswellRemove dtls_write_records
2022-10-20 Matt CaswellMove sequence increment to post encryption processing
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
2022-10-20 Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-20 Matt CaswellStart using WPACKET in the dtls write records code
2022-10-20 Matt CaswellUse common tls_write_records() even for DTLS
2022-10-20 Matt CaswellUse record layer buffers for DTLS rather than the buffe...
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-05 Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-10-05 Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 Matt CaswellRestructure the write code
2022-08-18 Matt CaswellFormatting cleanups
2022-08-18 Matt CaswellCorrect some formatting errors in tls1_meth.c
2022-08-18 Matt CaswellRemove some more redundant TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some TODO(RECLAYER) comments
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 CaswellRemove the separation betweeen enc_read_ctx and enc_wri...
2022-08-18 Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellRemove SSL_USE_EXPLICT_IV() from the record layer methods
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18 Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18 Matt CaswellMove protocol version specific code into separate files