Skip to content

Commit

Permalink
chapoly: also check chacha20-poly1305 in zfs/zpool create tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rob N ★ <[email protected]>
  • Loading branch information
robn committed Feb 1, 2023
1 parent a4eefc4 commit 50712e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ set -A ENCRYPTION_ALGS \
"encryption=aes-256-ccm" \
"encryption=aes-128-gcm" \
"encryption=aes-192-gcm" \
"encryption=aes-256-gcm"
"encryption=aes-256-gcm" \
"encryption=chacha20-poly1305"

set -A ENCRYPTION_PROPS \
"encryption=aes-256-gcm" \
Expand All @@ -59,7 +60,8 @@ set -A ENCRYPTION_PROPS \
"encryption=aes-256-ccm" \
"encryption=aes-128-gcm" \
"encryption=aes-192-gcm" \
"encryption=aes-256-gcm"
"encryption=aes-256-gcm" \
"encryption=chacha20-poly1305"

set -A KEYFORMATS "keyformat=raw" \
"keyformat=hex" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@ set -A ENCRYPTION_ALGS "encryption=on" \
"encryption=aes-256-ccm" \
"encryption=aes-128-gcm" \
"encryption=aes-192-gcm" \
"encryption=aes-256-gcm"
"encryption=aes-256-gcm" \
"encryption=chacha20-poly1305"

set -A ENCRYPTION_PROPS "encryption=aes-256-gcm" \
"encryption=aes-128-ccm" \
"encryption=aes-192-ccm" \
"encryption=aes-256-ccm" \
"encryption=aes-128-gcm" \
"encryption=aes-192-gcm" \
"encryption=aes-256-gcm"
"encryption=aes-256-gcm" \
"encryption=chacha20-poly1305"

set -A KEYFORMATS "keyformat=raw" \
"keyformat=hex" \
Expand Down

0 comments on commit 50712e4

Please sign in to comment.