Add Attribute Certificate suport comments to CHANGES and NEWS
[openssl.git] / ssl / s3_enc.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-02 Hugo Landaulibssl: Make some global mutable structures constant
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-09-07 Matt CaswellCopyright year updates
2023-01-24 Matt CaswellExtend the new_record_layer function
2022-10-12 Matt CaswellRemove enc_write_state
2022-10-05 Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 Matt CaswellMove need_empty_fragments inside the record layer
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-08-18 Matt CaswellFix some no-comp compilation failures
2022-08-18 Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18 Matt CaswellConvert SSLv3 code to use the new read side record...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-25 Benjamin KadukAllow TLS13_AD_MISSING_EXTENSION for older versions
2021-02-05 Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-08-13 Patrick SteuerAppease -Werror=stringop-overflow=
2020-07-06 Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Matt CaswellFix test_ssl_new test failure
2020-02-06 Matt CaswellExplicitly fetch ciphers and digests in libssl
2019-10-11 Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-04 Shane LontisMove digests to providers
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-01-03 Dmitry BelyavskiyEliminate unused buffers from ssl3_change_cipher_state
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
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
next