summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2018-09-29test that PWD and OLDPWD are exportedanton
2018-09-29Adjust for the roa-set, origin-set commit that just happend in bgpdClaudio Jeker
2018-09-29ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).Claudio Jeker
2018-09-28Always try to build packet reflector on remote machine. It may beAlexander Bluhm
2018-09-27Sometimes make picked the wrong rule for the adapted disklabelAlexander Bluhm
2018-09-27Actually I missed the /usr/local default size change in disklabel(8).Alexander Bluhm
2018-09-26Split the disklabel regress into multiple tests. Move all codeAlexander Bluhm
2018-09-26Fix out file to be actually correct for the input file.Claudio Jeker
2018-09-25disklabel(8) uses hw.physmem to calculate swap and /var sizes. ThisAlexander Bluhm
2018-09-24sync host*() changes from bgpddenis
2018-09-22Add a comment on the acceptable RSASSA cases.Theo Buehler
2018-09-22gather statistics in checkAead{Open,Seal}() as well.Theo Buehler
2018-09-22remove some unneeded checksTheo Buehler
2018-09-22gather and print some statistics on the acceptable cases we need toTheo Buehler
2018-09-22more flags printingTheo Buehler
2018-09-22improve logic involving acceptableAuditTheo Buehler
2018-09-22Swap order of "action" and "wt.Flags" in a few fmt.Printfs.Theo Buehler
2018-09-22Introduce a couple of convenience targets to help with auditing theTheo Buehler
2018-09-21Print the flags field in INFO: and FAIL: messages. It's helpful inTheo Buehler
2018-09-21Basic testing of roa-sets.Claudio Jeker
2018-09-21Add some more prefix-set test cases. Mainly to test edge cases in the RBClaudio Jeker
2018-09-20Adjust unittests to the adjustments done to the as_set code.Claudio Jeker
2018-09-20Sort order changed because an RB tree is now used for prefixsets.Claudio Jeker
2018-09-19Try to turn this into an actual regress test.Kenneth R Westerback
2018-09-18Start testing the roa backend (test 5) and cleanup tool in general.Claudio Jeker
2018-09-18fix a crash when prefix length is not specifieddenis
2018-09-18fix order of arguments in fmt.Printf()Theo Buehler
2018-09-16add missing default case to switchTheo Buehler
2018-09-16EVP_aead_chacha20_poly1305() can't actually fail.Theo Buehler
2018-09-16Rename *AesCcmOrGcm* into the slightly less ugly *AesAead*.Theo Buehler
2018-09-15another typo. time to sleepTheo Buehler
2018-09-15typosTheo Buehler
2018-09-15add a brief comment on the acceptable AES CCM and AES GCM casesTheo Buehler
2018-09-15Also exercise EVP_aead_aes_128_gcm() and EVP_aead_aes_256_gcm().Theo Buehler
2018-09-15rename checkChaCha20Poly1305{Open,Seal}() into checkAead{Open,Seal}().Theo Buehler
2018-09-15Merge AES CCM, AES GCM and ChaCha20 data structures intoTheo Buehler
2018-09-15Add missing conversion specifierTheo Buehler
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-14Adjust and extend unit test for as_set after last bgpd commitClaudio Jeker
2018-09-13Adjust after introduction of maxlenClaudio Jeker
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-12Make this work on arm64.Mark Kettenis
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-11add files for test 4Sebastian Benoit
2018-09-10check orlonger option of trie_match()Sebastian Benoit
2018-09-10test all variations of network statementsSebastian Benoit