| commit | 0c292edb90f9100ede526bd75adef5449b2f24e9 | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Fri Apr 28 17:41:28 2017 -0400 |
| committer | Adam Langley <agl@google.com> | Fri Apr 28 21:54:29 2017 +0000 |
| tree | 52f4d6a92f3c77fb621eb883d8f62dc6d06046fb | |
| parent | 7ed2e82e5ac2df9c9468a05dc738da8523e09fda [diff] [blame] |
Add a CAVP tool for ECDSA2 SigVer tests. Change-Id: If3510b207793870f330c8981ef8e996949042fdc Reviewed-on: https://boringssl-review.googlesource.com/15668 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/test/file_test.h b/crypto/test/file_test.h index 18d7e99..aac9289 100644 --- a/crypto/test/file_test.h +++ b/crypto/test/file_test.h
@@ -49,6 +49,15 @@ // // [Name] // +// Commas in instruction lines are treated as separate instructions. Thus this: +// +// [Name1,Name2] +// +// is the same as: +// +// [Name1] +// [Name2] +// // Either '=' or ':' may be used to delimit the name from the value. Both the // name and value have leading and trailing spaces stripped. //