summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2023-10-31Remove 3 expected failures those got fixed in the regress code.Claudio Jeker
2023-10-31unlink("/") just needs to error. Checking for a specific errno makesClaudio Jeker
2023-10-31When creating a file in a directory the file gid is inherited fromClaudio Jeker
2023-10-31Ignore closefrom() failure. This fails normally since fd 4 and up are allClaudio Jeker
2023-10-30Add support for OpenSSL 3.1 interop testsTheo Buehler
2023-10-27Include wait(2) status in error message, in the hopes of providing cluesAnton Lindqvist
2023-10-26Provide prototype for X509_ALGOR_set_md()Theo Buehler
2023-10-22A few more testsOtto Moerbeek
2023-10-19Add a few more test cases for mod_exp aliasingTheo Buehler
2023-10-19The bn_mod_exp test is no longer an expected failureTheo Buehler
2023-10-19Add test case checking aliasing of the result with other argumentsTheo Buehler
2023-10-18Make libssl interop server/client tests less flaky by ensuring theAnton Lindqvist
2023-10-12x509_algor: fix error messageTheo Buehler
2023-10-12x509_algor: add a few missing includesTheo Buehler
2023-10-11x509_algor: Turn expected failure into actual failure now that the API isTheo Buehler
2023-10-11Add preallocation dance for X509_ALGOR_set_md() as documentedTheo Buehler
2023-10-11Add regress coverage for X509_ALGOR_*Theo Buehler
2023-10-05Add regress coverage for ASN1_UTCTIME_cmp_time_t()Theo Buehler
2023-10-02Now nearbyint_test-1 is passing on macppc, powerpc64, sparc64. SomeAlexander Bluhm
2023-10-02Add some coverage for ASN1_TIME_cmp_time_t() as wellTheo Buehler
2023-10-02Add regress coverage for ASN1_TIME_compare()Theo Buehler
2023-10-02Minor asn1time tweaksTheo Buehler
2023-10-01Add an empty lineTheo Buehler
2023-09-29Allow IP addresses to be specified in a URI.Bob Beck
2023-09-29Appease coverityTheo Buehler
2023-09-28Fix error messageTheo Buehler
2023-09-28Don't leak ctx on failureTheo Buehler
2023-09-28Add more regress coverage for EVP_CIPHER_CTX_iv_length()Theo Buehler
2023-09-28Check that EVP_CIPHER_CTX_iv_length() matches what was setTheo Buehler
2023-09-28whitespaceTheo Buehler
2023-09-27We're not interested in the core dump, so prevent it. Also catchOtto Moerbeek
2023-09-26Fix reference to x509v3.cnf(5) bisTheo Buehler
2023-09-26Fix reference to x509v3.cnf(5)Theo Buehler
2023-09-24openssl-ruby tests: remove fallback to ruby31Theo Buehler
2023-08-30Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()Job Snijders
2023-08-29Have #include <cstdio> when using fprintf(). This is needed ifYASUOKA Masahiko
2023-08-20Make some global variables constTheo Buehler
2023-08-20Bye bye to all people out thereTheo Buehler
2023-08-20Add some spaces after commaTheo Buehler
2023-08-20unifdef -D FULL_TESTTheo Buehler
2023-08-20knfmt(1) to the rescueTheo Buehler
2023-08-20Another OPENSSL_NO_DEPRECATED hits the bit bucketTheo Buehler
2023-08-20Drop unnecessary OPENSSL_NO_DEPRECATED danceTheo Buehler
2023-08-20Use a separate flags variable for the error flags in DH_check()Theo Buehler
2023-08-15Add regress coverage for ASN1_STRING_cmp()Theo Buehler
2023-08-15Add some regress coverage for various ASN1_STRING types to codify someTheo Buehler
2023-08-15Avoid memcmp() with NULL pointer and 0 lengthTheo Buehler
2023-08-14Prepare tlsfuzzer.py for ports updateTheo Buehler
2023-08-14Sync expected failures with reality. Recent libm changes causedAnton Lindqvist
2023-08-13Add modff()/modfl() inf/nan tests; from Willemijn Coene.Miod Vallat