aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record/ssl3_record.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Add a comment to explain the use of |num_recs|Matt Caswell2016-05-171-1/+9
* Use the current record offset in ssl3_get_recordMatt Caswell2016-05-171-1/+2
* There is only one read bufferMatt Caswell2016-05-171-1/+1
* Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2016-03-071-18/+23
* Rename a functionMatt Caswell2016-03-071-2/+2
* Update a commentMatt Caswell2016-03-071-2/+2
* Lazily initialise the compression bufferMatt Caswell2016-03-071-20/+9
* Implement read pipeline support in libsslMatt Caswell2016-03-071-257/+361
* Implement write pipeline support in libsslMatt Caswell2016-03-071-92/+137
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-4/+4
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-3/+1
* RT4304: Look for plaintext HTTPRainer Jung2016-02-131-0/+15
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-5/+5
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-231-18/+4
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-7/+7
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-071-1/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-26/+27
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-29/+39
* Remove an OPENSSL_assert which could failMatt Caswell2015-11-021-1/+2
* Move in_handshake into STATEMMatt Caswell2015-10-301-1/+1
* Remove remaining old listen codeMatt Caswell2015-09-231-15/+4
* CCM support.Dr. Stephen Henson2015-08-141-4/+10
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-22/+0
* Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper2015-06-081-2/+1
* Don't send an alert if we've just received oneMatt Caswell2015-05-251-1/+12
* Fix a memory leak in compressionMatt Caswell2015-05-221-1/+7
* Updates following review commentsMatt Caswell2015-05-161-28/+13
* Client side version negotiation rewriteMatt Caswell2015-05-161-1/+2
* Server side version negotiation rewriteMatt Caswell2015-05-161-40/+91
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-33/+0
* free null cleanup finaleRich Salz2015-05-011-2/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+5
* Define SEQ_NUM_SIZEMatt Caswell2015-03-261-1/+1
* Renamed record layer header filesMatt Caswell2015-03-261-0/+1
* Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell2015-03-261-2/+3
* Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell2015-03-261-2/+4
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-7/+9
* Move s->rstate to s->rlayer.rstateMatt Caswell2015-03-261-10/+12
* Move s->packet and s->packet_length into s->rlayerMatt Caswell2015-03-261-24/+28
* Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell2015-03-261-3/+3
* Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell2015-03-261-2/+3
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-0/+703
* Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-0/+704
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-0/+138