Age | Commit message (Expand) | Author |
2022-06-29 | Add support for sending QUIC transport parameters | Bob Beck |
2022-06-29 | Use relative paths so beck can run regress in his git tree and have | Theo Buehler |
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 | Explicitly include fcntl.h and unistd.h for pipe2 | 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-15 | Switch to using TLS_INT instead of handrolling it | Theo Buehler |
2022-06-10 | More %i vs %d cleanup | Theo Buehler |
2022-06-07 | Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to | Theo Buehler |
2022-06-06 | Minor tweaks to psk modes regress | Theo Buehler |
2022-06-05 | move the calls to psk kex modes tests down to match order in ssl_tlsext.c | Theo Buehler |
2022-06-05 | Add regress coverage for PSK kex modes tlsext handlers. | 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-28 | *** empty log message *** | mbuhl |
2022-05-24 | Recent changes to truncate(2) swapped the ordering of some validations | Anton Lindqvist |
2022-05-20 | Add expected failures for octeon and riscv64. | mbuhl |
2022-05-16 | Add a simple test that exercises ASN1_STRING_to_UTF8() a little. | Theo Buehler |
2022-05-14 | Add the two length tests. Can't currently run them because we need an | Theo Buehler |
2022-05-13 | Tweak regress in such a way that it would have caught the bug in | Theo Buehler |
2022-05-13 | Output the relevant time specs before the assertion, in the hopes of | Anton Lindqvist |
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-10 | If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so that | Theo Buehler |
2022-05-08 | Default Ruby is now 3.1 | Theo Buehler |
2022-05-08 | Adjust regress after zlib update. Part of the following commit: | Theo Buehler |
2022-03-24 | Import upstream madler/zlib test files and run them with our libz. | Alexander Bluhm |
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-04-23 | Fix compilation on octeon, arm64, and riscv64. | mbuhl |
2022-04-23 | Verify sizes before arithmetic operations | Tobias Stoeckmann |
2022-04-21 | Add missing self. From anton | Theo Buehler |
2022-04-04 | Include license rather than referring to it. Text from | Theo Buehler |