aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some formatting nitsMatt Caswell2017-12-041-1/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-10/+30
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-43/+77
* Replace some usage of SSLerr with SSLfatal()Matt Caswell2017-12-041-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-36/+36
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-1/+4
* 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
* fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_c...Bernd Edlinger2017-01-231-3/+4
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-1/+1
* Convert some libssl local functions to size_tMatt Caswell2016-11-041-1/+2
* 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-8/+14
* Convert libssl writing for size_tMatt Caswell2016-11-041-4/+9
* Indent ssl/Emilia Kasper2016-08-181-26/+24
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-18/+22
* Add some missing return value checksMatt Caswell2016-06-131-1/+4
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-031-2/+9
* The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell2016-05-261-5/+4
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Lazily initialise the compression bufferMatt Caswell2016-03-071-2/+0
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-7/+5
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-11/+11
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-071-1/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-41/+55
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-33/+3
* fix function code discrepancyDr. Stephen Henson2015-11-271-2/+2
* PRF and handshake hash revision.Dr. Stephen Henson2015-11-271-111/+33
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-5/+0
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-27/+36
* Avoid duplication.Dr. Stephen Henson2015-06-231-1/+7
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-33/+30
* Revert "Avoid duplication."Dr. Stephen Henson2015-06-211-7/+1
* Avoid duplication.Dr. Stephen Henson2015-06-211-1/+7
* remove unnecessary NULL checksDr. Stephen Henson2015-06-211-2/+1
* clear/cleanse cleanupRich Salz2015-05-301-4/+6
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* free cleanup almost the finaleRich Salz2015-04-301-5/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-3/+3
* Move ssl3_record_sequence_update into record layerMatt Caswell2015-03-261-11/+0