TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
084832d65f04a50038fed754def6134e17455411
084832d
replace get_block_size_from_hash_algorithm with PSA_HASH_BLOCK_SIZE macro
by Nir Sonnenschein
· 7 years ago
9e2ffe8
change type of hash block to uint8_t
by Nir Sonnenschein
· 7 years ago
1e2b046
adding more test cases for hmac
by Nir Sonnenschein
· 7 years ago
35dfbf4
change hmac context to use statically allocated memory
by Nir Sonnenschein
· 7 years ago
0c9ec53
remove reliance on md_info context for hash information
by Nir Sonnenschein
· 7 years ago
eeace0b
Code style fix : changed keylen to key_length
by Nir Sonnenschein
· 7 years ago
7810be2
Code correction: remove unneeded sizeof
by Nir Sonnenschein
· 7 years ago
dcd636a
Commit changes to hmac to not use MD abstraction
by Nir Sonnenschein
· 7 years ago
27fbaf7
Fixed test sign_deterministic, macro PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE
by itayzafrir
· 7 years ago
3e02b3b
On target testing tests adaptation
by itayzafrir
· 7 years ago
423f219
Fixed missing dependencies in psa crypto tests
by itayzafrir
· 7 years ago
8605428
Merge remote-tracking branch 'psa/pr/27' into feature-psa
by Gilles Peskine
· 7 years ago
eebd738
Rename asymmetric_encrypt to clarify what it does
by Gilles Peskine
· 7 years ago
c4def2f
Add input length check in psa_asymmetric_decrypt
by Gilles Peskine
· 7 years ago
b75e4f1
Remove ECC boilerplate in asymmetric encrypt/decrypt
by Gilles Peskine
· 7 years ago
beb4948
Add RSA PSS verification (untested)
by Gilles Peskine
· 7 years ago
625b01c
Add OAEP placeholders in asymmetric encrypt/decrypt
by Gilles Peskine
· 7 years ago
8b18a4f
Rename verify_RSA_hash_input_and_get_md_type
by Gilles Peskine
· 7 years ago
61b91d4
Normalize whitespace to Mbed TLS standards
by Gilles Peskine
· 7 years ago
1c2a7ea
Allow psa_asymmetric_verify and psa_asymmetric_encrypt to use public key only.
by Nir Sonnenschein
· 7 years ago
d708260
add key policy enforcement implementation
by Nir Sonnenschein
· 7 years ago
ca466c8
Set output length to safe value
by Nir Sonnenschein
· 7 years ago
c460291
Re-Add ECC verification code which was not properly merged in re-base.
by Nir Sonnenschein
· 7 years ago
4db79eb
Extract common code
by Nir Sonnenschein
· 7 years ago
717a040
Remove duplicate / unneeded code
by Nir Sonnenschein
· 7 years ago
d70bc48
Fix test output size
by Nir Sonnenschein
· 7 years ago
553b8f3
Fix test data
by Nir Sonnenschein
· 7 years ago
72eca16
Fix scenario test names
by Nir Sonnenschein
· 7 years ago
723feff
Fix some errors in PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE
by Gilles Peskine
· 7 years ago
5b051bc
Remove trailing whitespace
by Gilles Peskine
· 7 years ago
ad44f11
Merge remote-tracking branch 'psa/pr/54' into feature-psa
by Gilles Peskine
· 7 years ago
6afe789
Finish renaming around PSA_ALG_IS_RSA_PKCS1V15
by Gilles Peskine
· 7 years ago
d6125ca
Merge remote-tracking branch 'psa/pr/24' into feature-psa
by Gilles Peskine
· 7 years ago
a1cac84
Move AEAD tests just after cipher
by Gilles Peskine
· 7 years ago
4f594ec
remove check for key pair (public key should be enough for verification)
by Nir Sonnenschein
· 7 years ago
7f5a319
code fixes for internal code review:
by Nir Sonnenschein
· 7 years ago
0f3bdbd
change RSA encryption tests compensate for random component in encryption.
by Nir Sonnenschein
· 7 years ago
39e5914
added support for PKCSv1.5 signature verification and encryption/decryption and very basic tests.
by Nir Sonnenschein
· 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
Next »