summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC: Implement SSL_has_pendingHugo Landau
2023-07-05QUIC: Control SSL option settingHugo Landau
2023-07-05QUIC SSL Behaviours: Allow detection of an SSL connection used for QUIC hands...Hugo Landau
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-03Cleanse data in send and receive ring buffers on releaseTomas Mraz
2023-07-03Cleanse also the send stream data with SSL_OP_CLEANSE_PLAINTEXTTomas Mraz
2023-07-01evp: update to structure based atomicsPauli
2023-07-01ecx: update to structure based atomicsPauli
2023-07-01refcnt: convert references counts to a structurePauli
2023-06-30hpke.h, thread.h: Add extern "C" for C++ inclusionTomas Mraz
2023-06-29feat: add missing pki / pmi object identifiersJonathan M. Wilbur
2023-06-28Add a test quicserver utilityMatt Caswell
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau