TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
b4ecc27629bb8380e92d8060be2ec22de5ab9de0
/
tests
/
suites
b4ecc27
Replace PSA error code definitions with the ones defined in PSA spec
by David Saada
· 6 years ago
2d7e5fe
Merge pull request #46 from Patater/fix-windows-initializers
by Jaeden Amero
· 6 years ago
2a0f48a
Merge pull request #43 from Patater/update-2.16-dev
by Jaeden Amero
· 6 years ago
5229bbb
psa: Test fresh contexts have default behavior
by Jaeden Amero
· 6 years ago
6fd4ee2
Merge pull request #20 from gilles-peskine-arm/psa-copy_key
by Jaeden Amero
· 6 years ago
c979f6a
psa: Test empty PKCS#1 v1.5 decryption
by Jaeden Amero
· 6 years ago
f8daab7
psa: Enable testing RSA decryption with output sizes
by Jaeden Amero
· 6 years ago
412654a
psa: Expect output-buffer-sized RSA-decryption
by Jaeden Amero
· 6 years ago
6893364
Merge commit '01b34fb316a5' into development
by Jaeden Amero
· 7 years ago
c9516fb
Document exercise_key and fix one incorrect usage
by Gilles Peskine
· 7 years ago
e84d5d2
psa_copy_key: Add test cases to specifically check non-exportability
by Gilles Peskine
· 7 years ago
acdf07c
Merge pull request #41 from hanno-arm/ec_pubkey_fmt_fixes
by Jaeden Amero
· 7 years ago
00114d7
Adapt test in test_suite_pk to work with new PSA public key format
by Hanno Becker
· 7 years ago
6b156df
Don't consider RIPEMD160 a PSA_ALG_ANY_HASH candidate
by Gilles Peskine
· 7 years ago
8c1247f
Add psa_copy_key tests with policy constraints
by Gilles Peskine
· 7 years ago
57ab721
Test psa_copy_key
by Gilles Peskine
· 7 years ago
f603c71
New function psa_copy_key
by Gilles Peskine
· 7 years ago
43bafcc
Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard
by Jaeden Amero
· 7 years ago
37a8c0c
Merge pull request #27 from hanno-arm/crypto_submodule_update_prs_6_18_19_sibling
by Jaeden Amero
· 7 years ago
a814ae6
PSA: Adapt PK test suite to new key policy initialization API
by Hanno Becker
· 7 years ago
fcf659b
PSA: Adapt PK test suite to modified key slot allocation mechanism
by Hanno Becker
· 7 years ago
4d69cf1
Merge pull request #13 from Patater/pubkey-format
by Jaeden Amero
· 7 years ago
eb2d4b9
Test that HASH_ANY is not meaningful for OAEP
by Gilles Peskine
· 7 years ago
ccdce90
psa: Simplify EC public key format
by Jaeden Amero
· 7 years ago
25384a2
psa: Simplify RSA public key format
by Jaeden Amero
· 7 years ago
0b6b871
Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto
by Jaeden Amero
· 7 years ago
c750932
Adapt to the new key allocation mechanism
by Andrzej Kurek
· 7 years ago
870f5dc
Add missing test dependency
by Gilles Peskine
· 7 years ago
494624d
Merge pull request #18 from gilles-peskine-arm/psa-hash_clone
by Jaeden Amero
· 7 years ago
d40c1fb
Don't require a type and size when creating a key slot
by Gilles Peskine
· 7 years ago
ebb2c3e
New function psa_hash_clone
by Gilles Peskine
· 7 years ago
30f77cd
Add a hash wildcard value for hash-and-sign algorithm
by Gilles Peskine
· 7 years ago
d35b489
New macro PSA_ALG_IS_HASH_AND_SIGN
by Gilles Peskine
· 7 years ago
d94d671
psa: Test that generator initializers work
by Jaeden Amero
· 7 years ago
5bae227
psa: Add initializers for cipher operation objects
by Jaeden Amero
· 7 years ago
769ce27
psa: Add initializers for MAC operation objects
by Jaeden Amero
· 7 years ago
6a25b41
psa: Add initializers for hash operation objects
by Jaeden Amero
· 7 years ago
70261c5
psa: Add initializers for key policies
by Jaeden Amero
· 7 years ago
8c7e95d
tests: Remove unused key policy objects
by Jaeden Amero
· 7 years ago
c08fc1d
Move MIN and MAX macros from PSA tests to helpers.function
by Gilles Peskine
· 7 years ago
d76f181
Prefer ASSERT_ALLOC to calloc+TEST_ASSERT in PSA tests
by Gilles Peskine
· 7 years ago
1f2aa0e
Remove useless null checks of data_t* parameters
by Gilles Peskine
· 7 years ago
40ab95b
Remove checks of test parameters against SIZE_MAX
by Gilles Peskine
· 7 years ago
0dfba2d
Use ASSERT_COMPARE in preference to memcmp in PSA tests
by Gilles Peskine
· 7 years ago
f812dcf
Rewrap some lines after the macro changes
by Gilles Peskine
· 7 years ago
fe11b72
Use TEST_EQUAL(a,b) in preference to TEST_ASSERT(a==b)
by Gilles Peskine
· 7 years ago
8817f61
Use PSA_ASSERT(a) in preference to TEST_ASSERT(a==PSA_SUCCESS)
by Gilles Peskine
· 7 years ago
0f915f1
Indent PSA tests according to K&R rules with Mbed TLS tweaks
by Gilles Peskine
· 7 years ago
9d8eea7
Wrap some multiline expressions in parentheses
by Gilles Peskine
· 7 years ago
5f7aeee
New test macro TEST_EQUAL
by Gilles Peskine
· 7 years ago
0174be2
Move the PSA_ASSERT macro to the common helpers file
by Gilles Peskine
· 7 years ago
f055ad7
Add a safety check to ARRAY_LENGTH
by Gilles Peskine
· 7 years ago
3d2f949
Move the ARRAY_LENGTH macro to the common helpers file
by Gilles Peskine
· 7 years ago
79a11d6
Test invalid lifetime regardless of support for persistent keys
by Gilles Peskine
· 7 years ago
539cda5
Add tests with invalid key identifiers
by Gilles Peskine
· 7 years ago
4a04473
Fix the build without persistent storage
by Gilles Peskine
· 7 years ago
c5487a8
Drop support for psa_key_slot_t in psa_crypto.c
by Gilles Peskine
· 7 years ago
7bc9f68
Convert the PSA crypto persistent storage tests to the new handle API
by Gilles Peskine
· 7 years ago
bdf309c
Convert the PSA crypto cryptography tests to the new handle API
by Gilles Peskine
· 7 years ago
a8860b2
Remove lifetime test functions
by Gilles Peskine
· 7 years ago
dc911fd
Remove redundant slot-based test
by Gilles Peskine
· 7 years ago
a426168
Test that failure of import_key preserves metadata
by Gilles Peskine
· 7 years ago
961849f
Implement slot allocation
by Gilles Peskine
· 7 years ago
5ec7b07
Add tests for the new slot management mechanism
by Gilles Peskine
· 7 years ago
7f6e3a8
Change ASSERT_ALLOC to take a size in elements, not bytes
by Gilles Peskine
· 7 years ago
fedb407
Merge remote-tracking branch 'upstream-public/pr/2208' into development
by Jaeden Amero
· 7 years ago
52ed0b9
Merge remote-tracking branch 'upstream-public/pr/2101' into development
by Jaeden Amero
· 7 years ago
41722ec
Merge remote-tracking branch 'upstream-public/pr/1958' into development
by Jaeden Amero
· 7 years ago
36c5f7f
ECDH: Hide context from tests
by Janos Follath
· 7 years ago
79e213c
Don't include mbedtls/platform.h unconditionally
by Gilles Peskine
· 7 years ago
fc03e8d
ECDH: Adapt tests for mbedtls_ecdh_setup()
by Janos Follath
· 7 years ago
9edc146
Merge pull request #209 from ARMmbed/psa-init_tests
by Gilles Peskine
· 7 years ago
51b8a2f
Merge remote-tracking branch 'restricted/pr/512' into development
by Simon Butcher
· 7 years ago
658618b
Merge remote-tracking branch 'restricted/pr/516' into development
by Simon Butcher
· 7 years ago
b0b189f
Add missing compilation guards for GCM and CCM
by Gilles Peskine
· 7 years ago
d919993
CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors
by Gilles Peskine
· 7 years ago
9e1be6a
Create the NV seed file for the tests if needed
by Gilles Peskine
· 7 years ago
0fce4c5
Add init tests with entropy from NV seed
by Gilles Peskine
· 7 years ago
0b3b573
Support NV seed enabled at compile time but not at runtime
by Gilles Peskine
· 7 years ago
ebe770c
Add tests with a fake entropy source
by Gilles Peskine
· 7 years ago
5e76952
Add a facility to configure entropy sources
by Gilles Peskine
· 7 years ago
8295695
Merge branch 'iotssl-2578-psa-sig-verification_CRYPTO' into feature-psa-tls-integration-proposed
by Hanno Becker
· 7 years ago
6b01a9f
Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed
by Hanno Becker
· 7 years ago
7b7808c
Add tests for ECDSA verify with short r, s values
by Manuel Pégourié-Gonnard
· 7 years ago
510ee70
pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap
by Andrzej Kurek
· 7 years ago
d6d0790
Remove trailing whitespace
by Andrzej Kurek
· 7 years ago
2f31122
Cosmetic changes
by Andrzej Kurek
· 7 years ago
c3de438
Add CSR write testing using opaque keys
by Andrzej Kurek
· 7 years ago
e31411a
Fix test that wasn't actually effective
by Manuel Pégourié-Gonnard
· 7 years ago
72d94be
Improve description of a test
by Manuel Pégourié-Gonnard
· 7 years ago
276cb64
Align names to use "opaque" only everywhere
by Manuel Pégourié-Gonnard
· 7 years ago
7d51255
Implement pk_sign() for opaque ECDSA keys
by Manuel Pégourié-Gonnard
· 7 years ago
99af2f0
Add tests for unsupported operations/functions
by Manuel Pégourié-Gonnard
· 7 years ago
07b103f
Implement can_do for opaque ECC keypairs
by Manuel Pégourié-Gonnard
· 7 years ago
683632b
Add support for get_(bit)len on opaque keys
by Manuel Pégourié-Gonnard
· 7 years ago
06c6318
Add key generation to opaque test function
by Manuel Pégourié-Gonnard
· 7 years ago
274f521
Implement alloc/free wrappers for pk_opaque_psa
by Manuel Pégourié-Gonnard
· 7 years ago
91cb605
Add missing newline at the end of test_suite_cipher.gcm.data
by Hanno Becker
· 7 years ago
e15c71c
Test PSA-based GCM cipher operations
by Hanno Becker
· 7 years ago
78115ac
Adapt existing Cipher-GCM test cases to new param for auth_crypt_tv
by Hanno Becker
· 7 years ago
Next »