aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
Commit message (Expand)AuthorAgeFilesLines
* Extend TLSv1.3 record layer padding API callsStephen Farrell2024-07-101-0/+1
* Extend `mask` of `ssl_method_st` to 64-biterbsland-dev2024-06-231-1/+1
* Incorporate more review feedbackRobert Schulze2024-06-211-2/+2
* Incorporate review feedbackRobert Schulze2024-06-211-5/+6
* Move stack of compression methods from libssl to OSSL_LIB_CTXsashan2024-05-281-5/+1
* Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan2024-05-141-0/+3
* Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.Frederik Wedel-Heinen2024-05-141-5/+0
* Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz2024-05-091-1/+1
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Allow provider sigalgs in SignatureAlgorithms confAlex Bozarth2024-03-291-1/+1
* 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