summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-21thread: remove remnants of ossl_crypto_mem_barrierČestmír Kalina
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17e_os2: add ossl_static_assert_type_eqČestmír Kalina
2023-03-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-16riscv: Clean up extension test macrosChristoph Müllner
2023-03-15Add a flag so finalised contexts are not reusedSimo Sorce
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-06Improve the QUIC_RSTREAM implementationTomas Mraz
2023-03-06VMS knows POSIX threads too!Richard Levitte
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-22Add const to some test tserver functionsMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-02-08Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove
2023-02-08S390x: Support ME and CRT offloadingJuergen Christ
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis