TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
0386fbaa70883c9ef7f8390c2a264f11ef8596ec
/
tests
/
suites
/
test_suite_psa_crypto.function
0386fba
Key derivation: test deriving a key from the KDF output
by Gilles Peskine
· 7 years ago
96ee5c7
HKDF: positive tests
by Gilles Peskine
· 7 years ago
ea0fb49
Add framework for simple key derivation
by Gilles Peskine
· 7 years ago
ef0cb40
Fix bug in exercise_mac_key that almost always broke the SIGN case
by Gilles Peskine
· 7 years ago
fe11951
Rename psa cipher functions to psa_cipher_xxx
by Gilles Peskine
· 7 years ago
89167cb
Split psa_mac_setup -> psa_mac_{sign,verify}_setup
by Gilles Peskine
· 7 years ago
acd4be3
Rename psa_mac_{finish,verify} -> psa_mac_{sign,verify}_finish
by Gilles Peskine
· 7 years ago
da8191d1c
Rename psa_hash_start -> psa_hash_setup
by Gilles Peskine
· 7 years ago
2a91d61
Merge remote-tracking branch 'psa/pr/94' into feature-psa
by Gilles Peskine
· 7 years ago
76f5c7b
Tests: cover policy checks for all operations
by Gilles Peskine
· 7 years ago
25c4fa8
Fix copy paste error PSA test suite
by Janos Follath
· 7 years ago
2701005
Modifications for psa-crypto in order to integrate with SPM
by mohammad1603
· 7 years ago
3d91abe
Use PSA_BLOCK_CIPHER_BLOCK_SIZE() macro to get the cipher block size
by mohammad1603
· 7 years ago
ed34695
Fix tests in test_suite_psa_crypto to set policy usage
by Moran Peker
· 7 years ago
02b7507
Factor duplicated code into exercise_key
by Gilles Peskine
· 7 years ago
480416a
Fix argument validation in asn1_write_10x
by Gilles Peskine
· 7 years ago
0b352bc
Test that creating RSA keys larger than the maximum fails
by Gilles Peskine
· 7 years ago
69c1267
Use PSA_xxx_MAX_SIZE for hash/MAC/signature size in tests
by Gilles Peskine
· 7 years ago
860ce9d
Document what the signature tests are doing a bit better
by Gilles Peskine
· 7 years ago
d35a1cc
Correct the documentation of mem_is_zero
by Gilles Peskine
· 7 years ago
ca45c35
Fix exercise_signature_key for ECDSA
by Gilles Peskine
· 7 years ago
a680c7a
Add import-and-exercise tests for some signature algorithms
by Gilles Peskine
· 7 years ago
65fa0b8
fix if condition to validate encrypt key usage
by Mohammad AboMokh
· 7 years ago
adb9b23
fix PSA_BLOCK_CIPHER_BLOCK_SIZE() argument in test code
by Mohammad AboMokh
· 7 years ago
2a671e9
psa: export_public_key: Check for all zero on error
by Jaeden Amero
· 7 years ago
f24c7f8
psa_export_key: Always set a valid data length
by Jaeden Amero
· 7 years ago
48c0ea1
Remove PSA_KEY_TYPE_IS_RAW_BYTES from crypto.h
by Gilles Peskine
· 7 years ago
a50d739
test of generate_random: focus on testing the output buffer size
by Gilles Peskine
· 7 years ago
9ad29e2
Add what little was missing to fully support DES
by Gilles Peskine
· 7 years ago
b866e2b
Get rid of some casts in test_suite_psa_crypto
by Gilles Peskine
· 7 years ago
3f669c3
Simplify mem_is_nonzero to mem_is_zero
by Gilles Peskine
· 7 years ago
818ca12
generate_key tests: exercise the key
by Gilles Peskine
· 7 years ago
16c0f4f
Fix potential memory corruption on MAC/cipher setup failure
by Gilles Peskine
· 7 years ago
12313cd
Implement psa_generate_key: AES, DES, RSA, ECP
by Gilles Peskine
· 7 years ago
e66ca3b
psa_export_key: zero out potential garbage in the output buffer
by Gilles Peskine
· 7 years ago
05d6989
Implement psa_generate_random
by Gilles Peskine
· 7 years ago
d5b3322
Reorder PSA test cases to group them by topic
by Gilles Peskine
· 7 years ago
b3e6e5d
Rename hash max sizes for consistency
by Gilles Peskine
· 7 years ago
dec7261
Remove redundant initialization of policies to {0}
by Gilles Peskine
· 7 years ago
c0ec972
mac_verify: remove unused IV argument
by Gilles Peskine
· 7 years ago
01b929c
Fix key_lifetime_set_fail not cleaning up the right key slot
by Gilles Peskine
· 7 years ago
4abf741
Hygiene improvements in PSA crypto test code
by Gilles Peskine
· 7 years ago
7bcfc0a
Be more consistent about blank lines
by Gilles Peskine
· 7 years ago
c1bb6c8
Formatting improvements
by Gilles Peskine
· 7 years ago
2d27786
Normalize whitespace
by Gilles Peskine
· 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
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
61b91d4
Normalize whitespace to Mbed TLS standards
by Gilles Peskine
· 7 years ago
d708260
add key policy enforcement implementation
by Nir Sonnenschein
· 7 years ago
d70bc48
Fix test output size
by Nir Sonnenschein
· 7 years ago
5b051bc
Remove trailing whitespace
by Gilles Peskine
· 7 years ago
a1cac84
Move AEAD tests just after cipher
by Gilles Peskine
· 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
84861a9
Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa
by Gilles Peskine
· 7 years ago
3158564
add nonce as argument to the test function of encrypt/decrypt
by mohammad1603
· 7 years ago
f7f72da
add invalid signature test case
by mohammad1603
· 7 years ago
371a6e4
add decrypt tests for CCM
by mohammad1603
· 7 years ago
f14394b
add policy checks
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
ee652a3
Fix psa_aead_decrypt to read the tag at the end of the ciphertext
by Gilles Peskine
· 7 years ago
e797945
initialize length variables and process decrypt only when encrypts passes
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
d973472
Fix loop index and output size parameter value
by mohammad1603
· 7 years ago
bdd892a
Add test scenario
by mohammad1603
· 7 years ago
091e73b
Fix usage of TEST_ASSERT
by mohammad1603
· 7 years ago
9112693
aead test scenario
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
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
a9c3a65
tests fix + max_output_size
by Moran Peker
· 7 years ago
9e3aa62
change variable naming
by Moran Peker
· 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
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
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
96cc00a
add missing tests function
by Moran Peker
· 7 years ago
f55e804
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
0071b87
add missing parameter output_size on psa_cipher_finish
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
e1210dc
remove unused parameter in psa_cipher_finish.
by Moran Peker
· 7 years ago
3205a65
tests fix
by Moran Peker
· 7 years ago
8481e74
CR fixes
by mohammad1603
· 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
d7d7ba5
add positive test scenarios
by mohammad1603
· 7 years ago
f709f4a
move import_export_public_key func place
by Moran Peker
· 7 years ago
a964a8f
add non-regression tests for export public/non public key
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
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
Next »