Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup)

pull/75/head
Jeffrey Walton 2015-11-18 15:34:27 -05:00
parent 6ac1e46a1f
commit 9f6a942218
55 changed files with 23045 additions and 23040 deletions

View File

@ -52,6 +52,10 @@ Signature - encoded string, signature to be verified or compared
with with
Plaintext - encoded string Plaintext - encoded string
Ciphertext - encoded string Ciphertext - encoded string
Header - encoded string
Footer - encoded string
DerivedKey - encoded string
DerivedLength - encoded string
Digest - encoded string Digest - encoded string
TruncatedSize - int, size of truncated digest in bytes TruncatedSize - int, size of truncated digest in bytes
Seek - int, seek location for random access ciphers Seek - int, seek location for random access ciphers

0
TestVectors/aes.txt Executable file → Normal file
View File

View File

@ -29,3 +29,4 @@ Test: TestVectors/gcm.txt
Test: TestVectors/cmac.txt Test: TestVectors/cmac.txt
Test: TestVectors/eax.txt Test: TestVectors/eax.txt
Test: TestVectors/mars.txt Test: TestVectors/mars.txt
Test: TestVectors/hkdf.txt

0
TestVectors/panama.txt Executable file → Normal file
View File

0
TestVectors/salsa.txt Executable file → Normal file
View File

0
TestVectors/sosemanuk.txt Executable file → Normal file
View File

0
TestVectors/vmac.txt Executable file → Normal file
View File