summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* PKCS12 - Add additional libctx and propq support.slontis2023-01-162-0/+4
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-133-10/+10
* QUIC QTX: Handle network errors explicitlyHugo Landau2023-01-131-1/+20
* QUIC DEMUX: Handle network errors explicitlyHugo Landau2023-01-131-1/+19
* QUIC BIO Poll Descriptors: simplify custom interfaceHugo Landau2023-01-131-5/+1
* 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-132-5/+28
* 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
* Add BIO poll descriptorsHugo Landau2023-01-132-0/+25
* 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
* Remove duplicate declarationHugo Landau2023-01-131-1/+0
* internal/sockets.h: Ensure errno.h included when necessaryHugo Landau2023-01-131-0/+5
* QUIC Dummy Handshake Layer: Allow transport parameters to be set laterHugo Landau2023-01-131-6/+14
* QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau2023-01-131-0/+8
* QUIC TXP: Add a function to query if the TXP wants to generate a packetHugo Landau2023-01-131-0/+13
* QUIC Record Layer: Allow INITIAL EL to be rekeyedHugo Landau2023-01-132-12/+16
* QUIC: Add transport parameter and other constantsHugo Landau2023-01-133-1/+23
* QUIC TX: Do not have QTX handle refcount of BIOsHugo Landau2023-01-131-2/+3
* QUIC Wire Encoding: Support Retry Integrity Tag CalculationHugo Landau2023-01-131-0/+55
* QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau2023-01-134-62/+24
* QUIC: Dummy Handshake Layer for PrototypingHugo Landau2023-01-131-0/+121
* QUIC DEMUX: Allow BIO to be changedHugo Landau2023-01-131-0/+5
* QUIC Congestion Control: API to determine deadline at which more credit will ...Hugo Landau2023-01-131-0/+6
* QUIC ACKM: Add support for psuedo-lossHugo Landau2023-01-131-0/+12
* Support all five EdDSA instances from RFC 8032James Muir2023-01-132-9/+17
* Avoid ifdefs in trace categoriesTomas Mraz2022-12-221-4/+2
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-221-0/+1
* Do not build P10-specific AES-GCM assembler on AIXTomas Mraz2022-12-141-5/+7
* Make error reason for disallowed legacy sigalg more specificTomas Mraz2022-12-131-0/+1
* Fix-up to f3090fc7James Muir2022-12-131-1/+1
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-122-0/+7
* rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario2022-12-121-0/+4
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-082-0/+4
* prevent HPKE sender setting seq unwiselyStephen Farrell2022-12-081-1/+8