aboutsummaryrefslogtreecommitdiff
path: root/ssl/t1_enc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-07Lazily initialise the compression bufferMatt Caswell1-2/+0
2016-03-03Refactor ClientHello extension parsingEmilia Kasper1-0/+2
2016-02-23GH735: remove unnecessary allocationJ Mohan Rao Arisankala1-6/+0
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-4/+4
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-19use TLS PRFDr. Stephen Henson1-144/+44
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-4/+3
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-7/+7
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-27/+29
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-40/+2
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson1-46/+35
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson1-30/+0
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-5/+16
2015-08-14ccm8 supportDr. Stephen Henson1-1/+5
2015-08-14CCM support.Dr. Stephen Henson1-1/+13
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson1-17/+11
2015-05-31Silence Clang warning about unit'd variableRich Salz1-1/+1
2015-05-30clear/cleanse cleanupRich Salz1-5/+7
2015-05-13Remove Kerberos support from libsslMatt Caswell1-66/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup 11Rich Salz1-8/+4
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-04-28remove malloc castsRich Salz1-2/+2
2015-04-16Code style: space after 'if'Viktor Dukhovni1-2/+2
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell1-2/+2
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell1-2/+1
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell1-291/+0
2015-03-26Encapsulate s->s3->wrecMatt Caswell1-2/+2
2015-03-26Encapsulate s->s3->rrecMatt Caswell1-6/+4
2015-03-25Ensure last_write_sequence is saved in DTLS1.2Matt Caswell1-4/+4
2015-03-23Fix missing return value checksMatt Caswell1-1/+2
2015-03-17Add sanity check to PRFMatt Caswell1-0/+5
2015-03-11Cleanse buffersMatt Caswell1-0/+5
2015-02-27Fixed missing return value checks.Matt Caswell1-9/+17
2015-02-12Missing OPENSSL_free on error path.Eric Dequin1-0/+1
2015-02-06dead code cleanup: #if 0 in sslRich Salz1-5/+0
2015-02-03Remove unused variables.Dr. Stephen Henson1-6/+4
2015-02-03Add extms support to master key generation.Dr. Stephen Henson1-7/+38
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson1-39/+10
2015-01-28Remove support for opaque-prfRich Salz1-16/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1051/+1091
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2015-01-22Fix strange formatting by indentMatt Caswell1-1/+2
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-1/+2
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2