aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* OSSL_PROVIDER_load_exDmitry Belyavskiy2023-08-302-1/+6
* Fix misspelled deprecation macro name in commentMatthias St. Pierre2023-08-301-1/+1
* make updateHugo Landau2023-08-301-1/+1
* QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau2023-08-301-1/+1
* QUIC APL: Support waiting for peer-initiated shutdownHugo Landau2023-08-301-0/+2
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-301-1/+1
* QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau2023-08-251-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-254-1/+21
* Always use uint8_t for TLS record typeTomas Mraz2023-08-251-1/+1
* Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz2023-08-251-1/+1
* Don't keep creating CONNECTION_CLOSE framesMatt Caswell2023-08-251-0/+1
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz2023-08-231-8/+5
* QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz2023-08-231-0/+1
* Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz2023-08-171-0/+4
* Fix decoders so that they use the passed in propq.slontis2023-08-161-1/+2
* quic: process stateless resetsPauli2023-08-163-8/+33
* Add a test for receiving a post-handshake CertificateRequestMatt Caswell2023-08-151-0/+7
* Add the ability to send NewSessionTicket messages when we want themMatt Caswell2023-08-151-0/+3
* NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell2023-08-151-0/+1
* Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell2023-08-151-0/+2
* Remove include/internal/decoder.h, as it's superfluousRichard Levitte2023-08-152-18/+4
* QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau2023-08-102-5/+21
* QUIC TEST: Test NEW_CONN_ID framesHugo Landau2023-08-101-0/+5
* QUIC TEST: Test malformed crypto stream data, excess bufferingHugo Landau2023-08-101-0/+3
* QUIC TEST: Ensure PING causes ACK generationHugo Landau2023-08-102-0/+12
* Don't use C++ reserved word template for function argumentsMscVZoltan2023-08-101-1/+1
* Resolve some of the TODO(QUIC) itemsTomas Mraz2023-08-081-2/+2
* QUIC TLS: Rethink error handlingHugo Landau2023-08-085-3/+18
* QUIC: Move string conversion functions into a source fileHugo Landau2023-08-082-68/+2
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-085-5/+96
* QUIC FC: Rename stream count mode to reflect actual functionHugo Landau2023-08-081-6/+8
* QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau2023-08-081-0/+11
* QUIC CHANNEL, TXP: Discard INITIAL EL correctlyHugo Landau2023-08-081-0/+1
* QUIC TLS: Report TLS errors properly as QUIC protocol errorsHugo Landau2023-08-082-0/+8
* QUIC CHANNEL: Send correct alert code if no TPARAMs receivedHugo Landau2023-08-081-1/+7
* QUIC CFQ: Unreliable transmission for PATH_RESPONSEHugo Landau2023-08-081-0/+9
* QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau2023-08-081-0/+8
* quic: using #defined constant rather than a magic numberPauli2023-08-041-1/+1
* quic conformance: 10.2.1 rate limitingPauli2023-08-041-1/+10
* quic conformance: section 10.2.2 requirementsPauli2023-08-041-1/+0
* Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell2023-08-021-0/+3
* QUIC QSM: Infrastructure for tracking shutdown flush eligible streamsHugo Landau2023-07-311-1/+24
* QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau2023-07-311-0/+3
* QUIC CHANNEL: Allow ticking to be inhibited for testing purposesHugo Landau2023-07-311-0/+3
* vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao2023-07-281-1/+1
* Include <openssl/err.h> in include/refcount.hJohn Kohl2023-07-271-0/+1
* QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau2023-07-211-0/+12
* QUIC TXP: Major refactor to handle padding correctlyHugo Landau2023-07-211-22/+0
* QUIC QTX: Add ciphertext size calculation functionHugo Landau2023-07-211-0/+10