summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell
2017-03-02Remove some TLSv1.3 TODOs that are no longer relevantMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-08Add CCM mode support for TLS 1.3Dr. Stephen Henson
2016-11-23Fix EXTMS error introduced by commit 94ed2c6Matt Caswell
2016-11-16Fix a typo in a commentMatt Caswell
2016-11-16Fixed various style issues in the key_share codeMatt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-04Ensure SSL_DEBUG works following size_t changesMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert some libssl local functions to size_tMatt Caswell
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert various mac_secret_size usage to size_tMatt 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