OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / ssl / t1_enc.c
7 days ago Richard LevitteCopyright year updates
2024-01-18 Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2023-12-12 Matt CaswellRemove some redundant code
2023-10-26 Daiki UenoAccept longer context for TLS 1.2 exporters
2023-09-07 Matt CaswellCopyright year updates
2023-01-24 Matt CaswellExtend the new_record_layer function
2022-11-07 Matt CaswellFix dtls_get_max_record_overhead()
2022-10-20 Matt CaswellRemove some TODO(RECLAYER) comments now that DTLS has...
2022-10-12 Matt CaswellRemove enc_write_state
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-05 Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
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 CaswellMove write buffer management into the write record...
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
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 CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-03 Matt CaswellUpdate copyright year
2022-04-06 John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2022-01-17 Dmytro Podgornyissl/t1_enc: Fix kTLS RX offload path
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
next