aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz2-10/+23
2024-05-14sslapitest.c: With fips skip tests depending on X25519 and X448Tomas Mraz1-0/+7
2024-05-1490-test_sslapi.t: Fix execution of sslapitest with fips providerTomas Mraz1-18/+15
2024-05-14evp_test: Added the special private key that triggers bug (CVE-2011-4354)Trust-Worthy1-0/+14
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan7-19/+81
2024-05-14quic_multistream_test: fix undefined symbol snprintf with VS2010Georgi Valkov1-4/+4
2024-05-10tls_provider_init(): Rename prov_ctx to xor_prov_ctx to clarifyTomas Mraz1-4/+4
2024-05-10tls_provider_init(): Fix leaks in error casesTomas Mraz1-5/+11
2024-05-09OSSL_LIB_CTX_load_config() must not be called concurrently on same libctxTomas Mraz1-14/+0
2024-05-09Add tests for conf_diagnosticsTomas Mraz5-3/+85
2024-05-09Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz1-10/+8
2024-05-08Avoid memory leak in x509_test error pathViktor Dukhovni1-3/+12
2024-05-08Fix Coverity issues 1596850, 1596851 and 1596852Tomas Mraz1-1/+3
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta5-5/+95
2024-05-06Add a test for the session_secret_cbMatt Caswell1-0/+89
2024-05-06test/threadstest.c: Add checks for CRYPTO_THREAD_lock_new()Jiasheng Jiang1-0/+11
2024-05-06Fix error handling in CMS_EncryptedData_encryptBernd Edlinger1-0/+7
2024-05-06Add processing by chunks to mac testsVeronika Hanulíková1-8/+32
2024-05-06Add processing by chunks to encoding testsVeronika Hanulíková1-12/+37
2024-05-06Add processing by chunks to digest, sign, verify testsVeronika Hanulíková1-13/+94
2024-05-06Add processing by chunks to cipher tests in evp_testVeronika Hanulíková1-26/+57
2024-05-06Add option for setting size of processed data chunksVeronika Hanulíková1-0/+5
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb4-0/+35
2024-05-01Fix intermittent sslapitest early data related failuresMatt Caswell2-17/+69
2024-05-01Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell1-6/+12
2024-04-29updated to oqs-provider 0.6.0Michael Baentsch1-3/+3
2024-04-2982-test_ocsp_cert_chain.t: kill -HUP the server after client quitsTomas Mraz1-3/+3
2024-04-2982-test_ocsp_cert_chain.t: Terminate the server after 1 connectionTomas Mraz1-2/+4
2024-04-24x509_acert: Add more parsing and printing testsDamian Hobson-Garcia3-1/+66
2024-04-24fuzz: Add attribute certificate fuzz testDamian Hobson-Garcia1-0/+22
2024-04-24x509_acert: Add simple API testsDamian Hobson-Garcia5-1/+222
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker1-6/+0
2024-04-24adding a multithreaded hashtable testNeil Horman1-1/+228
2024-04-24Adding hashtable fuzzerNeil Horman1-0/+22
2024-04-24Introduce new internal hashtable implementationNeil Horman2-4/+239
2024-04-24Fix potential divide by zero errorNeil Horman1-2/+18
2024-04-23Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta1-2/+7
2024-04-22Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry7-11/+114
2024-04-22Fix missing NULL check in prov_config_testNeil Horman1-0/+3
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan1-1/+1
2024-04-19Make rcu_thread_key context-awareNeil Horman2-1/+2
2024-04-19Adjust tests that were depending on X25519 and X448 in fipsTomas Mraz5-159/+168
2024-04-18Fix up path generation to use OPENSSL_MODULESNeil Horman1-1/+14
2024-04-18Update modulepath test for provider config to skip if not presentNeil Horman1-12/+8
2024-04-18Add test for OSSL_PROVIDER_load with module path setNeil Horman4-2/+69
2024-04-18Fix fragile explicit cert date tests.Viktor Dukhovni2-12/+15
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a1-0/+42
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky1-17/+67
2024-04-10test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov1-2/+2
2024-04-09Add check for public key presence on sm2 signingNeil Horman1-8/+31