aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_enc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-28various spelling fixesFdaSilvaYY1-2/+2
2016-04-04Revert "various spelling fixes"Rich Salz1-2/+2
2016-04-04various spelling fixesFdaSilvaYY1-2/+2
2016-03-07Lazily initialise the compression bufferMatt Caswell1-2/+0
2016-03-03Refactor ClientHello extension parsingEmilia Kasper1-0/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-7/+5
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-11/+11
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte1-1/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-41/+55
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-33/+3
2015-11-27fix function code discrepancyDr. Stephen Henson1-2/+2
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson1-111/+33
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson1-5/+0
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-27/+36
2015-06-23Avoid duplication.Dr. Stephen Henson1-1/+7
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson1-33/+30
2015-06-21Revert "Avoid duplication."Dr. Stephen Henson1-7/+1
2015-06-21Avoid duplication.Dr. Stephen Henson1-1/+7
2015-06-21remove unnecessary NULL checksDr. Stephen Henson1-2/+1
2015-05-30clear/cleanse cleanupRich Salz1-4/+6
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup 11Rich Salz1-8/+4
2015-04-30free cleanup almost the finaleRich Salz1-5/+2
2015-04-16Code style: space after 'if'Viktor Dukhovni1-3/+3
2015-03-26Move ssl3_record_sequence_update into record layerMatt Caswell1-11/+0
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell1-2/+2
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell1-2/+1
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell1-169/+0
2015-03-26Encapsulate s->s3->wrecMatt Caswell1-2/+2
2015-03-26Encapsulate s->s3->rrecMatt Caswell1-6/+4
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-23Fix missing return value checksMatt Caswell1-2/+8
2015-03-11Cleanse buffersMatt Caswell1-0/+1
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-7/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-736/+732
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-1/+2
2015-01-22More commentsMatt Caswell1-2/+4
2014-12-10ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_...Jonas Maebe1-0/+5
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson1-2/+0
2014-12-04Remove SSLv2 supportKurt Roeckx1-2/+0
2014-11-27Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell1-1/+2
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller1-1/+1
2014-08-18RT1815: More const'ness improvementsJustin Blanchard1-2/+2
2014-06-13Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell1-2/+10
2014-06-13Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell1-10/+2
2014-06-10Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell1-2/+10
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson1-1/+1
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1