summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-07-05Remove unused server codeHugo Landau
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC SSL: Block SSL_clearHugo Landau
2023-07-05QUIC SSL: Block SSL_dupHugo Landau
2023-07-05QUIC SSL: SSL_set_quiet_shutdownHugo Landau
2023-07-05QUIC SSL: Version setting restrictionsHugo Landau
2023-07-05QUIC SSL: Forbid pipeline-related operationsHugo Landau
2023-07-05QUIC SSL: SSL_set_fd for BIO_s_datagramHugo Landau
2023-07-05QUIC SSL: HelloRetryRequestHugo Landau
2023-07-05QUIC SSL: Buffer ManagementHugo Landau
2023-07-05QUIC SSL: Prohibit early data functionailtyHugo Landau
2023-07-05QUIC SSL: Prohibit readahead-related functionsHugo Landau
2023-07-05QUIC: Control SSL option settingHugo Landau
2023-07-05QUIC: Forbid non-QUIC ciphersHugo Landau
2023-07-05QUIC TLS: Prohibit SRTP-related calls for QUIC TLSHugo Landau
2023-07-0480-test_ssl_new.t: Test 14-curves.cnf depends on enabled DH nowTomas Mraz
2023-07-0370-test_tls13hrr.t: Use P-521 instead of X25519 for invalid group testTomas Mraz
2023-07-01test: update to structure based atomicsPauli
2023-06-28Fix multistream test script 18Hugo Landau
2023-06-28The CC wake up deadline is now if we have TX allowanceMatt Caswell
2023-06-28Add a test quicserver utilityMatt Caswell
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-27Add some test_ssl_new tests for the ffdhe groupsMatt Caswell
2023-06-26Add a test for pkeyutl encrypt/decrypt using SM2Matt Caswell
2023-06-26Add a test case for the password prompt on garbage PKCS#12 fileRichard Levitte
2023-06-23Add decoder fuzzerKurt Roeckx
2023-06-23Add a test for an invalid group in the HRRMatt Caswell
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-16QUIC: Test key update works correctlyHugo Landau
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