artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e4143
)
Remove ChaCha20-Poly1305 from the TODO list
author
tb
<tb@openbsd.org>
Tue, 21 Aug 2018 16:31:16 +0000
(16:31 +0000)
committer
tb
<tb@openbsd.org>
Tue, 21 Aug 2018 16:31:16 +0000
(16:31 +0000)
regress/lib/libcrypto/wycheproof/wycheproof.go
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/wycheproof/wycheproof.go
b/regress/lib/libcrypto/wycheproof/wycheproof.go
index
04e675f
..
a3d71fe
100644
(file)
--- a/
regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/
regress/lib/libcrypto/wycheproof/wycheproof.go
@@
-1,4
+1,4
@@
-/* $OpenBSD: wycheproof.go,v 1.1
3 2018/08/21 16:25:11
tb Exp $ */
+/* $OpenBSD: wycheproof.go,v 1.1
4 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