X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/de8edc7fdb0a26ca9cb736a49b020a64ee4a0d40..26936c8341691d67655a055956656f2506d53a63:/server/tests.at diff --git a/server/tests.at b/server/tests.at index 88b9d160..f3f7c2e4 100644 --- a/server/tests.at +++ b/server/tests.at @@ -586,10 +586,10 @@ WITH_3TRIPES([alice], [bob], [carol], [-nslip -Tmx], for p in $princs; do TRIPECTL -d$p RELOAD; done AT_DATA([algs-alpha], [dnl -kx-group=ec kx-group-order-bits=256 kx-group-elt-bits=512 +kx-group=curve25519 kx-group-order-bits=252 kx-group-elt-bits=255 hash=sha256 mgf=sha256-mgf hash-sz=32 bulk-transform=naclbox bulk-overhead=20 -cipher=salsa20 cipher-keysz=32 +cipher=chacha20 cipher-keysz=32 mac=poly1305 mac-tagsz=16 cipher-data-limit=2147483648 ])