chiark / gitweb /
server/, keys/: Add bulk crypto transform based on NaCl `crypto_secretbox'.
[tripe] / server / tests.at
index 6c5d5e32c76886eaa4080b85bd6cf73f713614b3..88b9d160faa549c8fdb9a3d196ad4c439774371a 100644 (file)
@@ -587,11 +587,11 @@ WITH_3TRIPES([alice], [bob], [carol], [-nslip -Tmx],
 
   AT_DATA([algs-alpha], [dnl
 kx-group=ec kx-group-order-bits=256 kx-group-elt-bits=512
-hash=rmd160 mgf=rmd160-mgf hash-sz=20
-bulk-transform=v0 bulk-overhead=22
-cipher=blowfish-cbc cipher-keysz=20 cipher-blksz=8
-mac=rmd160-hmac mac-keysz=20 mac-tagsz=10
-cipher-data-limit=67108864
+hash=sha256 mgf=sha256-mgf hash-sz=32
+bulk-transform=naclbox bulk-overhead=20
+cipher=salsa20 cipher-keysz=32
+mac=poly1305 mac-tagsz=16
+cipher-data-limit=2147483648
 ])
 
   AT_DATA([algs-beta-old], [dnl