| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2git to create tag 'tb_20220902'.tb_20220902 | cvs2svn | 2022-09-02 | 11189 | -487841/+0 |
| * | New md4/md5 regress tests | tb | 2022-09-02 | 2 | -0/+310 |
| * | Add two const | tb | 2022-09-02 | 1 | -3/+3 |
| * | Make test tables static const and fix a style nit | tb | 2022-09-02 | 1 | -5/+4 |
| * | Simplify and clean up the ecdsa test a little. Use stdio instead of BIO | tb | 2022-09-02 | 1 | -195/+177 |
| * | Retire old SHA tests | tb | 2022-09-02 | 6 | -609/+0 |
| * | Unhook old SHA tests | tb | 2022-09-02 | 1 | -4/+1 |
| * | Add tests for 1 million repeated "a" | tb | 2022-09-02 | 1 | -39/+220 |
| * | Link sha test to regress | tb | 2022-09-01 | 1 | -1/+2 |
| * | Add a nicely licensed, table-driven test for SHA | tb | 2022-09-01 | 2 | -0/+448 |
| * | Some missing return checks | tb | 2022-08-31 | 1 | -3/+5 |
| * | Avoid some buffer overflows in ecdsatest | tb | 2022-08-31 | 1 | -2/+15 |
| * | Revert previous. Committed the wrong version of the diff. | tb | 2022-08-31 | 1 | -14/+4 |
| * | Avoid some buffer overflows in ecdsatest | tb | 2022-08-31 | 1 | -4/+14 |
| * | Add regress test for the encoding of an ASN1_INTEGER with NULL data. | jsing | 2022-08-28 | 1 | -1/+38 |
| * | Test EVP_chacha20_poly1305() (linking statically for now) | jsing | 2022-08-20 | 2 | -3/+4 |
| * | Fix upper bound in a for loop (no functional change). | tb | 2022-08-12 | 1 | -2/+2 |
| * | Tweak a comment to be more accurate. | tb | 2022-08-12 | 1 | -3/+3 |
| * | Update copyright for additional/new code. | jsing | 2022-07-30 | 1 | -1/+2 |
| * | Provide additional AEAD test cases. | jsing | 2022-07-30 | 6 | -1/+1991 |
| * | Add EVP_aes_192_gcm() as a known AEAD. | jsing | 2022-07-30 | 1 | -1/+3 |
| * | Allow the AEAD to be specified for a test file. | jsing | 2022-07-30 | 2 | -8/+12 |
| * | Run AEAD tests against EVP_CIPHER implementations. | jsing | 2022-07-30 | 1 | -15/+220 |
| * | Allow quoted ASCII strings as input for AEAD regress. | jsing | 2022-07-30 | 1 | -21/+42 |
| * | Sort includes. | jsing | 2022-07-30 | 1 | -4/+4 |
| * | Less #ifndef OPENSSL_NO_* | jsing | 2022-07-30 | 1 | -17/+1 |
| * | Fix comment formatting. | jsing | 2022-07-30 | 1 | -4/+7 |
| * | Switch to ISC license. | jsing | 2022-07-30 | 1 | -46/+13 |
| * | Add a second test to validate the tables in the library. | tb | 2022-07-28 | 1 | -1/+42 |
| * | Adjust a comment to reflect reality, minor code tweaks. | tb | 2022-07-27 | 1 | -7/+7 |
| * | minor tweaks: unwrap a line, tweak a comment and zap an empty line | tb | 2022-07-26 | 1 | -5/+3 |
| * | Add a regression test for bn_isqrt.c | tb | 2022-07-25 | 2 | -1/+302 |
| * | Enable Wycheproof primality tests. | tb | 2022-07-13 | 2 | -4/+4 |
| * | The asn1time test no longer needs static linking. | tb | 2022-07-12 | 1 | -4/+1 |
| * | 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 |