summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-05-12QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau
2023-05-12QUIC TSERVER: Add support for multiple streamsHugo Landau
2023-05-12QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau
2023-05-12QUIC APL: Add stream creation APIsHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-05-12QUIC CHANNEL: Handle any number of streamsHugo Landau
2023-05-12QUIC Dispatch: Refactor APL interface to use SSL pointers not QC pointersHugo Landau
2023-05-12QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-05remove unused macro in common.hzhangzhilei
2023-05-01QUIC CC: Use OSSL_PARAMHugo Landau
2023-05-01QUIC Congestion Control: TestsHugo Landau
2023-05-01QUIC: NewReno congestion controllerHugo Landau
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau
2023-04-26params: add helper functions to allocate & copy paramsPauli
2023-04-21Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia
2023-04-18OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb
2023-04-14Fix a HPKE API to put libctx, propq as last (optional parameters).slontis
2023-04-12Allow partially releasing a record for TLSMatt Caswell
2023-04-12Make the data field for get_record() constMatt Caswell
2023-04-12Add support for rstream get/release record in the QUIC TLS layerMatt Caswell
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
2023-04-03FFC cleanupsslontis
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau
2023-03-30Minor fixes to thread assisted modeHugo Landau
2023-03-30Enhance quic_tserver test to fully test thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-03-30Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau
2023-03-30Add locking to QUIC front-endHugo Landau
2023-03-30Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau
2023-03-30Annotate functions needing lockingHugo Landau
2023-03-30QUIC Channel: Add a mutexHugo Landau
2023-03-30QUIC Reactor: Allow a mutex to be released during waitsHugo Landau
2023-03-30threading: Add ossl_crypto_condvar_wait_timeoutHugo Landau
2023-03-29SM4 check should be for __aarch64__, not __ARM_MAX_ARCH__ >= 8Tom Cosgrove
2023-03-29fips: rework the option handling codePauli
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller