Make rcu_thread_key context-aware
[openssl.git] / ssl / ssl_local.h
10 days ago Richard LevitteCopyright year updates
2024-03-29 Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-02-02 Hugo LandauQLOG: Editorial fixes (QLOG is spelled 'qlog')
2024-02-02 Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02 Hugo Landaulibssl: Make some global mutable structures constant
2024-01-23 Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-19 Frederik Wedel-HeinenRemoves unsed function: ssl_bad_method()
2024-01-03 Frederik Wedel-HeinenSimplify ssl protocol version comparisons.
2023-12-12 Matt CaswellRemove some redundant code
2023-11-27 Hugo LandauMake ssl_cert_info read-only
2023-09-12 Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-02 Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-08-29 Frederik Wedel-HeinenRemoved unused struct ssl3_comp_st
2023-08-29 Hugo LandauQUIC APL: Handle modes correctly
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-08-14 Tomas Mrazssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefine...
2023-07-04 Hugo LandauRework options handling
2023-07-04 Hugo LandauQUIC: Control SSL option setting
2023-07-04 Hugo LandauQUIC SSL Behaviours: Allow detection of an SSL connecti...
2023-07-01 Paulitls: update to structure based atomics
2023-06-06 Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-06-02 Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-05-24 Matt CaswellCreate internal/ssl.h
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-12 Hugo LandauQUIC Dispatch: Introduce the QUIC_XSO object
2023-04-24 FdaSilvaYYdtls: code cleanup and refactorization
2023-04-12 Matt CaswellMake the data field for get_record() const
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-02-24 Michael Baentschfirst cut at sigalg loading
2023-02-22 Matt CaswellDon't declare SSL_CONNECTION twice
2023-02-22 Matt CaswellAdd the ability to mutate TLS handshake messages before...
2023-02-08 Tomas MrazRationalize FIPS sources
2023-01-24 Matt CaswellRemove the user_ssl field
2023-01-24 Matt CaswellAdd the ability to add a custom extension on an SSL...
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24 Matt CaswellMove recordmethod.h to be an "internal" header
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
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
next