aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short1-11/+42
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm3-17/+102
2024-04-09Check range of RSA plaintext and ciphertext when using no padding.slontis1-0/+43
2024-04-09Copyright year updatesRichard Levitte53-53/+53
2024-04-08Add a test for session cache overflowMatt Caswell1-1/+123
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell1-4/+84
2024-04-08Add a test for session cache handlingMatt Caswell1-0/+92
2024-04-04Diverse small VMS build fixupsRichard Levitte1-0/+9
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2-4/+32
2024-04-02Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger2-1/+8
2024-04-02Add locking to atomic operations in rw/rcu testsNeil Horman1-8/+13
2024-04-01test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()Jiasheng Jiang1-1/+5