diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-21 16:31:17 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-21 16:31:17 +0000 |
commit | 6ddce33a221899361999b08c84eb5d7fc560027f (patch) | |
tree | 4e0d9e9f345257e1524955937c89f13b04777808 /regress | |
parent | 4a61c18769340483941df1b87a3136004e0ea28d (diff) |
Remove ChaCha20-Poly1305 from the TODO list
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 04e675fa348..a3d71fe04bf 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.13 2018/08/21 16:25:11 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.14 2018/08/21 16:31:16 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> * @@ -608,7 +608,7 @@ func main() { os.Exit(0) } - // AES, Chacha20Poly1305, DSA, ECDH + // AES, DSA, ECDH tests := []struct { name string pattern string |