aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte2023-09-041-0/+25
* VMS: Add a fallback definition of socklen_tRichard Levitte2023-09-041-0/+3
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-041-0/+9
* Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove2023-09-041-12/+23
* QUIC APL: Implement SSL_wantHugo Landau2023-09-011-0/+1
* Comment on internal flagHugo Landau2023-09-011-0/+2
* BIO: Allow third parties to use integers instead of pointers for poll descrip...Hugo Landau2023-09-011-3/+4
* QUIC: Make TLS1_FLAGS_QUIC privateHugo Landau2023-09-012-3/+3
* QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau2023-09-011-1/+4
* QUIC APL: Allow stream origin to be queriedHugo Landau2023-09-012-0/+2
* Minor updatesHugo Landau2023-09-011-1/+1
* Minor fixesHugo Landau2023-09-011-3/+3
* BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau2023-09-011-0/+3
* QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau2023-09-011-1/+4
* QUIC CHANNEL: Cleanup poll descriptor managementHugo Landau2023-09-011-0/+6
* QUIC REACTOR: Move can-poll flags into reactorHugo Landau2023-09-011-3/+14
* BIO_s_connect: Add support for datagram modeHugo Landau2023-09-011-0/+7
* QUIC: Harden ring buffer against internal misuseHugo Landau2023-08-311-3/+15
* 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