summaryrefslogtreecommitdiffstats
path: root/ssl/record/methods/ssl3_meth.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-02libssl: Make some global mutable structures constantHugo Landau
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-12-12Don't attempt to set provider params on an ENGINE based cipherMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-02-08Rationalize FIPS sourcesTomas Mraz
2022-12-22ssl3_mac(): Fix possible divide by zero bugzhailiangliang
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-12Introduce a step to prepare the BIO before writingMatt Caswell
2022-10-12Add a post encryption processing stepMatt Caswell
2022-10-12Add a prepare for encryption stepMatt Caswell
2022-10-12Move record padding out of tls_common.cMatt Caswell
2022-10-12Defer record header preparation to the protocol methodsMatt Caswell
2022-10-12Abstract out the record type processingMatt Caswell
2022-10-12Defer write buffer and WPACKET allocation/initialisation to protocol codeMatt Caswell
2022-10-05Move the SSLv3 crypto code into the new record layerMatt Caswell
2022-10-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell
2022-10-05Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell
2022-09-23Restructure the write codeMatt Caswell
2022-08-23rl->enc_ctx must be non-NULL and cipher must be setTomas Mraz
2022-08-18Formatting cleanupsMatt Caswell
2022-08-18Remove some TODO(RECLAYER) commentsMatt Caswell
2022-08-18Move some DTLS read code into the read record layerMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Remove the separation betweeen enc_read_ctx and enc_write_ctxMatt Caswell
2022-08-18Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Remove unneccesary KTLS code from non-KTLS specific filesMatt Caswell
2022-08-18Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell
2022-08-18Move protocol version specific code into separate filesMatt Caswell