aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix multistream test script 18Hugo Landau2023-06-281-2/+2
* The CC wake up deadline is now if we have TX allowanceMatt Caswell2023-06-282-15/+4
* Add a test quicserver utilityMatt Caswell2023-06-283-0/+3
* Add support for SHA256/192Fergus Dall2023-06-282-0/+42
* Add some test_ssl_new tests for the ffdhe groupsMatt Caswell2023-06-272-759/+1305
* Add a test for pkeyutl encrypt/decrypt using SM2Matt Caswell2023-06-262-2/+19
* Add a test case for the password prompt on garbage PKCS#12 fileRichard Levitte2023-06-262-0/+37
* Add decoder fuzzerKurt Roeckx2023-06-231-0/+22
* Add a test for an invalid group in the HRRMatt Caswell2023-06-231-7/+35
* Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz2023-06-231-3/+12
* Fix new typos found by codespellDimitri Papadopoulos2023-06-181-15/+15
* QUIC: Allow application to trigger TXKUHugo Landau2023-06-161-2/+32
* QUIC: Test key update works correctlyHugo Landau2023-06-162-2/+184
* QUIC APL: Correct implementation of time callback overrideHugo Landau2023-06-161-1/+2
* QUIC RX: Support reporting the key epoch a packet was received withHugo Landau2023-06-161-0/+22
* QUIC TXP: Refactor status output to use an extensible structureHugo Landau2023-06-161-3/+4
* Fix typos found by codespellDimitri Papadopoulos2023-06-158-17/+17
* fips: update DSA security check to fix legacy verify strengthsPauli2023-06-152-56/+91
* updated (lib+)oqsprovider to latest releasesMichael Baentsch2023-06-152-17/+16
* cmactest.c: Fix no-des and no-sm4 build failuresTomas Mraz2023-06-141-5/+7
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-1429-122/+318
* Update CMAC test cases.fisher.yu2023-06-121-215/+28
* Coverity 1529992: Check return value of sscanf()Tomas Mraz2023-06-101-3/+5
* Cast the argument to unsigned char when calling isspace()Michael Baentsch2023-06-092-4/+4
* Update CMAC cipher algorithm list and test cases.fisher.yu2023-06-091-3/+319
* kdf test: restrict the version of the FIPS providerPauli2023-06-083-0/+3
* Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth2023-06-061-0/+7
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-1/+1
* allow to disable httpVladimĂ­r Kotal2023-06-064-10/+23
* [feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen2023-06-023-2/+146
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-011-0/+4
* Add PEM fuzzerKurt Roeckx2023-06-011-0/+22
* QUIC: Rename SSL_tick etc. in man(7) docsHugo Landau2023-05-291-1/+1
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-296-12/+12
* Create setter functions for the msg_callback and msg_callback_argMatt Caswell2023-05-241-18/+18
* Add a test for the new QUIC tracing capabilityMatt Caswell2023-05-243-4/+412
* Properly handling stream/crypto frames while tracingMatt Caswell2023-05-242-5/+5
* Enable tracing of packets that have been sentMatt Caswell2023-05-243-3/+3
* Resolve a djgpp function name conflictHugo Landau2023-05-241-18/+18
* Make testutil text output functions thread safe (tsan)Hugo Landau2023-05-241-8/+85
* QUIC: Fix bugs where threading is disabledHugo Landau2023-05-242-2/+22
* QUIC TSERVER: Use a random port in the tserver testHugo Landau2023-05-241-3/+1
* QUIC MSMT: macOS robustness fixesHugo Landau2023-05-241-4/+4
* QUIC MSMT TESTS: Add tests to exercise MAX_STREAMSHugo Landau2023-05-241-0/+87
* QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau2023-05-241-1/+2
* QUIC MSMT: Stress tests, support for repeating test opoerationsHugo Landau2023-05-241-11/+144
* QUIC MSMT: Add a basic multithreading testHugo Landau2023-05-241-0/+77
* QUIC MSMT: Revise tests to support multithreadingHugo Landau2023-05-241-58/+303
* Add support for --version and synonymsMarc Brooks2023-05-181-1/+7
* quic_newcid_test: Add negative test caseTomas Mraz2023-05-171-11/+23