summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2017-05-09Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-05spelling fixes, just comments and readme.klemens
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-03-07Lazily initialise the compression bufferMatt Caswell
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-02-23GH735: remove unnecessary allocationJ Mohan Rao Arisankala
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19use TLS PRFDr. Stephen Henson
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-08-14ccm8 supportDr. Stephen Henson
2015-08-14CCM support.Dr. Stephen Henson
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson
2015-05-31Silence Clang warning about unit'd variableRich Salz
2015-05-30clear/cleanse cleanupRich Salz
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Encapsulate s->s3->wrecMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell
2015-03-25Ensure last_write_sequence is saved in DTLS1.2Matt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-17Add sanity check to PRFMatt Caswell
2015-03-11Cleanse buffersMatt Caswell
2015-02-27Fixed missing return value checks.Matt Caswell
2015-02-12Missing OPENSSL_free on error path.Eric Dequin
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-03Remove unused variables.Dr. Stephen Henson
2015-02-03Add extms support to master key generation.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson