summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2022-07-13Enable Wycheproof primality tests.Theo Buehler
2022-07-12The asn1time test no longer needs static linking.Theo Buehler
2022-07-09Check that ASN1_{INTEGER,ENUMERATED}_get(NULL) return 0 as documented.Theo Buehler
2022-07-08whitespaceTheo Buehler
2022-07-08Add to variables instead of overriding themTheo Buehler
2022-07-07Add support for primality checkingTheo Buehler
2022-07-05cope with ASN1_TIME_set_string_X509() renameAnton Lindqvist
2022-06-30Add valid time test from ruby regress, and check ASN1_time_to_tmBob Beck
2022-06-30add valid utc time that should fail to parse as generalizedBob Beck
2022-06-30Add tests for times missing seconds, and to be able to testBob Beck
2022-06-28Botan 2.19.2 has removed support for the OpenSSL crypto provider.Alexander Bluhm
2022-06-28Only asn1time needs to be static for now.Theo Buehler
2022-06-28Make this regress test link staticly and use internal symbolsBob Beck
2022-06-28Fix the legacy verifier callback behaviour for untrusted certs.Bob Beck
2022-06-27Add new time manipulation funcitons that OpenSSL has exposed thatBob Beck
2022-06-26Fix URI name constraints, allow for URI's with no host part.Bob Beck
2022-06-25Move leaf certificate checks to the last thing after chain validation.Bob Beck
2022-06-25Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}()Joel Sing
2022-06-25Add regress for ASN1_INTEGER_{get,set}_{u,}int64()Joel Sing
2022-06-25Add regress for ASN1_INTEGER_cmp()Joel Sing
2022-06-23Use dynamic linking correctly. bntest and bn_to_string need static linking.Theo Buehler
2022-06-22Fix format strings for size_tTheo Buehler
2022-06-22Fix format string: use %zu for size_t, not %lu.Theo Buehler
2022-06-19Use uppercase for SUCCESS for consistencyTheo Buehler
2022-06-19None of these tests needs to link statically.Theo Buehler
2022-06-19Drop bogus DPADD += ${LIBSSL}Theo Buehler
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()Theo Buehler
2022-06-02Use consistent spacing around assignmentsTheo Buehler
2022-06-02Only constraints and verify need static linking in here.Theo Buehler
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.Theo Buehler
2022-05-13Tweak regress in such a way that it would have caught the bug inTheo Buehler
2022-05-12Enable X509v3_asid_subset() tests now that they no longer segfault.Theo Buehler
2022-05-12Add a few more testcases for X509v3_asid_subset()Theo Buehler
2022-05-05Switch wycheproof.go to using the EVP HKDF API.Theo Buehler
2022-04-28Add tests that decode sequences into ASN.1 strings.Joel Sing
2022-04-27Ensure we clear the error stack before running tests that print errors.Joel Sing
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.Joel Sing
2022-04-23Add ASN1_INTEGER test coverage.Joel Sing
2022-03-31Check EVPDigest* return values.Theo Buehler
2022-03-30Add a simple test to ensure that pmeth->cleanup() can cope with NULLTheo Buehler
2022-03-19Revise regress for ascii/text to ASN.1 object conversion rewrite.Joel Sing
2022-03-19Add another invalid separator test case.Joel Sing
2022-03-16Fix dependency to build bn_mod_sqrt.Alexander Bluhm
2022-03-15Check BIO_reset() return value to make gcc happy.Theo Buehler
2022-03-15Add a simple regress to verify that the infinite loop in BN_mod_sqrt()Theo Buehler
2022-03-14Add a few regress test cases for name constraints.Theo Buehler
2022-03-10Simple regress for NULL deref reported by Guido Vranken and fixed inTheo Buehler
2022-03-05Add test coverage for i2a_ASN1_OBJECT()Joel Sing
2022-03-02Provide additional ASN1_OBJECT test coverage.Joel Sing
2022-02-26Add regress coverage for ASN1_OBJECT public interfaces.Joel Sing