aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
Commit message (Expand)AuthorAgeFilesLines
* QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau2024-02-021-1/+1
* QLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTXHugo Landau2024-02-021-0/+4
* libssl: Make some global mutable structures constantHugo Landau2024-02-021-1/+1
* QUIC APL: Implement optimised FIN APIHugo Landau2024-01-231-1/+2
* Removes unsed function: ssl_bad_method()Frederik Wedel-Heinen2024-01-191-1/+0
* Simplify ssl protocol version comparisons.Frederik Wedel-Heinen2024-01-031-0/+1
* Remove some redundant codeMatt Caswell2023-12-121-4/+0
* Make ssl_cert_info read-onlyHugo Landau2023-11-271-4/+4
* Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell2023-09-121-0/+3
* Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma2023-09-021-1/+1
* Removed unused struct ssl3_comp_stFrederik Wedel-Heinen2023-08-291-10/+0
* QUIC APL: Handle modes correctlyHugo Landau2023-08-291-0/+2
* Always use uint8_t for TLS record typeTomas Mraz2023-08-251-6/+6
* ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headersTomas Mraz2023-08-141-0/+4
* Rework options handlingHugo Landau2023-07-051-3/+13
* QUIC: Control SSL option settingHugo Landau2023-07-051-0/+59
* QUIC SSL Behaviours: Allow detection of an SSL connection used for QUIC hands...Hugo Landau2023-07-051-0/+2
* tls: update to structure based atomicsPauli2023-07-011-3/+0
* Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth2023-06-061-0/+1
* [feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen2023-06-021-0/+3
* Create internal/ssl.hMatt Caswell2023-05-241-3/+1
* Add initial QUIC support for the msg_callbackMatt Caswell2023-05-241-2/+4
* QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau2023-05-121-1/+1
* dtls: code cleanup and refactorizationFdaSilvaYY2023-04-241-1/+1
* Make the data field for get_record() constMatt Caswell2023-04-121-1/+1
* RFC7250 (RPK) supportTodd Short2023-03-281-1/+64
* first cut at sigalg loadingMichael Baentsch2023-02-241-18/+49
* Don't declare SSL_CONNECTION twiceMatt Caswell2023-02-221-1/+1
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-221-1/+1
* Rationalize FIPS sourcesTomas Mraz2023-02-081-90/+0
* Remove the user_ssl fieldMatt Caswell2023-01-241-4/+0
* Add the ability to add a custom extension on an SSL objectMatt Caswell2023-01-241-0/+8
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-241-0/+4
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-241-1/+1
* Create the SSL object for QUIC-TLSMatt Caswell2023-01-241-3/+5
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-141-0/+9
* Remove references to read_mac_secret and write_mac_secretMatt Caswell2022-11-141-4/+0
* Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell2022-11-141-3/+0
* Remove compress/expand fields from SSL_CONNECTIONMatt Caswell2022-11-141-3/+0
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-141-6/+2
* Remove some redundant codeMatt Caswell2022-10-201-3/+0
* Remove the old buffer management codeMatt Caswell2022-10-201-2/+0
* Convert dtls_write_records to use standard record layer functionsMatt Caswell2022-10-201-5/+2
* Add `for_comp` flag when retrieving certs for compressionTodd Short2022-10-181-1/+1
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-1/+40
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-121-12/+0
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-071-2/+0
* ssl_log_secret call in tls13_key_updatevisbjn2022-09-271-0/+2
* Move the record block_padding capability fully into the record layerMatt Caswell2022-09-231-5/+0
* Move need_empty_fragments inside the record layerMatt Caswell2022-09-231-2/+1