]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_enc.c
tls: remove TODOs
[thirdparty/openssl.git] / ssl / t1_enc.c
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-04-12  Matt CaswellOnly enable KTLS if it is explicitly configured
2021-03-13  Paulissl: fix format specifier for size_t argument to BIO_printf
2021-03-11  Paulissl: support params arguments to init functions
2021-02-28  Paulitls: adjust for extra argument to KDF derive call
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-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-02  Maxim MasiutinTLS AEAD ciphers: more bytes for key_block than needed
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-08-31  John BaldwinAdd helper functions for FreeBSD KTLS.
2020-08-31  John BaldwinAdd a ktls_crypto_info_t typedef.
2020-08-29  Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-07-06  Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-07-06  Matt CaswellMake libssl start using the TLS provider CBC support
2020-06-11  Paulikdf: make function naming consistent.
2020-06-08  Vadim FedorenkokTLS: add support for AES_CCM128 and AES_GCM256
2020-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-04-23  Matt CaswellUpdate copyright year
2020-04-01  Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-03-23  Matt CaswellUse correct libctx when fetching the TLS1 PRF in libssl
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-02-06  PauliParams: change UTF8 construct calls to avoid explicit...
2019-12-11  Veres LajosFix some typos
2019-11-24  John BaldwinSupport ciphersuites using a SHA2 384 digest in FreeBSD...
2019-10-31  Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-11  PauliConvert SSL functions to use KDF names not SN_ strings
2019-09-10  PauliCoverity 1453627: Null pointer dereferences (REVERSE_INULL)
2019-09-06  PauliFix TLS/SSL PRF usages.
2019-05-27  David MakepeaceChanged ssl layer to use EVP_KDF API for TLS1_PRF and...
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-04-01  Boris Pismennyssl: Linux TLS Rx Offload
2019-03-06  Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-01-03  Dmitry BelyavskiyRemove unused variables from tls1_change_cipher_state
2018-12-07  Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-15  Matt CaswellAdd a missing SSLfatal call
2018-08-08  Matt CaswellEnsure that we write out alerts correctly after early_data
2018-03-30  Matt CaswellGOST MAC algorithms don't support EVP_PKEY_new_raw_priv...
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-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
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-11-07  FdaSilvaYYstyle : fix some if(...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-06-22  Alexey KomninFix tls1_generate_master_secret
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
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-03-02  Matt CaswellRemove some TLSv1.3 TODOs that are no longer relevant
2017-02-16  Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-08  Dr. Stephen HensonAdd CCM mode support for TLS 1.3
2016-11-23  Matt CaswellFix EXTMS error introduced by commit 94ed2c6
2016-11-16  Matt CaswellFix a typo in a comment
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-04  Matt CaswellEnsure SSL_DEBUG works following size_t changes
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 various mac_secret_size usage to size_t
2016-08-18  Emilia KasperIndent ssl/
2016-08-05  klemensspelling fixes, just comments and readme.
2016-06-21  FdaSilvaYYSpelling... and more spelling
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-03-20  Rich SalzRemove #error from include files.
2016-03-07  Matt CaswellLazily initialise the compression buffer
2016-03-03  Emilia KasperRefactor ClientHello extension parsing
2016-02-23  J Mohan Rao ArisankalaGH735: remove unnecessary allocation
2016-02-18  Rich SalzFix {TLS,CIPHER}_DEBUG compiles.
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-17  Richard LevitteImplement the use of heap manipulator implementions
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-19  Dr. Stephen Hensonuse TLS PRF
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-07  Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
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 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-08-14  Dr. Stephen Hensonccm8 support
2015-08-14  Dr. Stephen HensonCCM support.
2015-06-23  Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
2015-05-31  Rich SalzSilence Clang warning about unit'd variable
2015-05-30  Rich Salzclear/cleanse cleanup
next