summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* quic_tserver: Add possibility to change the connection idTomas Mraz2023-05-172-0/+9
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-171-0/+2
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-3/+0
* QUIC: Fix CRYPTO_GET_REFHugo Landau2023-05-121-0/+1
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-122-6/+6
* QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau2023-05-121-1/+1
* QUIC MSST: Documentation fixesHugo Landau2023-05-121-1/+1
* REFCOUNT: Add support for querying refcountHugo Landau2023-05-121-0/+37
* QUIC MSST: Minor fixes and cleanupsHugo Landau2023-05-122-3/+3
* Minor fixupsHugo Landau2023-05-121-3/+0
* QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau2023-05-121-0/+16
* QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau2023-05-121-1/+1
* QUIC MSST: make updateHugo Landau2023-05-121-1/+1
* QUIC QSM: Stream garbage collectionHugo Landau2023-05-122-1/+124
* QUIC FIFD: Add support for callback on frame ACKHugo Landau2023-05-122-0/+14
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-122-0/+46
* QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistentlyHugo Landau2023-05-121-0/+12
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-121-15/+17
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-122-2/+4
* QUIC QSM: Handle STOP_SENDING correctlyHugo Landau2023-05-121-0/+7
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-121-3/+9
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-0/+2
* QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMSHugo Landau2023-05-121-1/+12
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-121-1/+7
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-121-0/+17
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-122-0/+6
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-122-0/+7
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-124-0/+26
* QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau2023-05-122-0/+3
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-122-0/+7
* QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau2023-05-121-0/+1
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-122-0/+2
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-121-2/+12
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-122-3/+37
* QUIC APL: Add stream creation APIsHugo Landau2023-05-122-0/+10
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-122-0/+5
* QUIC CHANNEL: Handle any number of streamsHugo Landau2023-05-121-0/+10
* QUIC Dispatch: Refactor APL interface to use SSL pointers not QC pointersHugo Landau2023-05-121-21/+21
* QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau2023-05-121-0/+1
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-122-2/+4
* remove unused macro in common.hzhangzhilei2023-05-051-8/+0
* QUIC CC: Use OSSL_PARAMHugo Landau2023-05-011-16/+33
* QUIC Congestion Control: TestsHugo Landau2023-05-011-0/+3
* QUIC: NewReno congestion controllerHugo Landau2023-05-011-0/+1
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-011-96/+134
* params: add helper functions to allocate & copy paramsPauli2023-04-261-0/+38
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-211-0/+3
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-181-1/+1
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-3/+3
* Allow partially releasing a record for TLSMatt Caswell2023-04-121-5/+7