summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-09-30For -w output in -m mode, tweak the handling of bytes that do notIngo Schwarze
2018-09-30fix the rest of the bug mitigated in the previous commit:Ingo Schwarze
2018-09-15Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xKinichiro Inoguchi
2018-09-14Add interoperability test mode for regress appstest.shKinichiro Inoguchi
2018-09-13missed a bit of openssl-1.0.x API in this unittestDamien Miller
2018-09-13use only openssl-1.1.x API here tooDamien Miller
2018-09-12Include certs with multiple RSA signature variants in test dataDamien Miller
2018-09-12test revocation by explicit hash and by fingerprintDamien Miller
2018-09-12s/sshkey_demote/sshkey_from_private/gDamien Miller
2018-09-08Fix indent and adjust line fit to 80 columns.Kinichiro Inoguchi
2018-09-08Split test blocks into a function. Test contents are not changed.Kinichiro Inoguchi
2018-09-08Test more ciphers and randomize the order in regress appstest.shKinichiro Inoguchi
2018-09-07tests all available TLSv1.2 ciphersKinichiro Inoguchi
2018-08-27Add protocol and cipher patterns in regress appstest.shKinichiro Inoguchi
2018-08-26Stop s_server if error occurs in regress appstest.shKinichiro Inoguchi
2018-08-25oops, hook up the tests for the roff(7) .char requestIngo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-25If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze
2018-08-24Fix dates that got broken by committing from one day to anotherIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23Add license header.Kinichiro Inoguchi
2018-08-23Check reusing SSL/TLS session ticket by regression testKinichiro Inoguchi
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze
2018-08-19Disable one test for now that is broken after the addition of \).Ingo Schwarze
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-08-14support tail arguments on the .ME and .UE macros,Ingo Schwarze
2018-08-10The script that cooks up PuTTY format host keys does not understandDarren Tucker
2018-07-16memleak in unittest; found by valgrindDamien Miller
2018-07-13make this use ssh_proxy rather than starting/stopping a daemon forDamien Miller
2018-07-13fix leaks in unit test; with this, all unit tests are leak freeDamien Miller
2018-07-12fix Test 7.1 after main.c rev. 1.37;Ingo Schwarze
2018-07-11some regression tests for lam(1) including width measurements;Ingo Schwarze
2018-07-09catch up with compile.c rev. 1.48; while here, also add tests forIngo Schwarze
2018-07-08Make readlink -f work in a POSIXly correct way.Martijn van Duren
2018-07-04deal with API rename: match_filter_list() => match_filter_blacklist()Damien Miller
2018-07-04exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, byDamien Miller
2018-07-03add a comment that could have saved me 45 minutes of wild goose chasingDamien Miller
2018-07-03some magic for RSA-SHA2 checksDamien Miller
2018-07-02One ampersand is enough to backgroud an process. OpenBSD doesn't seemDarren Tucker
2018-06-25Add a regression test for running jot without any arguments.Theo Buehler
2018-06-19test PermitListen with bare port numbersDamien Miller
2018-06-07test the correct configuration option nameDamien Miller
2018-06-07permitlisten/PermitListen unit test from MarkusDamien Miller
2018-06-06regress test for PermitOpenDamien Miller
2018-06-01Adapt to extra default verboisity from ssh-keygen when searching forDamien Miller
2018-05-31Silence compiler warnings in the K&R style test code.Todd C. Miller
2018-05-22Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantlyDamien Miller