summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-06-16QUIC APL: Correct implementation of time callback overrideHugo Landau
2023-06-16QUIC RX: Support reporting the key epoch a packet was received withHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli
2023-06-15updated (lib+)oqsprovider to latest releasesMichael Baentsch
2023-06-14cmactest.c: Fix no-des and no-sm4 build failuresTomas Mraz
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-12Update CMAC test cases.fisher.yu
2023-06-10Coverity 1529992: Check return value of sscanf()Tomas Mraz
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-06-09Update CMAC cipher algorithm list and test cases.fisher.yu
2023-06-08kdf test: restrict the version of the FIPS providerPauli
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-06-01Add PEM fuzzerKurt Roeckx
2023-05-29QUIC: Rename SSL_tick etc. in man(7) docsHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Add a test for the new QUIC tracing capabilityMatt Caswell
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell
2023-05-24Enable tracing of packets that have been sentMatt Caswell
2023-05-24Resolve a djgpp function name conflictHugo Landau
2023-05-24Make testutil text output functions thread safe (tsan)Hugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-24QUIC TSERVER: Use a random port in the tserver testHugo Landau
2023-05-24QUIC MSMT: macOS robustness fixesHugo Landau
2023-05-24QUIC MSMT TESTS: Add tests to exercise MAX_STREAMSHugo Landau
2023-05-24QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau
2023-05-24QUIC MSMT: Stress tests, support for repeating test opoerationsHugo Landau
2023-05-24QUIC MSMT: Add a basic multithreading testHugo Landau
2023-05-24QUIC MSMT: Revise tests to support multithreadingHugo Landau
2023-05-18Add support for --version and synonymsMarc Brooks
2023-05-17quic_newcid_test: Add negative test caseTomas Mraz
2023-05-17Add test for handling NEW_CONNECTION_ID frameTomas Mraz
2023-05-17Fix test cases using NEW_CONNECTION_ID frameTomas Mraz
2023-05-17quic_txp_test.c: Cleanup use of WPACKETTomas Mraz
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC MSST: Fix test on macOSHugo Landau
2023-05-12QUIC MSST: Test that SSL_free works in either orderHugo Landau
2023-05-12QUIC MSST: Fix tests on platforms with non-deterministic loopback interface b...Hugo Landau
2023-05-12Minor fixupsHugo Landau
2023-05-12QUIC MSST: TestsHugo Landau
2023-05-12QUIC FIFD: Add support for callback on frame ACKHugo Landau
2023-05-12QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau