TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
3aa8efb230ca0922c48afa6566d36e6b835da85a
3aa8efb
Merge remote-tracking branch 'psa/psa-wrapper-apis-march-12' into feature-psa
by Gilles Peskine
· 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
2cab25a
fix conditions in psa_cipher_finish function
by Moran Peker
· 7 years ago
dc38ebc
delete decrypt checks + fix memcpy& return value
by Moran Peker
· 7 years ago
ad9d82c
add iv_required field to psa_cipher_operation_s and fix relevant functions
by Moran Peker
· 7 years ago
71f19ae
add missing call to psa_cipher_abort in cipher_setup func + iv_length check in cipher_set_iv func
by Moran Peker
· 7 years ago
406008a
add missing check on output_size in psa_cipher_update func
by Moran Peker
· 7 years ago
bed71a2
fix missing check on output_size in psa_cipher_finish func
by Moran Peker
· 7 years ago
0071b87
add missing parameter output_size on psa_cipher_finish
by Moran Peker
· 7 years ago
4c80d83
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
b152d4d
add test scenarios to decrypt and encrypt input and compare with given output
by mohammad1603
· 7 years ago
89e0f46
style
by mohammad1603
· 7 years ago
41deec4
partly pr fix
by Moran Peker
· 7 years ago
e1210dc
remove unused parameter in psa_cipher_finish.
by Moran Peker
· 7 years ago
3205a65
tests fix
by Moran Peker
· 7 years ago
16864af
fix static function name
by mohammad1603
· 7 years ago
8481e74
CR fixes
by mohammad1603
· 7 years ago
efb0107
CR fix, remove exposing ECB
by mohammad1603
· 7 years ago
990a18c
add ecb to cipher algorithms
by mohammad1603
· 7 years ago
cdd3be9
Add psa_crypto test suite to Cmake
by mohammad1603
· 7 years ago
c0ef314
Merge pull request #50 from ARMmbed/psa-fix-export-tests
by Gilles Peskine
· 7 years ago
e6b67a1
Fix parameters in test suite
by mohammad1603
· 7 years ago
5100318
Merge pull request #18 from ARMmbed/psa-wrapper-apis-export-publickey
by Gilles Peskine
· 7 years ago
d1e8e41
Adapt older import_export test data to the new function signature
by Gilles Peskine
· 7 years ago
d7d7ba5
add positive test scenarios
by mohammad1603
· 7 years ago
f709f4a
move import_export_public_key func place
by Moran Peker
· 7 years ago
8275961
warnings fixes
by mohammad1603
· 7 years ago
9bc7695
export->export-public + move tests case
by Moran Peker
· 7 years ago
503973b
initial implementation for PSA symmetric APIs - missing tests and documentations
by mohammad1603
· 7 years ago
ce1b23a
PSA_ALG_CBC_BASE -> PSA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE
by Moran Peker
· 7 years ago
a964a8f
add non-regression tests for export public/non public key
by Moran Peker
· 7 years ago
8756763
change error check on psa_internal_export_key func
by Moran Peker
· 7 years ago
785fd55
Whitespace fixes; removed redundant parentheses
by Gilles Peskine
· 7 years ago
c425e87
Add cast to satisfy gcc -Wsign-compare
by Gilles Peskine
· 7 years ago
cceea98
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
d732659
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
b34879b
fix import_export_public_key test to use policy
by Moran Peker
· 7 years ago
338a0cf
fix import_export_public_key test
by Moran Peker
· 7 years ago
17e36e1
fix conditions
by Moran Peker
· 7 years ago
6036432
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
a998bc6
psa_internal_export_key function for common code.
by Moran Peker
· 7 years ago
4ff99f3
change test case descriptions + add newline of test_suite_psa_crypto.function
by Moran Peker
· 7 years ago
5010828
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
b4d0ddd
psa_export_public_key
by Moran Peker
· 7 years ago
02607e4
Merge pull request #29 from ARMmbed/psa-wrapper-apis-ecdsa-feature-psa
by Gilles Peskine
· 7 years ago
dd4ea38
export public key
by Moran Peker
· 7 years ago
7b30f8b
Added handling for MBEDTLS_ERR_ECP_XXX error codes
by itayzafrir
· 7 years ago
5c75339
ECDSA sign and verify implementation and tests
by itayzafrir
· 7 years ago
a0655c3
Merge remote-tracking branch 'psa/pr/13' into feature-psa
by Gilles Peskine
· 7 years ago
f0c9dd3
Added possible error codes for lifetime functions
by Gilles Peskine
· 7 years ago
9bb53d7
Fix copypasta in lifetime function descriptions
by Gilles Peskine
· 7 years ago
8ca5602
Whitespace fixes
by Gilles Peskine
· 7 years ago
a7d245a
Fix return error values description
by mohammad1603
· 7 years ago
ea05009
Change behavior of psa_get_key_lifetime()
by mohammad1603
· 7 years ago
1c34545
Remove usage of PSA_KEY_LIFETIME_NONE
by mohammad1603
· 7 years ago
5d7ec20
fix key lifetime set implementation , tests accordingly
by mohammad1603
· 7 years ago
ba17851
Remove unused and duplicated erros, fix documentation and tests
by mohammad1603
· 7 years ago
060ad8a
Compilation and tests fixes
by mohammad1603
· 7 years ago
804cd71
initial key lifetime implementation and tests
by mohammad1603
· 7 years ago
c63b6ba
Merge remote-tracking branch 'psa/pr/14' into feature-psa
by Gilles Peskine
· 7 years ago
47c1bc0
Correct some return codes
by Gilles Peskine
· 7 years ago
8d2abd6
Merge remote-tracking branch 'psa/pr/15' into feature-psa
by Gilles Peskine
· 7 years ago
38a622b
Function psa_get_key_policy() now return policy value for empty slots
by mohammad1603
· 7 years ago
0eb6e97
Merge pull request #4 from ARMmbed/psa-wrapper-apis-march-2
by Gilles Peskine
· 7 years ago
0629793
More precise bounds for PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE
by Gilles Peskine
· 7 years ago
5feda72
Remove usage of PSA_ERROR_INVALID_KEY_POLICY
by mohammad1603
· 7 years ago
058e0b9
Avoid empty unions
by Gilles Peskine
· 7 years ago
9673cc8
Define PSA_ALG_RSA_OAEP_MGF1(hash)
by Gilles Peskine
· 7 years ago
d926b88
Fix Policy enforcement sign test
by mohammad1603
· 7 years ago
Next »