aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Convert SSL functions to use KDF names not SN_ stringsPauli2019-09-111-1/+1
* Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli2019-09-111-1/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-061-25/+36
* Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace2019-05-271-12/+18
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-38/+38
* ssl: Linux TLS Rx OffloadBoris Pismenny2019-04-011-12/+75
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-69/+45
* Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy2019-01-031-12/+0
* ssl: Linux TLS Tx OffloadBoris Pismenny2018-12-071-0/+71
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Add a missing SSLfatal callMatt Caswell2018-11-151-1/+4
* 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