aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-122-6/+6
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-052-10/+0
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-232-22/+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
* Standardise our style for checking malloc failuresMatt Caswell2015-11-092-3/+3
* Remove a reachable assert from ssl3_write_bytesMatt Caswell2015-11-021-15/+15
* Remove an OPENSSL_assert which could failMatt Caswell2015-11-021-1/+2
* Move in_handshake into STATEMMatt Caswell2015-10-303-11/+12
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-2/+2
* Change statem prefix to ossl_statemMatt Caswell2015-10-302-6/+6
* Remove redundant codeMatt Caswell2015-10-302-16/+9
* Implement Client TLS state machineMatt Caswell2015-10-302-15/+4
* Address more Windows warnings illuminated by mingw.Andy Polyakov2015-10-061-8/+8
* Remove remaining old listen codeMatt Caswell2015-09-232-20/+4
* DTLSv1_listen rewriteMatt Caswell2015-09-232-2/+9
* Fix DTLS1.2 buffersHiroyuki YAMAMORI2015-09-021-2/+2
* Clean up reset of read/write sequencesMatt Caswell2015-08-261-4/+4
* CCM support.Dr. Stephen Henson2015-08-143-4/+14
* Fix ssl3_read_bytes handshake fragment bugMatt Caswell2015-08-031-0/+4
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-031-55/+15
* Move TLS CCS processing into the state machineMatt Caswell2015-08-033-50/+41
* Fix write failure handling in DTLS1.2Matt Caswell2015-07-301-1/+1
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-22/+0
* Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell2015-06-102-2/+2
* Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper2015-06-081-2/+1
* Remove struct ccs_header_stMatt Caswell2015-05-291-3/+0
* Don't send an alert if we've just received oneMatt Caswell2015-05-251-1/+12
* Lost alert in DTLSLubom2015-05-221-1/+1
* Fix a memory leak in compressionMatt Caswell2015-05-224-26/+45
* Updates following review commentsMatt Caswell2015-05-162-29/+21
* Version negotiation rewrite cleanupMatt Caswell2015-05-163-126/+6
* Client side version negotiation rewriteMatt Caswell2015-05-162-1/+16
* Server side version negotiation rewriteMatt Caswell2015-05-164-40/+124
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-33/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-052-7/+8
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+3
* free NULL cleanup -- codaRich Salz2015-05-011-9/+4
* u_len may be unused.Ben Laurie2015-05-011-1/+1
* free null cleanup finaleRich Salz2015-05-013-27/+12
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+5
* Remove redundant includes from dtls1.hMatt Caswell2015-04-301-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-163-6/+6
* Fix read_ahead issueMatt Caswell2015-04-101-1/+1
* Clean up record layerMatt Caswell2015-03-313-121/+150
* Add Record Layer documentationMatt Caswell2015-03-261-0/+78
* Fix formatting odditiesMatt Caswell2015-03-261-5/+3