summaryrefslogtreecommitdiffstats
path: root/ssl/record/ssl3_buffer.c
AgeCommit message (Expand)Author
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-23Move write buffer management into the write record layerMatt Caswell
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-07-29Update copyright yearMatt Caswell
2021-07-16Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber
2020-05-15Correct alignment calculation in ssl3_setup_writeMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-03-16Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2017-12-08Update ssl3_get_record() to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-07-30Fix crash as a result of MULTIBLOCKMatt Caswell
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx
2015-09-02Fix DTLS1.2 buffersHiroyuki YAMAMORI
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-01free null cleanup finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Renamed record layer header filesMatt Caswell
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell
2015-03-26Provide RECORD_LAYER_set_data functionMatt Caswell
2015-03-26Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell