summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2018-09-10add a test for network statements with prefix-setsSebastian Benoit
2018-09-10Send many small fragments that exceed the pf reassembly queue limit.Alexander Bluhm
2018-09-10update regression tests after previous commit. ok claudio@Sebastian Benoit
2018-09-09Enable the empty as-set and prefix-set tests since that is now allowed againClaudio Jeker
2018-09-09Comment the empty as-set and prefix-set tests. This is not yet working.Claudio Jeker
2018-09-09Enable all the #notyet tests since the parser supports those nowClaudio Jeker
2018-09-09prefix-set printing was adjusted in last commit. Adjust test.Claudio Jeker
2018-09-09Fixup regress test after the last burst of commits by benno@Claudio Jeker
2018-09-09Fixup unit test after change to trie_match (or-longer case)Claudio Jeker
2018-09-09Add disk format tests.ccardenas
2018-09-09Add tests for disk format.ccardenas
2018-09-08Regress tests for as-set and prefix-set blocksClaudio Jeker
2018-09-08Add some additional config regress tests. Testing neighbor, group and rdomain.Claudio Jeker
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-08add a check for curly braces in a macro being used inside a filterSebastian Benoit
2018-09-08Test more ciphers and randomize the order in regress appstest.shKinichiro Inoguchi
2018-09-07Not adding ::1 on non-default lo(4) broke regress/sbin/route.Alexander Bluhm
2018-09-07Regress test for rde_trie should cover some basics for now.Claudio Jeker
2018-09-07tests all available TLSv1.2 ciphersKinichiro Inoguchi
2018-09-07Fragment one large 64k IP ping packet into 155 fragments, each withAlexander Bluhm
2018-09-07Refactor a bit and add another testClaudio Jeker
2018-09-07Add a basic unittest for the as_set_* functionsClaudio Jeker
2018-09-07Move the config regress tests into own directory making space for additionalClaudio Jeker
2018-09-07Remove some newlines that have gone with last commit.Claudio Jeker
2018-09-06get rid of a temp file, noted by claudio@Sebastian Benoit