summaryrefslogtreecommitdiff
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosVeres Lajos2019-12-111-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-271-1/+1
* Update copyright yearMatt Caswell2019-02-261-1/+1
* Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy2019-01-031-12/+0
* Ensure that we write out alerts correctly after early_dataMatt Caswell2018-08-081-2/+2
* GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell2018-03-301-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-1/+0
* Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger2018-03-191-0/+2
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-2/+2
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-0/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-39/+57
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-32/+55
* style : fix some if(...FdaSilvaYY2017-11-071-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-37/+37
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Fix tls1_generate_master_secretAlexey Komnin2017-06-221-2/+2
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell2017-05-081-35/+0
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-101-0/+2
* Remove some TLSv1.3 TODOs that are no longer relevantMatt Caswell2017-03-021-7/+1
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-3/+12
* Add CCM mode support for TLS 1.3Dr. Stephen Henson2017-02-081-2/+2
* Fix EXTMS error introduced by commit 94ed2c6Matt Caswell2016-11-231-1/+1
* Fix a typo in a commentMatt Caswell2016-11-161-1/+1
* Fixed various style issues in the key_share codeMatt Caswell2016-11-161-1/+1
* Start using the key_share data to derive the PMSMatt Caswell2016-11-161-1/+7
* Ensure SSL_DEBUG works following size_t changesMatt Caswell2016-11-041-2/+2
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-10/+12
* Convert some libssl local functions to size_tMatt Caswell2016-11-041-11/+10
* Update numerous misc libssl fields to be size_tMatt Caswell2016-11-041-1/+1
* Convert master_secret_size code to size_tMatt Caswell2016-11-041-14/+15
* Convert various mac_secret_size usage to size_tMatt Caswell2016-11-041-2/+3
* Indent ssl/Emilia Kasper2016-08-181-13/+11
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Lazily initialise the compression bufferMatt Caswell2016-03-071-2/+0
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+2
* GH735: remove unnecessary allocationJ Mohan Rao Arisankala2016-02-231-6/+0
* Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-4/+4
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-171-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* use TLS PRFDr. Stephen Henson2016-01-191-144/+44
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-4/+3
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-7/+7