summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
AgeCommit message (Expand)Author
2023-08-14ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headersTomas Mraz
2023-07-05Rework options handlingHugo Landau
2023-07-05QUIC: Control SSL option settingHugo Landau
2023-07-05QUIC SSL Behaviours: Allow detection of an SSL connection used for QUIC hands...Hugo Landau
2023-07-01tls: update to structure based atomicsPauli
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-05-24Create internal/ssl.hMatt Caswell
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-12QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau
2023-04-24dtls: code cleanup and refactorizationFdaSilvaYY
2023-04-12Make the data field for get_record() constMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-22Don't declare SSL_CONNECTION twiceMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-01-24Remove the user_ssl fieldMatt Caswell
2023-01-24Add the ability to add a custom extension on an SSL objectMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Move recordmethod.h to be an "internal" headerMatt Caswell
2023-01-24Create the SSL object for QUIC-TLSMatt Caswell
2022-11-14Resolve a TODO in ssl3_dispatch_alertMatt Caswell
2022-11-14Remove references to read_mac_secret and write_mac_secretMatt Caswell
2022-11-14Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove compress/expand fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-20Convert dtls_write_records to use standard record layer functionsMatt Caswell
2022-10-18Add `for_comp` flag when retrieving certs for compressionTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-12Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell
2022-10-07Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell
2022-09-27ssl_log_secret call in tls13_key_updatevisbjn
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell
2022-09-23Move need_empty_fragments inside the record layerMatt Caswell
2022-09-23Remove empty_fragment_doneMatt Caswell
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-08-18Remove redefinition of SSL_AD_NO_ALERTMatt Caswell
2022-08-18Standardise type for epochMatt Caswell
2022-08-18Move some fields out of the SSL object and into the record layer objectMatt Caswell
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Make the record layer directly aware of EtMMatt Caswell
2022-08-18Add support for moving data from one epoch to the nextMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Move protocol version specific code into separate filesMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell