aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-014-0/+35
* Fix intermittent sslapitest early data related failuresMatt Caswell2024-05-012-17/+69
* Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell2024-05-011-6/+12
* updated to oqs-provider 0.6.0Michael Baentsch2024-04-291-3/+3
* 82-test_ocsp_cert_chain.t: kill -HUP the server after client quitsTomas Mraz2024-04-291-3/+3
* 82-test_ocsp_cert_chain.t: Terminate the server after 1 connectionTomas Mraz2024-04-291-2/+4
* x509_acert: Add more parsing and printing testsDamian Hobson-Garcia2024-04-243-1/+66
* fuzz: Add attribute certificate fuzz testDamian Hobson-Garcia2024-04-241-0/+22
* x509_acert: Add simple API testsDamian Hobson-Garcia2024-04-245-1/+222
* Remove all references to FLOSS for NonStop Builds.Randall S. Becker2024-04-241-6/+0
* adding a multithreaded hashtable testNeil Horman2024-04-241-1/+228
* Adding hashtable fuzzerNeil Horman2024-04-241-0/+22
* Introduce new internal hashtable implementationNeil Horman2024-04-242-4/+239
* Fix potential divide by zero errorNeil Horman2024-04-241-2/+18
* Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta2024-04-231-2/+7
* Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry2024-04-227-11/+114
* Fix missing NULL check in prov_config_testNeil Horman2024-04-221-0/+3
* fix sending error when no root CA cert update availableRajeev Ranjan2024-04-221-1/+1
* Make rcu_thread_key context-awareNeil Horman2024-04-192-1/+2
* Adjust tests that were depending on X25519 and X448 in fipsTomas Mraz2024-04-195-159/+168
* Fix up path generation to use OPENSSL_MODULESNeil Horman2024-04-181-1/+14
* Update modulepath test for provider config to skip if not presentNeil Horman2024-04-181-12/+8
* Add test for OSSL_PROVIDER_load with module path setNeil Horman2024-04-184-2/+69
* Fix fragile explicit cert date tests.Viktor Dukhovni2024-04-182-12/+15
* Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a2024-04-171-0/+42
* OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky2024-04-161-17/+67
* test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov2024-04-101-2/+2
* Add check for public key presence on sm2 signingNeil Horman2024-04-091-8/+31
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-11/+42
* apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm2024-04-093-17/+102
* Check range of RSA plaintext and ciphertext when using no padding.slontis2024-04-091-0/+43
* Copyright year updatesRichard Levitte2024-04-0953-53/+53
* Add a test for session cache overflowMatt Caswell2024-04-081-1/+123
* Extend the multi_resume test for simultaneous resumptionsMatt Caswell2024-04-081-4/+84
* Add a test for session cache handlingMatt Caswell2024-04-081-0/+92
* Diverse small VMS build fixupsRichard Levitte2024-04-041-0/+9
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-022-4/+32
* Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger2024-04-022-1/+8
* Add locking to atomic operations in rw/rcu testsNeil Horman2024-04-021-8/+13
* test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-011-1/+5
* Fix threadstest wrapping againNeil Horman2024-03-261-2/+6
* Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík2024-03-251-1/+13
* Make counters in rcu/rw threads torture test 64 bitNeil Horman2024-03-221-8/+8
* Move artifact upload code into the shell scriptHugo Landau2024-03-211-17/+2
* Experimental support for uploading qlog artifactsHugo Landau2024-03-211-3/+19
* Try to fix intermittent CI failures in quic_multistream testBernd Edlinger2024-03-151-2/+20
* 82-test_ocsp_cert_chain.t: Just ignore unrecognized lines in server outputTomas Mraz2024-03-151-4/+0
* Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky2024-03-151-1/+4
* Add a test using the bandwidth limit filterTomas Mraz2024-03-153-0/+153
* Add support for bandwidth limitation in noisydgram BIO filterTomas Mraz2024-03-152-6/+162