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