Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | Very quick and dirty script to help me check that the symbols | Ingo Schwarze | |
in one of the public openssl/ header files are all documented. Before attempting to read this code, make sure that you are fully vaccinated against leaning toothpick syndrome. Example usage: ./check_complete.pl x509_vfy ./check_complete.pl -v x509 | less Intentionally not linked to the build. jsing@ agrees with the general direction. | |||
2021-11-18 | sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_reset | Theo Buehler | |
2021-11-18 | gost: missed one cleanup | Theo Buehler | |
2021-11-18 | sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset | Theo Buehler | |
2021-11-18 | gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset | Theo Buehler | |
2021-11-18 | evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free() | Theo Buehler | |
2021-11-18 | Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init() | Theo Buehler | |
2021-11-18 | Fix ssltest to work with opaque EVP_PKEY. | Theo Buehler | |
2021-11-18 | sha*test: convert these tests to work with opaque EVP_MD_CTX. | Theo Buehler | |
2021-11-18 | zap trailing whitespace | Theo Buehler | |
2021-11-18 | hmactest: convert to opaque HMAC_CTX. | Theo Buehler | |
2021-11-18 | gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX. | Theo Buehler | |
2021-11-18 | exptest: convert to opaque BN; minor KNF tweaks. | Theo Buehler | |
2021-11-18 | evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses a | Theo Buehler | |
workaround for excessive malloc inspired by mariadb (just kidding). | |||
2021-11-18 | ecdsatest: make this test compile with opaque EVP_MD_CTX. | Theo Buehler | |
2021-11-18 | dsatest: make this work with opaque BN. Some more fixes will be needed | Theo Buehler | |
for opaque DSA. I'll deal with that later. I also lobbed a KNF grenade in here. | |||
2021-11-18 | dhtest: fix this to work with opaque BN. This will need more fixes to | Theo Buehler | |
work with opaque DH, but one step at a time. While here, add a bunch of missing spaces to reduce the eyebleed. | |||
2021-11-18 | bntest: Fix all but one test in this file to work with opaque BN. | Theo Buehler | |
The remaining test needs some thinking (or disabling once we flip the switch). It is currently marked with an XXX. | |||
2021-11-18 | Remove X11 blt and bltone regress tests. They fail with the current | Alexander Bluhm | |
X server and have been unlinked from the build. Converting the tests from libfb to libwfb could be possible, but nobody is working on that. OK matthieu@ kettenis@ | |||
2021-11-18 | regression test for ssh-keygen -Y find-principals fix; | Damien Miller | |
from Fabian Stelzer ok djm markus | |||
2021-11-17 | add more checks for badly specified pkgspecs | Marc Espie | |
2021-11-16 | add a few more checks for incorrect specs | Marc Espie | |
2021-11-13 | Test ASN1_STRING_copy(3). | Ingo Schwarze | |
As a side effect, this also tests various aspects of ASN1_STRING_new(3), ASN1_STRING_set(3), ASN1_STRING_length_set(3), ASN1_STRING_get0_data(3), ASN1_STRING_length(3), and ASN1_STRING_type(3). | |||
2021-11-13 | Un-hook the X11 tests. The new X server doesn't install libfb anymore. | Matthieu Herrb | |
ok kettenis@, anton@ | |||
2021-11-13 | hook up unfdpassfail and ungc | Anton Lindqvist | |
2021-11-12 | honor objdir | Anton Lindqvist | |
2021-11-11 | Add test case for INVALID_KE in IKE_SA_INIT fallback. | Tobias Heider | |
2021-11-11 | exponential_test passes on i386. | mbuhl | |
2021-11-11 | add tests to cover DIOCCHANGERULE ioctl(2) | Alexandr Nedvedicky | |
OK bluhm@ | |||
2021-11-11 | Remove switchd regress tests. | Claudio Jeker | |
2021-11-10 | Add a test for the redirect loop limit. It would be great if someone | Claudio Jeker | |
rewrote these tests to use a local HTTP server instead of some random external ones. | |||
2021-11-09 | Regen | Otto Moerbeek | |
2021-11-08 | Pull OpenSSL test into the Makefile using it to avoid it on "make obj" | Klemens Nanni | |
This way a top-down "make obj" does nothing but symlink creation and "make" or "make regress" still does the eopenssl11 check at the very end. This is how the rest of the regress suite does it, e.g. sys/netinet/pmtu. OK tb | |||
2021-11-05 | Add getmonotime() to test-http.c so that the test compiles again. | Claudio Jeker | |
Noticed as ususal by anton@ | |||
2021-11-03 | Add a test tal that has comments and also comes with CRLF | Claudio Jeker | |
2021-11-03 | Test adding extensions to certification requests. | Ingo Schwarze | |
Related to the bugfixes in x509_req.c rev. 1.25. OK tb@. | |||
2021-11-02 | crank SSH_SK_VERSION_MAJOR to match recent change in usr/bin/ssh | Damien Miller | |
2021-11-02 | Add regress that calls SSL_set_tlsext_host_name() with a NULL host name. | Joel Sing | |
2021-11-01 | Rework SNI hostname regress to be table driven. | Joel Sing | |
Also adjust for the changes to tlsext_sni_is_valid_hostname() and include tests for IPv4 and IPv6 literals. ok beck@ | |||
2021-11-01 | Rework x509attribute regress test in such a way that it doesn't need | Theo Buehler | |
to reach into opaque structs. | |||
2021-10-31 | Also remove pcap files during make clean. | Alexander Bluhm | |
2021-10-31 | Make this test compile again after the damage done in libcrypto | Theo Buehler | |
2021-10-31 | Prepare regress for opaque structs in x509*.h | Theo Buehler | |
2021-10-29 | If the test fails, do not hang forever. Abort with a 10 seconds | Alexander Bluhm | |
timeout. | |||
2021-10-29 | Hook poll tests. | Martin Pieuchot | |
2021-10-29 | Test that poll(2) returns POLLNVAL for an already closed fd. | Martin Pieuchot | |
poll(2) rewrite on top of kqueue is currently blocking instead of returning. Regression reported by Larry Hynes with a reproducer from Leah Neukirchen, thanks a lot! | |||
2021-10-29 | sshsig: add tests for signing key validity and find-principals | Damien Miller | |
- adds generic find-principals tests (this command had none before) - tests certs with a timeboxed validity both with and without a restriced lifetime for the CA - test for a revoked CA cert by Fabian Stelzer | |||
2021-10-29 | avoid signedness warning; spotted in -portable | Damien Miller | |
2021-10-28 | openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5. | Theo Buehler | |
ruby can no longer generate certs with bogus wildcards in it to check that they will fail to verify when creating TLS connections. It will throw an error. This change needs openssl-ruby-tests-20211024p0 or later to work. | |||
2021-10-28 | increment SSH_SK_VERSION_MAJOR to match last change | Damien Miller | |