diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-01-24 17:52:53 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-01-24 17:52:53 +0100 |
commit | c07ad72f016930e2aba6471d0e2e9625b935bf9a (patch) | |
tree | 03aa7b7c737a7a70321ef25d67c2fbd892cd76db /libparc/parc/security/test/README.digests | |
parent | 9fc2b9ec49c54ec2d5f0164bbedc1c78732c464c (diff) |
Remove cframework files from master
Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'libparc/parc/security/test/README.digests')
-rw-r--r-- | libparc/parc/security/test/README.digests | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libparc/parc/security/test/README.digests b/libparc/parc/security/test/README.digests deleted file mode 100644 index 4abfa940..00000000 --- a/libparc/parc/security/test/README.digests +++ /dev/null @@ -1,12 +0,0 @@ -# -# Generate some blocks of bytes to digest, then calculate the "truth" via openssl - -dd if=/dev/urandom of=test_digest_bytes_128.bin bs=128 count=1 - -openssl dgst -sha256 -binary < test_digest_bytes_128.bin > test_digest_bytes_128.sha256 -openssl dgst -sha512 -binary < test_digest_bytes_128.bin > test_digest_bytes_128.sha512 - -# these are for the symmetric key tests -openssl sha256 -hmac 'apple_pie_is_good' -binary < test_random_bytes > test_random_bytes.hmac_sha256 -openssl sha512 -hmac 'apple_pie_is_good' -binary < test_random_bytes > test_random_bytes.hmac_sha512 - |