summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-05-06Add a test for the session_secret_cbMatt Caswell
2024-05-06test/threadstest.c: Add checks for CRYPTO_THREAD_lock_new()Jiasheng Jiang
2024-05-06Fix error handling in CMS_EncryptedData_encryptBernd Edlinger
2024-05-06Add processing by chunks to mac testsVeronika Hanulíková
2024-05-06Add processing by chunks to encoding testsVeronika Hanulíková
2024-05-06Add processing by chunks to digest, sign, verify testsVeronika Hanulíková
2024-05-06Add processing by chunks to cipher tests in evp_testVeronika Hanulíková
2024-05-06Add option for setting size of processed data chunksVeronika Hanulíková
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-05-01Fix intermittent sslapitest early data related failuresMatt Caswell
2024-05-01Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell
2024-04-29updated to oqs-provider 0.6.0Michael Baentsch
2024-04-2982-test_ocsp_cert_chain.t: kill -HUP the server after client quitsTomas Mraz
2024-04-2982-test_ocsp_cert_chain.t: Terminate the server after 1 connectionTomas Mraz
2024-04-24x509_acert: Add more parsing and printing testsDamian Hobson-Garcia
2024-04-24fuzz: Add attribute certificate fuzz testDamian Hobson-Garcia
2024-04-24x509_acert: Add simple API testsDamian Hobson-Garcia
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2024-04-24adding a multithreaded hashtable testNeil Horman
2024-04-24Adding hashtable fuzzerNeil Horman
2024-04-24Introduce new internal hashtable implementationNeil Horman
2024-04-24Fix potential divide by zero errorNeil Horman
2024-04-23Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta
2024-04-22Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry
2024-04-22Fix missing NULL check in prov_config_testNeil Horman
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-19Adjust tests that were depending on X25519 and X448 in fipsTomas Mraz
2024-04-18Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-18Update modulepath test for provider config to skip if not presentNeil Horman
2024-04-18Add test for OSSL_PROVIDER_load with module path setNeil Horman
2024-04-18Fix fragile explicit cert date tests.Viktor Dukhovni
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-10test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov
2024-04-09Add check for public key presence on sm2 signingNeil Horman
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2024-04-09Check range of RSA plaintext and ciphertext when using no padding.slontis
2024-04-09Copyright year updatesRichard Levitte
2024-04-08Add a test for session cache overflowMatt Caswell
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell
2024-04-08Add a test for session cache handlingMatt Caswell
2024-04-04Diverse small VMS build fixupsRichard Levitte
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2024-04-02Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger
2024-04-02Add locking to atomic operations in rw/rcu testsNeil Horman
2024-04-01test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-03-26Fix threadstest wrapping againNeil Horman
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík