]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_enc.c
Explicitly fetch ciphers and digests in libssl
[thirdparty/openssl.git] / ssl / t1_enc.c
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
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-04-16  Viktor DukhovniCode style: space after 'if'
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  Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-23  Matt CaswellFix missing return value checks
2015-03-17  Matt CaswellAdd sanity check to PRF
2015-03-11  Matt CaswellCleanse buffers
2015-02-27  Matt CaswellFixed missing return value checks.
2015-02-12  Eric DequinMissing OPENSSL_free on error path.
2015-02-06  Rich Salzdead code cleanup: #if 0 in ssl
2015-02-03  Dr. Stephen HensonRemove unused variables.
2015-02-03  Dr. Stephen HensonAdd extms support to master key generation.
2015-02-03  Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-01-28  Rich SalzRemove support for opaque-prf
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Matt CaswellFix strange formatting by indent
2015-01-22  Matt CaswellFix source where indent will not be able to cope
next