summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-09-23test: Fix memory leak of asynctestTianjia Zhang
2022-09-23Fix BIO_dgram_pair stochastic test failureHugo Landau
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-22Add additional messages to the DTLS dropped records testMatt Caswell
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
2022-09-21Coverity 1515415: NULL dereferencePauli
2022-09-21Remove unnecessary definePauli
2022-09-21Runtime detect FIPS RNG usage in testPauli
2022-09-21Remove FIPS condition on IV gen test.Pauli
2022-09-21Remove FIPS condition on SM2 test.Pauli
2022-09-20Test a 0 return from the ticket key callbackMatt Caswell
2022-09-1680-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicitDavid von Oheimb
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16Add tests for trace_api.Daniel Fiala
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz
2022-09-16Fix default padding regression against 3.0.0 FIPS providerPauli
2022-09-16TDES: fix test with old FIPS providerPauli
2022-09-16evp_test: allow FIPS provider version based escapes in evp_testPauli
2022-09-16test: make unit tests FIPS provider version awarePauli
2022-09-15Add support for PBE using hmacWithSM3K1
2022-09-12update oqsprovider/liboqs to v0.7.2Michael Baentsch
2022-09-12Fix tests when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove
2022-09-09Add some API tests for TLSv1.3 record paddingMatt Caswell
2022-09-09bio_dgram_test.c: Fix warning from older clang compilersTomas Mraz
2022-09-07Coverity: explicit null dereferencePauli
2022-09-05test/pkcs12_api_test.c: fix failure on MinGWxtkoba
2022-09-05list: add a doubly linked list type.Pauli
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-08-29Test that we ignore a bad record version in a plaintext TLSv1.3 recordMatt Caswell
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-08-24Updates for OSSL_TIME changesHugo Landau
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau
2022-08-23Support decode SM2 parametersK1
2022-08-18Standardise type for epochMatt Caswell
2022-08-18Remove some redundant codeMatt Caswell
2022-08-18Update the tls13encryptiontest for new read record layerMatt Caswell
2022-08-18Move some fields out of the SSL object and into the record layer objectMatt Caswell
2022-08-18Move some DTLS read code into the read record layerMatt Caswell
2022-08-18Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell
2022-08-18Update the oqs-provider submodule to a more recent commitMatt Caswell
2022-08-18Add a test for read_ahead data crossing a key changeMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Ensure various SSL options are passed down to the record layerMatt Caswell
2022-08-18Convert ssl3_get_record to tls_read_recordMatt Caswell