summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the data field for get_record() constMatt Caswell2023-04-121-1/+1
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-121-3/+12
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-041-6/+0
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-042-0/+6
* FFC cleanupsslontis2023-04-031-1/+1
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-1/+0
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-301-1/+1
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-301-0/+4
* Minor fixes to thread assisted modeHugo Landau2023-03-301-0/+4
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-301-0/+7