aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-27/+29
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-40/+2
* PRF and handshake hash revision.Dr. Stephen Henson2015-11-271-46/+35
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-30/+0
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-5/+16
* ccm8 supportDr. Stephen Henson2015-08-141-1/+5
* CCM support.Dr. Stephen Henson2015-08-141-1/+13
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-17/+11
* Silence Clang warning about unit'd variableRich Salz2015-05-311-1/+1
* clear/cleanse cleanupRich Salz2015-05-301-5/+7
* Remove Kerberos support from libsslMatt Caswell2015-05-131-66/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* remove malloc castsRich Salz2015-04-281-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-2/+2
* Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell2015-03-261-2/+1