summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-08-08QUIC TLS: Report TLS errors properly as QUIC protocol errorsHugo Landau
2023-08-08QUIC CHANNEL: Send correct alert code if no TPARAMs receivedHugo Landau
2023-08-08QUIC CFQ: Unreliable transmission for PATH_RESPONSEHugo Landau
2023-08-08QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau
2023-08-04quic: using #defined constant rather than a magic numberPauli
2023-08-04quic conformance: 10.2.1 rate limitingPauli
2023-08-04quic conformance: section 10.2.2 requirementsPauli
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell
2023-07-31QUIC QSM: Infrastructure for tracking shutdown flush eligible streamsHugo Landau
2023-07-31QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau
2023-07-31QUIC CHANNEL: Allow ticking to be inhibited for testing purposesHugo Landau
2023-07-28vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao
2023-07-27Include <openssl/err.h> in include/refcount.hJohn Kohl
2023-07-21QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau
2023-07-21QUIC TXP: Major refactor to handle padding correctlyHugo Landau
2023-07-21QUIC QTX: Add ciphertext size calculation functionHugo Landau
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell
2023-07-19QUIC TXP: Do not generate full-size packets when sending CC-excess probesHugo Landau
2023-07-19QUIC ACKM: Clean up max_ack_delay tracking and separate TX and RX valuesHugo Landau
2023-07-19QUIC STATM: Move max_ack_delay tracking out of STATMHugo Landau
2023-07-19remove duplicate defines, add commentPauli
2023-07-18Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb
2023-07-17QUIC: Fix multistream test on macOSHugo Landau
2023-07-17Minor updates 2Hugo Landau
2023-07-17Minor updatesHugo Landau
2023-07-17make updateHugo Landau
2023-07-17QUIC QSM: Get rid of recv_fin_retired in favour of recv_stateHugo Landau
2023-07-17QUIC QSM: Update API documentationHugo Landau
2023-07-17QUIC APL: Validate send stream stateHugo Landau
2023-07-17QUIC CONFORMANCE: Validate preferred_addr transport parameterHugo Landau
2023-07-17QUIC WIRE: Allow encoding/decoding of reserved header bitsHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppressionHugo Landau
2023-07-17QUIC ACKM: Clarify the role of is_inflightHugo Landau
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau
2023-07-17QUIC CONFORMANCE: Packet handling fixesHugo Landau
2023-07-17QUIC CONFORMANCE: Validate RESET_STREAM final sizes correctlyHugo Landau
2023-07-17QUIC QSM: Model final sizes and handle STOP_SENDING correctlyHugo Landau
2023-07-17QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-14quicapitest: Fix SSL_trace() test on big endian platformsTomas Mraz
2023-07-13use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.Liu-ErMeng
2023-07-10CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan
2023-07-07QUIC err handling: Save and restore error stateTomas Mraz
2023-07-07QUIC err handling: Properly report network errorsTomas Mraz
2023-07-07Remove unused internal functionsatishkov
2023-07-05Minor updatesHugo Landau
2023-07-05Remove unused server codeHugo Landau