summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
AgeCommit message (Expand)Author
2024-02-02QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau
2024-02-02QLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTXHugo Landau
2024-02-02libssl: Make some global mutable structures constantHugo Landau
2024-01-23QUIC APL: Implement optimised FIN APIHugo Landau
2024-01-19Removes unsed function: ssl_bad_method()Frederik Wedel-Heinen
2024-01-03Simplify ssl protocol version comparisons.Frederik Wedel-Heinen
2023-12-12Remove some redundant codeMatt Caswell
2023-11-27Make ssl_cert_info read-onlyHugo Landau
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-02Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma
2023-08-29Removed unused struct ssl3_comp_stFrederik Wedel-Heinen
2023-08-29QUIC APL: Handle modes correctlyHugo Landau
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
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