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