aboutsummaryrefslogtreecommitdiff
path: root/ssl/record
AgeCommit message (Expand)AuthorFilesLines
2016-04-04Revert "various spelling fixes"Rich Salz2-6/+6
2016-04-04various spelling fixesFdaSilvaYY2-6/+6
2016-03-31Use return "" not set a var and return.Rich Salz1-22/+8
2016-03-08Fix building without multiblock supportMatt Caswell1-2/+2
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2-22/+25
2016-03-07Rename a functionMatt Caswell1-2/+2
2016-03-07Remove the wrec record layer fieldMatt Caswell4-32/+25
2016-03-07Update a commentMatt Caswell1-2/+2
2016-03-07Add an SSL_has_pending() functionMatt Caswell2-4/+4
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell4-7/+19
2016-03-07Lazily initialise the compression bufferMatt Caswell4-27/+9
2016-03-07Implement read pipeline support in libsslMatt Caswell5-312/+468
2016-03-07Implement write pipeline support in libsslMatt Caswell6-235/+401
2016-02-22Remove unused parameters from internal functionsRich Salz3-8/+6
2016-02-18Remove outdated DEBUG flags.Rich Salz1-4/+4
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse1-3/+1
2016-02-13RT4304: Look for plaintext HTTPRainer Jung1-0/+15
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz2-17/+1
2016-01-26Remove /* foo.c */ commentsRich Salz7-7/+0
2016-01-24Move pqueue into sslRich Salz2-7/+4
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2-6/+6
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni2-10/+0
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2-22/+4
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-7/+7
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte1-1/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-26/+27
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-29/+39
2015-11-09Standardise our style for checking malloc failuresMatt Caswell2-3/+3
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell1-15/+15
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell1-1/+2
2015-10-30Move in_handshake into STATEMMatt Caswell3-11/+12
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell1-2/+2
2015-10-30Change statem prefix to ossl_statemMatt Caswell2-6/+6
2015-10-30Remove redundant codeMatt Caswell2-16/+9
2015-10-30Implement Client TLS state machineMatt Caswell2-15/+4
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov1-8/+8
2015-09-23Remove remaining old listen codeMatt Caswell2-20/+4
2015-09-23DTLSv1_listen rewriteMatt Caswell2-2/+9
2015-09-02Fix DTLS1.2 buffersHiroyuki YAMAMORI1-2/+2
2015-08-26Clean up reset of read/write sequencesMatt Caswell1-4/+4
2015-08-14CCM support.Dr. Stephen Henson3-4/+14
2015-08-03Fix ssl3_read_bytes handshake fragment bugMatt Caswell1-0/+4
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell1-55/+15
2015-08-03Move TLS CCS processing into the state machineMatt Caswell3-50/+41
2015-07-30Fix write failure handling in DTLS1.2Matt Caswell1-1/+1
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper1-22/+0
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell2-2/+2
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper1-2/+1
2015-05-29Remove struct ccs_header_stMatt Caswell1-3/+0
2015-05-25Don't send an alert if we've just received oneMatt Caswell1-1/+12