summaryrefslogtreecommitdiffstats
path: root/ssl/record/ssl3_record.c
AgeCommit message (Expand)Author
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-13RT4304: Look for plaintext HTTPRainer Jung
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-09-23Remove remaining old listen codeMatt Caswell
2015-08-14CCM support.Dr. Stephen Henson
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-01free null cleanup finaleRich Salz
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-03-26Define SEQ_NUM_SIZEMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Move s->rstate to s->rlayer.rstateMatt Caswell
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell
2015-03-26Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell