summaryrefslogtreecommitdiff
path: root/ssl/ssl_local.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove empty_fragment_doneMatt Caswell2022-09-231-1/+0
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-12/+11
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-021-1/+9
* Remove redefinition of SSL_AD_NO_ALERTMatt Caswell2022-08-181-0/+1
* Standardise type for epochMatt Caswell2022-08-181-1/+1
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-10/+1
* Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell2022-08-181-0/+2
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-181-5/+6
* Make the record layer directly aware of EtMMatt Caswell2022-08-181-6/+6
* Add support for moving data from one epoch to the nextMatt Caswell2022-08-181-1/+2
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-5/+4
* Move protocol version specific code into separate filesMatt Caswell2022-08-181-12/+0
* Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell2022-08-181-0/+10
* Update session timeout code with OSSL_TIMETodd Short2022-08-181-2/+2
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-198/+287
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-061-0/+1
* KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin2022-04-061-2/+2
* Add back check for the DH public key sizeTomas Mraz2022-02-171-0/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* ssl: better support TSAN operationsPauli2022-01-191-0/+30