| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix error message | tb | 2022-08-05 | 1 | -2/+2 |
* | Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n"); | tb | 2022-08-05 | 1 | -10/+10 |
* | Make the bogokey[] global static const. | tb | 2022-08-05 | 1 | -7/+8 |
* | Move CBB_init() to a consistent place. | tb | 2022-08-05 | 1 | -10/+10 |
* | Consistently initialize failure to 1 at the top of the function and | tb | 2022-08-05 | 1 | -76/+62 |
* | Consistently check for CBB_init() failure. | tb | 2022-08-05 | 1 | -45/+89 |
* | Remove most of the indirection introduced in previous and instead fetch | tb | 2022-08-05 | 1 | -400/+339 |
* | Add some glue to fetch the tlsext functions from the tls_extensions[] | tb | 2022-08-04 | 1 | -190/+440 |
* | 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 |
* | Remove test of non-portable implementation details (whether wctype_t | guenther | 2022-07-25 | 1 | -5/+1 |
* | Add a regression test for bn_isqrt.c | tb | 2022-07-25 | 2 | -1/+302 |
* | Separate the macro for generating string test functions | schwarze | 2022-07-25 | 1 | -14/+22 |
* | Extend TLS buffer regress to cover read/write usage. | jsing | 2022-07-22 | 1 | -13/+219 |
* | Make test table based, extend it a little | tb | 2022-07-21 | 1 | -69/+117 |
* | link ssl_set_alpn_protos to regress | tb | 2022-07-20 | 1 | -1/+2 |
* | Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos() | tb | 2022-07-20 | 1 | -0/+156 |
* | zap trailing spaces | tb | 2022-07-19 | 1 | -2/+2 |
* | Regenerate golden numbers due to RC4-MD5 now being disabled by default. | tb | 2022-07-19 | 1 | -61/+58 |
* | Revert accidental commit | tb | 2022-07-18 | 1 | -2/+2 |
* | Add comments to explain the magic numbers 57 and 58 | tb | 2022-07-18 | 2 | -3/+6 |
* | Avoid sending the QUIC transport parameters extension now that we | tb | 2022-07-18 | 1 | -4/+4 |
* | Revise regress for QUIC transport parameters TLS extension. | jsing | 2022-07-17 | 1 | -15/+32 |
* | Revert previous. The added includes were already there. Duh. | tb | 2022-07-16 | 1 | -4/+1 |
* | Only run the client connection test with supported ciphers. Avoids test | tb | 2022-07-14 | 1 | -2/+2 |
* | 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 |
* | Use the security level knob in the test script. | tb | 2022-07-07 | 1 | -2/+14 |
* | Only run tests against ciphers supported by the method. | tb | 2022-07-07 | 2 | -4/+28 |
* | Add some minimal regress coverage for the security level. | tb | 2022-07-07 | 1 | -1/+6 |
* | Make the ssltest security level aware. | tb | 2022-07-07 | 1 | -1/+9 |
* | Switch ssltest to using the newly generated certs that use SHA-256 instead | tb | 2022-07-07 | 2 | -8/+6 |