summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2022-05-09Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACEbasavesh
2022-03-15Update copyright yearMatt Caswell
2022-02-12Cleanup record length checks for KTLSBernd Edlinger
2022-01-07properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413xkernel
2021-11-16RAND_bytes_ex: fix return checkPeiwei Hu
2021-10-11Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger
2021-09-28ssl: Correct comment for ssl3_read_bytes()Tianjia Zhang
2021-08-25Fix the array size of dtlsseq in tls1_encBernd Edlinger
2021-07-29Update copyright yearMatt Caswell
2021-07-17Fix some minor record layer issuesMatt Caswell
2021-07-16Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell
2021-06-19ssl: replace tabs with spacesPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli
2021-04-22Update copyright yearMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-02-18Update copyright yearMatt Caswell
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-12-02Fix comment in do_dtls1_write()Benjamin Kaduk
2020-11-28Collapse two identical if statements into a single body.John Baldwin
2020-11-28Allow zero-byte writes to be reported as success.John Baldwin
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-11-02Clear error queue entries from bad DLTS recordsBenjamin Kaduk
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-09TLS fixes for CBC mode and no-deprecatedPauli
2020-09-09TLS: remove legacy code path supporting special CBC modePauli
2020-09-03Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell
2020-09-03Start using the provider side TLS HMAC implementationMatt Caswell
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
2020-08-31Don't check errno if ktls_read_record() returned 0.John Baldwin
2020-08-27apps: -msg flag enhancement 2/2Marc
2020-07-16Update copyright yearRichard Levitte
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber
2020-07-06Ensure TLS padding is added during encryption on the provider sideMatt Caswell
2020-07-06Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell
2020-07-06Make libssl start using the TLS provider CBC supportMatt Caswell
2020-07-06Remove SSL dependencies from tls_pad.cMatt Caswell
2020-07-06Split the padding/mac removal functions out into a separate fileMatt Caswell
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb
2020-06-08TLSv13: add kTLS supportVadim Fedorenko