Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.
[openssl.git] / ssl / s3_enc.c
2018-10-12 Andy Polyakovssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.
2018-08-08 Matt CaswellEnsure that we write out alerts correctly after early_data
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19 Bernd EdlingerFix a crash in SSLfatal due to invalid enc_write_ctx
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2017-12-04 Matt CaswellFix some formatting nits
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-12-04 Matt CaswellReplace some usage of SSLerr with SSLfatal()
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-03 Matt CaswellMove ossl_assert
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-08 Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-03-10 Matt CaswellUse the new TLSv1.3 certificate_required alert where...
2017-01-23 Bernd Edlingerfix a memory leak in ssl3_generate_key_block fix the...
2016-11-04 Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04 Matt CaswellConvert some libssl local functions to size_t
2016-11-04 Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04 Matt CaswellConvert master_secret_size code to size_t
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-08-18 Emilia KasperIndent ssl/
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-13 Matt CaswellAdd some missing return value checks
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-26 Matt CaswellThe ssl3_digest_cached_records() function does not...
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-07 Matt CaswellLazily initialise the compression buffer
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-27 Dr. Stephen HensonPRF and handshake hash revision.
2015-11-25 Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-06-23 Dr. Stephen HensonAvoid duplication.
2015-06-23 Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
2015-06-21 Dr. Stephen HensonRevert "Avoid duplication."
2015-06-21 Dr. Stephen HensonAvoid duplication.
2015-06-21 Dr. Stephen Hensonremove unnecessary NULL checks
2015-05-30 Rich Salzclear/cleanse cleanup
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 11
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-26 Matt CaswellMove ssl3_record_sequence_update into record layer
2015-03-26 Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26 Matt CaswellIntroduce macro RECORD_LAYER_setup_comp_buffer
2015-03-26 Matt CaswellMove more SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26 Matt CaswellEncapsulate s->s3->wrec
2015-03-26 Matt CaswellEncapsulate s->s3->rrec
2015-03-25 Rich Salzfree NULL cleanup
2015-03-23 Matt CaswellFix missing return value checks
2015-03-11 Matt CaswellCleanse buffers
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellMore comments
2014-12-10 Jonas Maebessl3_digest_cached_records: check for NULL after alloca...
2014-12-08 Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-27 Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2014-06-13 Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-06-13 Matt CaswellRevert "Fixed incorrect return code handling in ssl3_fi...
2014-06-10 Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2012-08-28 Dr. Stephen Hensonoops, typo
2012-08-28 Dr. Stephen HensonNew compile time option OPENSSL_SSL_TRACE_CRYPTO, when...
2012-01-04 Dr. Stephen HensonClear bytes used for block padding of SSL 3.0 records...
2011-05-31 Dr. Stephen Hensonset FIPS permitted flag before initalising digest
2011-05-20 Dr. Stephen HensonPR: 2295
2011-05-19 Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-04-29 Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2010-06-12 Ben LaurieFix warnings.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-06 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieDie earlier if hash is NULL. (Coverity IDs 137 & 138).
2008-12-29 Ben LaurieDie earlier if we have no hash function.
2008-12-27 Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2007-09-07 Dr. Stephen HensonFix warnings: computed value not use, incompatible...
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
next