Remove references to read_mac_secret and write_mac_secret
[openssl.git] / ssl / ssl_local.h
2022-11-14 Matt CaswellRemove references to read_mac_secret and write_mac_secret
2022-11-14 Matt CaswellRemove the read_iv/write_iv fields from SSL_CONNECTION
2022-11-14 Matt CaswellRemove compress/expand fields from SSL_CONNECTION
2022-11-14 Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-09-27 visbjnssl_log_secret call in tls13_key_update
2022-09-23 Matt CaswellMove the record block_padding capability fully into...
2022-09-23 Matt CaswellMove need_empty_fragments inside the record layer
2022-09-23 Matt CaswellRemove empty_fragment_done
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-08-18 Matt CaswellRemove redefinition of SSL_AD_NO_ALERT
2022-08-18 Matt CaswellStandardise type for epoch
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
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 CaswellAdd support for moving data from one epoch to the next
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellMove protocol version specific code into separate files
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18 Todd ShortUpdate session timeout code with OSSL_TIME
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-06 John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2022-02-17 Tomas MrazAdd back check for the DH public key size
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-19 Paulissl: better support TSAN operations
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-06-19 Paulissl: do not choose auto DH groups that are weaker than...
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-02 Paulitls: remove TODOs
2021-05-27 Juergen ChristFix compilation warning with GCC11.
2021-05-15 Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-03-30 Paulissl: fix problem where MAC IDs were globally cached.
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Matt CaswellEnsure default supported groups works even with no...
2021-02-05 Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-08 Michael BaentschAdding TLS group name retrieval
2020-12-08 Richard LevitteTLS: Use EVP_PKEY_get_group_name() to get the group...
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-23 Matt CaswellMove some libssl global variables into SSL_CTX
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-10-16 Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14 Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-14 Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-10-14 Nicola TuveriDefine OSSL_CAPABILITY_TLS_GROUP_IS_KEM
2020-09-21 Rutger HendriksIncrease PSK_MAX_PSK_LEN to 512
2020-09-03 Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-08-31 John BaldwinMove KTLS inline functions only used by libssl into...
2020-07-06 Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2020-06-19 Matt CaswellUpdate the various SSL group getting and setting functions
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-05 Matt CaswellCheck that Signature Algorithms are available before...
2020-06-04 Otto HollmannAdd cipher list ciphersuites which using encryption...
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-06 Benjamin KadukFix up whitespace nits introduced by PR #11416
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-04-19 Matt CaswellUse the libctx for all EVP_PKEY_CTX operations
2020-04-16 Nikolay MorozovTLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
2020-03-26 Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-06 Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06 Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-25 Kurt RoeckxCheck that the default signature type is allowed
2020-01-22 Matt CaswellIntroduce SSL_CTX_new_with_libex()
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files