summaryrefslogtreecommitdiffstats
path: root/ssl/record
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-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
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-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