diff options
| author | Edward Thomson <ethomson@github.com> | 2017-02-24 14:14:56 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2017-03-03 10:50:28 +0000 |
| commit | d087c8f80ecbbbfca2740392cbf84816019f4d49 (patch) | |
| tree | 81d8191d8b7df26a2489c4e5dd72699892c34fb7 /tests/resources | |
| parent | 2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0 (diff) | |
| download | libgit2-d087c8f80ecbbbfca2740392cbf84816019f4d49.tar.gz | |
hash: test for sha1 collision attack detection
Diffstat (limited to 'tests/resources')
| -rw-r--r-- | tests/resources/sha1/hello_c | 6 | ||||
| -rw-r--r-- | tests/resources/sha1/shattered-1.pdf | bin | 0 -> 422435 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/resources/sha1/hello_c b/tests/resources/sha1/hello_c new file mode 100644 index 000000000..45950b2ad --- /dev/null +++ b/tests/resources/sha1/hello_c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char **argv) +{ + printf("Hello, %s\n", "world"); +} diff --git a/tests/resources/sha1/shattered-1.pdf b/tests/resources/sha1/shattered-1.pdf Binary files differnew file mode 100644 index 000000000..ba9aaa145 --- /dev/null +++ b/tests/resources/sha1/shattered-1.pdf |
