summaryrefslogtreecommitdiff
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* e_os2: add ossl_static_assert_type_eqČestmír Kalina2023-03-171-0/+9
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-063-1/+382
* VMS knows POSIX threads too!Richard Levitte2023-03-061-0/+2
* Add const to some test tserver functionsMatt Caswell2023-02-221-4/+4
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-222-10/+8
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-222-1/+2
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-221-2/+4
* Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell2023-02-221-1/+1
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-223-4/+179
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-222-4/+40
* Add a skeleton quicfaultstestMatt Caswell2023-02-221-0/+3
* Add the ability to mutate QUIC packets before they are writtenMatt Caswell2023-02-223-4/+30
* Rationalize FIPS sourcesTomas Mraz2023-02-086-134/+270
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+1
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-301-2/+2
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-2/+15
* QUIC ACKM: Clarify probe typesHugo Landau2023-01-301-2/+19
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-272-1/+19
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-272-2/+5
* Add QUIC-TLS server supportMatt Caswell2023-01-241-1/+2
* Remove the old Dummy Handshake codeMatt Caswell2023-01-241-133/+0
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-241-0/+1
* Add an initial QUIC-TLS implementationMatt Caswell2023-01-241-0/+88
* Extend the new_record_layer functionMatt Caswell2023-01-241-0/+3
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-241-0/+1
* Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell2023-01-241-2/+0
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-241-0/+335
* QUIC Test Server: Minor fixupsHugo Landau2023-01-191-3/+3
* QUIC Test Server ImplementationHugo Landau2023-01-191-0/+79
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-191-0/+2
* QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau2023-01-191-0/+9
* QUIC DEMUX: (Server support) Add support for default handlerHugo Landau2023-01-191-2/+31
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-132-8/+8
* QUIC QTX: Handle network errors explicitlyHugo Landau2023-01-131-1/+20
* QUIC DEMUX: Handle network errors explicitlyHugo Landau2023-01-131-1/+19
* QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau2023-01-131-0/+6
* QUIC: Minor comment and editorial fixesHugo Landau2023-01-134-7/+6
* QUIC Front End I/O API: Wire up SSL_CTX ctrls and remove unneeded functionsHugo Landau2023-01-131-2/+0
* QUIC Front-End I/O API: Ensure BIOs are reffed and freed correctlyHugo Landau2023-01-131-2/+2
* QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau2023-01-131-2/+13
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-1325-144/+247
* QUIC Front-End I/O APIHugo Landau2023-01-131-5/+21
* internal/sockets.h: Add support for testing EINTR portablyHugo Landau2023-01-131-0/+3
* QUIC: Add miscellaneous QUIC constantsHugo Landau2023-01-131-0/+7
* QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau2023-01-131-11/+40
* QUIC: Complete the implementation of the RX depacketiser in terms of QUIC_CHA...Hugo Landau2023-01-131-3/+2
* QUIC_CHANNEL: ImplementationHugo Landau2023-01-131-0/+159
* QUIC: Add QUIC reactorHugo Landau2023-01-131-0/+162
* QUIC ACKM: Add function to get PTOHugo Landau2023-01-131-0/+6
* QUIC Transport Parameters: Add CID encoder/decoder, make ID optionalHugo Landau2023-01-131-4/+22