summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2018-03-30GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-07style : fix some if(...FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-06-22Fix tls1_generate_master_secretAlexey Komnin
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-05-08Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell
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