Age | Commit message (Expand) | Author |
2019-07-06 | oops. added but not committed. Reminded by Patrick | Marc Espie |
2019-07-05 | Put some padding in Perl pack of struct timeval. On armv7 struct | Alexander Bluhm |
2019-07-05 | Add (recently added) rsa_oldfmt to CLEANFILES. | Darren Tucker |
2019-07-05 | Adapt the PuTTY/Conch tests to new key names. | Darren Tucker |
2019-07-05 | Add a sleep to allow forwards to come up. | Darren Tucker |
2019-07-04 | Add a dummy attr_writebuf() so that this code links again. | Claudio Jeker |
2019-07-04 | add a beautify test... which obviously found bugs, ahah | Marc Espie |
2019-06-29 | Adjust comment. | Alexander Bluhm |
2019-06-28 | bgpct can now dump the BGP MPLS VPN entries as well. Adjust output file. | Claudio Jeker |
2019-06-28 | Remove some debug echos | Claudio Jeker |
2019-06-27 | Add more option tests to req, ts, x509 and verify in appstest.sh | Kinichiro Inoguchi |
2019-06-27 | check for asprintf failing allocation | Theo de Raadt |
2019-06-24 | Add more options test to ocsp in appstest.sh | Kinichiro Inoguchi |
2019-06-24 | Do not use a warning flag that base gcc does not understand, | Visa Hankala |
2019-06-24 | Fix test after kernel interface change. | Visa Hankala |
2019-06-23 | Add more option test to dgst in appstest.sh | Kinichiro Inoguchi |
2019-06-22 | Add more option tests to ca in appstest.sh | Kinichiro Inoguchi |
2019-06-22 | Add a basic test to check that mrt table dumps work. | Claudio Jeker |
2019-06-21 | adapt for key shielding API changes (const removal) | Damien Miller |
2019-06-19 | Add another test file, this way CERT_IP_RANGE is also tested. | Claudio Jeker |
2019-06-19 | Adjust a bit since string representation of IPv6 addrs changed. | Claudio Jeker |
2019-06-19 | use REGRESS_EXPECTED_FAILURES | Marc Espie |
2019-06-19 | use new REGRESS_EXPECT_FAILURES | Marc Espie |
2019-06-19 | Adjust file glob so that CVS is not picked up anymore. | Claudio Jeker |
2019-06-19 | Add rpki-client | Claudio Jeker |
2019-06-19 | This currently needs the openssl-1.0.2 package to run. So skip test if | Claudio Jeker |
2019-06-18 | Use the test-files from rpki-client and some files from the rpki cache to | Claudio Jeker |
2019-06-17 | Too much space | Claudio Jeker |
2019-06-17 | Add unit test for new community functions. Should cover the basics. | Claudio Jeker |
2019-06-17 | Adjust test since the community rewrite changed order of communities in sets. | Claudio Jeker |
2019-06-17 | improve clock_gettime regress: | anton |
2019-06-14 | new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotonic | cheloha |
2019-06-14 | check for convtime() refusing to accept times that resolve to LONG_MAX | Damien Miller |
2019-06-13 | Add more options to pkcs12 and smime in appstest.sh | Kinichiro Inoguchi |
2019-06-12 | Set malloc_options in global scope with an initializer. | Alexander Bluhm |
2019-06-11 | Disable junking with malloc options. If set, the test hangs on low | Alexander Bluhm |
2019-06-11 | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze |
2019-06-10 | Add pkcs12 options and smime tests for appstest.sh | Kinichiro Inoguchi |
2019-06-09 | took me a few to figure out how to reproduce THIS one specifically | Marc Espie |
2019-06-04 | To avoid SYN retransmit, kill local tcp pf state that will be reused. | Alexander Bluhm |
2019-06-04 | Move to env var, likelky the possibility to set malloc options from | Otto Moerbeek |
2019-06-01 | Update regression test for a maximum sizeof(int32_t) length octets. | rob |
2019-05-31 | Fix edge case tests in long form encoding. Regress failure noticed by Bluhm on | rob |
2019-05-31 | add tests for the "new" tying bugs. first one on the way, second one | Marc Espie |
2019-05-30 | A test for W|X ^ syscall prevention, which is difficult to incorporate | Theo de Raadt |
2019-05-29 | Add some more relative path tests | Bob Beck |
2019-05-29 | After fixing the pfkey code a bit lets retry with a bit less workarounds. | Claudio Jeker |
2019-05-29 | Lets reload the config and check again, just in case where reload gets broken. | Claudio Jeker |
2019-05-23 | Throw malloc_conceal and freezero into the mix. | Otto Moerbeek |
2019-05-21 | Avoid rm(1) prompt and show out in clean target | kn |