summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-11-23Copyright year updatesRichard Levitte
2023-11-15Add some additional tests for the new fc "consumed" paramsMatt Caswell
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-13Properly limit the variable output size for BLAKE2Tomas Mraz
2023-11-08add locking around fake_nowNeil Horman
2023-11-08Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman
2023-11-08Add unit test for #22644Pauli
2023-11-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz
2023-11-03Add negative test for key length changeTomas Mraz
2023-11-03Add negative test for iv length changeTomas Mraz
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-11-02QUIC: Test missing/malformed/duplicate/etc. transport parametersHugo Landau
2023-11-02QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo Landau
2023-11-02QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau
2023-11-02QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet typesHugo Landau
2023-11-02QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on WindowsHugo Landau
2023-11-01Add test case for uniform random generatorsPauli
2023-10-30evp_test.c: There are now 3 parameters possible for digestsTomas Mraz
2023-10-26Fix potential NULL deref in ssl_old_test.cTodd Short
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz
2023-10-26Copyright year updatesMatt Caswell
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz
2023-10-25QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau
2023-10-25QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau
2023-10-25QUIC: Test connection with large client and server cert chainsTomas Mraz
2023-10-25QUIC MULTISTREAM TEST: Output connection closure reason info on failureHugo Landau
2023-10-25quic_multistream_test: Output info about connection close reasonTomas Mraz
2023-10-25sslapitest: add cast to avoid compiler errorPauli
2023-10-25quic_tserver_test: Raise the initial timeout limitTomas Mraz
2023-10-25rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang
2023-10-24Add a test for retries when sending app dataMatt Caswell
2023-10-24When requeueing deferred URXEs retain the orderMatt Caswell
2023-10-24test: add unit test for CVE-2023-5363Pauli
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz
2023-10-23quic_record, quicapi, and quicfaults tests do not support fuzzing buildsTomas Mraz
2023-10-23Don't run the QUIC client fuzzer if QUIC is disabledMatt Caswell
2023-10-23Add a test for OSSL_ERR_STATE_save_to_mark()Matt Caswell
2023-10-23Add fuzz test recipe for the quic client fuzzerMatt Caswell
2023-10-20Add a test for converting OSSL_TIME to struct timevalMatt Caswell
2023-10-20QUIC: Test handling of post-connection session ticketsHugo Landau
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau
2023-10-13cmp: add null pointer check in tear_down test functionPauli
2023-10-13trace_api_test.c: Separate tracing statementsTomas Mraz
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz