summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov
2015-09-23Remove remaining old listen codeMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-09-02Fix DTLS1.2 buffersHiroyuki YAMAMORI
2015-08-26Clean up reset of read/write sequencesMatt Caswell
2015-08-14CCM support.Dr. Stephen Henson
2015-08-03Fix ssl3_read_bytes handshake fragment bugMatt Caswell
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-07-30Fix write failure handling in DTLS1.2Matt Caswell
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper
2015-05-29Remove struct ccs_header_stMatt Caswell
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-05-22Lost alert in DTLSLubom
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Version negotiation rewrite cleanupMatt 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-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01u_len may be unused.Ben Laurie
2015-05-01free null cleanup finaleRich Salz
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Remove redundant includes from dtls1.hMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-10Fix read_ahead issueMatt Caswell
2015-03-31Clean up record layerMatt Caswell
2015-03-26Add Record Layer documentationMatt Caswell
2015-03-26Fix formatting odditiesMatt Caswell
2015-03-26Fix record.h formattingMatt Caswell
2015-03-26Define SEQ_NUM_SIZEMatt Caswell
2015-03-26Rename record layer source filesMatt Caswell
2015-03-26Remove some unneccessary macrosMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell
2015-03-26Reorganise header filesMatt Caswell