aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-183-38/+46
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Ensure DTLS free functions can handle NULLMatt Caswell2021-01-081-0/+3
* tag unused function arguments as ossl_unusedPauli2020-12-031-1/+1
* Fix comment in do_dtls1_write()Benjamin Kaduk2020-12-021-2/+2
* Collapse two identical if statements into a single body.John Baldwin2020-11-281-4/+0
* Allow zero-byte writes to be reported as success.John Baldwin2020-11-281-1/+9
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-115-248/+140
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Clear error queue entries from bad DLTS recordsBenjamin Kaduk2020-11-021-0/+8
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-8/+8
* TLS fixes for CBC mode and no-deprecatedPauli2020-09-091-0/+19
* TLS: remove legacy code path supporting special CBC modePauli2020-09-091-0/+4
* Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell2020-09-031-1/+1
* Start using the provider side TLS HMAC implementationMatt Caswell2020-09-031-24/+18
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-2/+2
* Don't check errno if ktls_read_record() returned 0.John Baldwin2020-08-311-1/+1
* apps: -msg flag enhancement 2/2Marc2020-08-272-5/+9
* Update copyright yearRichard Levitte2020-07-162-2/+2
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-073-0/+10
* Ensure TLS padding is added during encryption on the provider sideMatt Caswell2020-07-061-4/+16
* Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell2020-07-061-15/+44
* Make libssl start using the TLS provider CBC supportMatt Caswell2020-07-061-50/+109
* Remove SSL dependencies from tls_pad.cMatt Caswell2020-07-063-77/+135
* Split the padding/mac removal functions out into a separate fileMatt Caswell2020-07-062-269/+282
* Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell2020-07-066-376/+372
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-31/+30
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-051-0/+0
* TLSv13: add kTLS supportVadim Fedorenko2020-06-081-0/+1
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-2/+7
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-2/+32
* Correct alignment calculation in ssl3_setup_writeMatt Caswell2020-05-151-1/+1
* Add SSL_new_session_ticket() APIBenjamin Kaduk2020-05-011-3/+5
* Update copyright yearMatt Caswell2020-04-235-5/+5
* Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell2020-04-201-2/+2
* Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin2020-03-164-1/+8
* Handle max_fragment_length overflow for DTLSSimon Cornish2020-02-191-2/+8
* Detect EOF while reading in libsslMatt Caswell2020-02-041-0/+6
* Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell2020-01-241-1/+2
* Fix some typosVeres Lajos2019-12-112-5/+5
* Don't generate a MAC when using KTLS.John Baldwin2019-10-311-1/+1
* Bypass multiblock and send individual records when using KTLS.Andrew Gallatin2019-10-311-0/+1
* Send bad_record_mac instead of decryption_failedMatt Caswell2019-10-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-288-15/+15
* Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell2019-08-051-2/+3
* Fix BIO_printf format warningsBernd Edlinger2019-07-301-1/+1
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-122-2/+2