aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
10 hoursFix memory leak in x509_req_testHEADmasterIngo Franzki1-1/+2
31 hoursFix usage of deallocated EVP_RAND_CTX after execution of FIPS on-demand self ...Karol Brzuskiewicz1-0/+13
34 hoursstricter parser for ipv4_from_ascDavid Benjamin1-7/+77
34 hoursSupport subjectDirectoryAttributes and associatedInformation extsJonathan M. Wilbur3-1/+72
35 hoursFix typos found by codespellDimitri Papadopoulos3-3/+3
4 daysMake x509_req_test ANSI Compatibleerbsland-dev3-21/+41
4 daysAdd Test for Verification Failure on Incorrect X509 Versionerbsland-dev3-1/+92
5 daysAdd test for ASN1_item_verify()Tomas Mraz4-1/+100
5 daysfeat: add delegatedNameConstraints and holderNameConstraints extsJonathan M. Wilbur3-1/+47
5 daysSome minor nit corrections in the thread code for rcuNeil Horman1-1/+1
6 daysCMP: add support for requesting cert template using genm/genpRajeev Ranjan1-0/+8
7 daysCMP app: fix combination of -certout and -chainout with equal filename argumentDr. David von Oheimb1-1/+3
8 daysAdd support for targetingInformation X.509v3 extensionJonathan M. Wilbur2-1/+44
9 days80-test_cmp_http_data/test_connection.csv: disable localhost test as not supp...Dr. David von Oheimb1-1/+1
2024-06-07test/prov_config_test.c: Cleanup and fix potential leaksTomas Mraz1-7/+2
2024-06-05Allow group methods to customize initialization for speedWatson Ladd1-0/+64
2024-06-04Disable 70-test_quic_multistream.t when building with PUT threads.Randall S. Becker1-0/+4
2024-05-31Skip newly added blocked OAEP SHAKE testcases with old fips providersTomas Mraz1-0/+2
2024-05-30cmp_hdr_test.c: Fix leaks in error casesshridhar kalavagunta1-17/+32
2024-05-30ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_timeAlexander Kanavin2-10/+10
2024-05-30ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacementAlexander Kanavin1-4/+4
2024-05-29Fix potential memory leak in test_bad_dtlsAmir Mohammadi1-1/+1
2024-05-28ecstresstest.c: Fix memory leak on errorNek Saikou1-1/+1
2024-05-28Further extend the SSL_free_buffers testingMatt Caswell1-16/+97
2024-05-28Move the ability to load the dasync engine into ssltestlib.cMatt Caswell3-21/+35
2024-05-28Extend the SSL_free_buffers testingMatt Caswell1-0/+93
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan1-1/+1
2024-05-24Add provider fuzzerMax Ammann1-0/+22
2024-05-22Added an explicit yield (OP_SLEEP) to QUIC testing for cooperative threading.Randall S. Becker1-0/+1
2024-05-22test: remove the just added, but now unrealistic, shake128 OAEP testsDimitri John Ledkov1-16/+0
2024-05-22rsa-oaep: block SHAKE usage in FIPS modeDimitri John Ledkov1-0/+32
2024-05-22rsa-pss: add tests checking for SHAKE usage in RSA-PSSDimitri John Ledkov1-0/+37
2024-05-20Fix mem leak in threadpool_test.cshridhar kalavagunta1-37/+41
2024-05-16Check DSA parameters for excessive sizes before validatingTomas Mraz1-0/+57
2024-05-15Additional testcases for bn_gcdAndrew Golovashevich1-0/+151
2024-05-15Suppress a spurious error from the sysdefault testMatt Caswell2-8/+48
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