TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
a1cac84e833787585fd45d78678a1021c930263a
a1cac84
Move AEAD tests just after cipher
by Gilles Peskine
· 7 years ago
d6125ca
Merge remote-tracking branch 'psa/pr/24' into feature-psa
by Gilles Peskine
· 7 years ago
bb1072f
Fix use of mbedtls_cipher_info_from_psa
by Gilles Peskine
· 7 years ago
3585596
Document a few more macros
by Gilles Peskine
· 7 years ago
84861a9
Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa
by Gilles Peskine
· 7 years ago
154bd95
psa_destroy_key: return SUCCESS on an empty slot
by Gilles Peskine
· 7 years ago
5e39dc9
New macro PSA_AEAD_TAG_SIZE, use it for PSA_AEAD_xxx_OUTPUT_SIZE
by Gilles Peskine
· 7 years ago
71bb7b7
Switch PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE
by Gilles Peskine
· 7 years ago
212e4d8
Improve documentation of PSA_AEAD_xxx_OUTPUT_SIZE
by Gilles Peskine
· 7 years ago
65eb858
Expand the description of error codes
by Gilles Peskine
· 7 years ago
3158564
add nonce as argument to the test function of encrypt/decrypt
by mohammad1603
· 7 years ago
fc614b1
fix parentheses
by mohammad1603
· 7 years ago
1347a73
fix macros documentation style.
by mohammad1603
· 7 years ago
e109f21
remove unnecessary check for block size
by mohammad1603
· 7 years ago
a1d9801
add slot validation
by mohammad1603
· 7 years ago
e3cb8a8
return PSA_ERROR_BUFFER_TOO_SMALL intead of PSA_ERROR_INVALID_ARGUMENT
by mohammad1603
· 7 years ago
fb5b9cb
add missing documentations
by mohammad1603
· 7 years ago
8ffd764
re-group test vectors and change vectors' names
by mohammad1603
· 7 years ago
6b4d98c
remove trailing spaces
by mohammad1603
· 7 years ago
5ed0621
aligned with coding standards - line length
by mohammad1603
· 7 years ago
f7f72da
add invalid signature test case
by mohammad1603
· 7 years ago
c1ee32e
add GCM test vectors encrypt/decrypt
by mohammad1603
· 7 years ago
371a6e4
add decrypt tests for CCM
by mohammad1603
· 7 years ago
ed8dbeb
add and fix data vectors
by mohammad1603
· 7 years ago
f14394b
add policy checks
by mohammad1603
· 7 years ago
96910d8
fix block size depending on algorithm
by mohammad1603
· 7 years ago
0317945
disable uncompleted tests
by mohammad1603
· 7 years ago
f2525eb
add encryption only test case
by mohammad1603
· 7 years ago
4b26850
fix tests according to the code changes in error value
by mohammad1603
· 7 years ago
60a64d0
remove unnecessary argument to the psa_aead_unpadded_locate_tag function
by mohammad1603
· 7 years ago
15223a8
write the tag directly on the ciphertext buffer.
by mohammad1603
· 7 years ago
4fc744f
change the check of block size for all supported algorithms
by mohammad1603
· 7 years ago
0f21465
use mbedtls_cipher_info_from_psa to get cipher ID
by mohammad1603
· 7 years ago
f58aa6a
use memset instead of mbedtils_zeroize
by mohammad1603
· 7 years ago
554faad
return NOT_SUPPORTED instead of INVLID_ARGUMENT
by mohammad1603
· 7 years ago
95893f8
remove usless cast
by mohammad1603
· 7 years ago
f08a550
set output length to zero to cover output length in error case
by mohammad1603
· 7 years ago
f4f0d61
change mbedtls_cipher_info_from_psa to provide cipher_id also
by mohammad1603
· 7 years ago
22898ba
remove duplicated definition
by mohammad1603
· 7 years ago
9375f84
fix code offsets after rebase
by mohammad1603
· 7 years ago
ee652a3
Fix psa_aead_decrypt to read the tag at the end of the ciphertext
by Gilles Peskine
· 7 years ago
36a74b7
Fix Doxygen comments to pass clang -Wdocumentation
by Gilles Peskine
· 7 years ago
1e7d8f1
Document AEAD functions
by Gilles Peskine
· 7 years ago
a40d774
Whitespace fixes
by Gilles Peskine
· 7 years ago
2039939
add psa_crypto to test suites
by mohammad1603
· 7 years ago
e797945
initialize length variables and process decrypt only when encrypts passes
by mohammad1603
· 7 years ago
3957465
add else for not supported algorithm
by mohammad1603
· 7 years ago
9b07132
remove compilation warnings
by mohammad1603
· 7 years ago
f07db2e
Add more test scenario for GCM and failure cases
by mohammad1603
· 7 years ago
5c8845f
return invalid argument for unsupported algorithms
by mohammad1603
· 7 years ago
d973472
Fix loop index and output size parameter value
by mohammad1603
· 7 years ago
e58e684
fix condition over key type
by mohammad1603
· 7 years ago
17638ef
remove unused variable
by mohammad1603
· 7 years ago
bdd892a
Add test scenario
by mohammad1603
· 7 years ago
dad36fa
add Key and Algorithm validation
by mohammad1603
· 7 years ago
a7e6df7
Validation fixes for key_type
by mohammad1603
· 7 years ago
091e73b
Fix usage of TEST_ASSERT
by mohammad1603
· 7 years ago
4f5eb7c
Fill the the output buffer with zero data in case of failure
by mohammad1603
· 7 years ago
6bbd8c7
Remove unnecessary cast
by mohammad1603
· 7 years ago
db62473
Parameters validation fixes
by mohammad1603
· 7 years ago
9112693
aead test scenario
by mohammad1603
· 7 years ago
579d359
remove psa_aead_encrypt_setup from header file
by mohammad1603
· 7 years ago
ce5cba9
unify the concatenation of the tag and update output length
by mohammad1603
· 7 years ago
9e5a515
Fix parameter validation
by mohammad1603
· 7 years ago
47ddf3d
Concatenate the tag to the output buffer
by mohammad1603
· 7 years ago
5955c98
Initial implementation of the AEAD decrypt/encrypt APIs
by mohammad1603
· 7 years ago
3aa8efb
Merge remote-tracking branch 'psa/psa-wrapper-apis-march-12' into feature-psa
by Gilles Peskine
· 7 years ago
39ee871
Change AEAD APIs to integrated AEAD APIs.
by mohammad1603
· 7 years ago
5809ce7
Add PKCS#7 good decryption test cases
by Gilles Peskine
· 7 years ago
42b8aec
Correct some bad test data
by Gilles Peskine
· 7 years ago
a7ec95f
Cipher tests: calculate and verify the actual output size
by Gilles Peskine
· 7 years ago
50e586b
We don't need _test_ in test function names
by Gilles Peskine
· 7 years ago
048b7f0
Rename some variables to make the code easier to read
by Gilles Peskine
· 7 years ago
8172b87
add tests cases
by Moran Peker
· 7 years ago
a9c3a65
tests fix + max_output_size
by Moran Peker
· 7 years ago
9e3aa62
change variable naming
by Moran Peker
· 7 years ago
17ddaa2
Correct and improve cipher test case descriptions
by Gilles Peskine
· 7 years ago
9cf78d3
Fix some test case dependencies on cipher modes
by Gilles Peskine
· 7 years ago
4ca9c3f
Fix whitespace issues
by Gilles Peskine
· 7 years ago
7f87850
fix and add tests case + fix for padding mode
by Moran Peker
· 7 years ago
ded8440
fix and add tests case + fix for padding mode
by Moran Peker
· 7 years ago
5cbb4c8
Correct some test case descriptions
by Gilles Peskine
· 7 years ago
7268afc
Reordered cipher tests to be just after MAC tests
by Gilles Peskine
· 7 years ago
691dfb3
Whitespce normalization
by Gilles Peskine
· 7 years ago
2c5219a
Whitespace normalization
by Gilles Peskine
· 7 years ago
5351420
Use block local variable for padding_mode for readability
by Gilles Peskine
· 7 years ago
7cb22b8
abort operation before return + fix error checks
by Moran Peker
· 7 years ago
5eb6e9e
PSA_ALG_CBC_BASE -> SA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE
by Moran Peker
· 7 years ago
89d789c
Refactor some argument checks for readability
by Gilles Peskine
· 7 years ago
7e92885
Wrap lines to 80 columns
by Gilles Peskine
· 7 years ago
e553c65
Fix indentation and horizontal whitespace
by Gilles Peskine
· 7 years ago
d810024
Remove cipher_test_positive, duplicated as cipher_test_encrypt
by Gilles Peskine
· 7 years ago
7691fb7
add new test scenario (cipher_test_encrypt_multipart)
by Moran Peker
· 7 years ago
3520c2c
unset iv_required to 0 (psa_encrypt_set_iv)and block_size (psa_cipher_setup)
by Moran Peker
· 7 years ago
395db87
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
ae38279
add missing psa_cipher_abort( operation )
by Moran Peker
· 7 years ago
7053116
fix compilation error - missing if
by Moran Peker
· 7 years ago
96cc00a
add missing tests function
by Moran Peker
· 7 years ago
f55e804
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
a28258c
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
Next »