summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-11-19Very quick and dirty script to help me check that the symbolsIngo Schwarze
2021-11-18sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resetTheo Buehler
2021-11-18gost: missed one cleanupTheo Buehler
2021-11-18sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()Theo Buehler
2021-11-18Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()Theo Buehler
2021-11-18Fix ssltest to work with opaque EVP_PKEY.Theo Buehler
2021-11-18sha*test: convert these tests to work with opaque EVP_MD_CTX.Theo Buehler
2021-11-18zap trailing whitespaceTheo Buehler
2021-11-18hmactest: convert to opaque HMAC_CTX.Theo Buehler
2021-11-18gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.Theo Buehler
2021-11-18exptest: convert to opaque BN; minor KNF tweaks.Theo Buehler
2021-11-18evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses aTheo Buehler
2021-11-18ecdsatest: make this test compile with opaque EVP_MD_CTX.Theo Buehler
2021-11-18dsatest: make this work with opaque BN. Some more fixes will be neededTheo Buehler
2021-11-18dhtest: fix this to work with opaque BN. This will need more fixes toTheo Buehler
2021-11-18bntest: Fix all but one test in this file to work with opaque BN.Theo Buehler
2021-11-18Remove X11 blt and bltone regress tests. They fail with the currentAlexander Bluhm
2021-11-18regression test for ssh-keygen -Y find-principals fix;Damien Miller
2021-11-17add more checks for badly specified pkgspecsMarc Espie
2021-11-16add a few more checks for incorrect specsMarc Espie
2021-11-13Test ASN1_STRING_copy(3).Ingo Schwarze
2021-11-13Un-hook the X11 tests. The new X server doesn't install libfb anymore.Matthieu Herrb
2021-11-13hook up unfdpassfail and ungcAnton Lindqvist
2021-11-12honor objdirAnton Lindqvist
2021-11-11Add test case for INVALID_KE in IKE_SA_INIT fallback.Tobias Heider
2021-11-11exponential_test passes on i386.mbuhl
2021-11-11add tests to cover DIOCCHANGERULE ioctl(2)Alexandr Nedvedicky
2021-11-11Remove switchd regress tests.Claudio Jeker
2021-11-10Add a test for the redirect loop limit. It would be great if someoneClaudio Jeker
2021-11-09RegenOtto Moerbeek
2021-11-08Pull OpenSSL test into the Makefile using it to avoid it on "make obj"Klemens Nanni
2021-11-05Add getmonotime() to test-http.c so that the test compiles again.Claudio Jeker
2021-11-03Add a test tal that has comments and also comes with CRLFClaudio Jeker
2021-11-03Test adding extensions to certification requests.Ingo Schwarze
2021-11-02crank SSH_SK_VERSION_MAJOR to match recent change in usr/bin/sshDamien Miller
2021-11-02Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.Joel Sing
2021-11-01Rework SNI hostname regress to be table driven.Joel Sing
2021-11-01Rework x509attribute regress test in such a way that it doesn't needTheo Buehler
2021-10-31Also remove pcap files during make clean.Alexander Bluhm
2021-10-31Make this test compile again after the damage done in libcryptoTheo Buehler
2021-10-31Prepare regress for opaque structs in x509*.hTheo Buehler
2021-10-29If the test fails, do not hang forever. Abort with a 10 secondsAlexander Bluhm
2021-10-29Hook poll tests.Martin Pieuchot
2021-10-29Test that poll(2) returns POLLNVAL for an already closed fd.Martin Pieuchot
2021-10-29sshsig: add tests for signing key validity and find-principalsDamien Miller
2021-10-29avoid signedness warning; spotted in -portableDamien Miller
2021-10-28openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.Theo Buehler
2021-10-28increment SSH_SK_VERSION_MAJOR to match last changeDamien Miller