TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
cbd00b056349c3a98e7b51df96818b2a92b5c67b
/
tests
/
scripts
/
components-configuration-crypto.sh
dc45951
Update path to PSA crypto alt headers
by David Horstmann
· 9 months ago
5b93d97
Update references to test helpers
by David Horstmann
· 9 months ago
ac767e5
Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
by Gilles Peskine
· 10 months ago
b434192
Remove explicit setting of MBEDTLS_USE_PSA_CRYPTO
by Gilles Peskine
· 9 months ago
8ed4d94
Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on
by Gilles Peskine
· 9 months ago
665df83
Merge pull request #9293 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries
by Gilles Peskine
· 9 months ago
3982898
Remove legacy components with an equivalent USE_PSA component
by Gilles Peskine
· 10 months ago
fef912c
Test partial ECC creation support: switch to MBEDTLS_USE_PSA_CRYPTO
by Gilles Peskine
· 10 months ago
8bc8172
test: disable dynamic key store in test_crypto_with_static_key_slots
by Valerio Setti
· 11 months ago
4d9a821
test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value
by Valerio Setti
· 12 months ago
2a3c9b3
test: extend component_test_crypto_with_static_key_slots
by Valerio Setti
· 12 months ago
35b0b02
test: disable all legacy symbols in test_psa_crypto_without_heap
by Valerio Setti
· 12 months ago
13aadd7
test: minor fixes to test_psa_crypto_without_heap and test_crypto_with_static_key_slots
by Valerio Setti
· 12 months ago
a47b045
test: add new component to test core library without calloc/free
by Valerio Setti
· 1 year, 1 month ago
dbb646b
test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS
by Valerio Setti
· 1 year, 1 month ago
6b64493
Merge pull request #9657 from mpg/refactor-all.sh-dev
by Manuel Pégourié-Gonnard
· 9 months ago
9ce6d24
Remove `depends.py` option to use without PSA
by Gabor Mezei
· 1 year, 1 month ago
ede04b3
Remove unnecessary -O2 compilation flag
by Ronald Cron
· 10 months ago
a0afbfb
Fix/Add documentation
by Ronald Cron
· 10 months ago
67cc6a7
Use config_adjust_test_accelerators.h
by Ronald Cron
· 10 months ago
8f08bcd
all.sh: rename a helper function
by Manuel Pégourié-Gonnard
· 10 months ago
26650f5
Merge pull request #9565 from gilles-peskine-arm/test-ref-configs-go-away
by Gilles Peskine
· 10 months ago
ea5de2b
Simplify psa-crypto components that come from test-ref-configs
by Gilles Peskine
· 10 months ago
e7422a1
Remove legacy-crypto components that come from test-ref-configs
by Gilles Peskine
· 10 months ago
bae154d
Merge pull request #9385 from eleuzi01/replace-ecdsa-some
by David Horstmann
· 10 months ago
effa6a0
Move config-tfm.h testing to separate all.sh component
by Gilles Peskine
· 11 months ago
af5a899
Move config-symmetric-only.h testing to separate all.sh components
by Gilles Peskine
· 11 months ago
ffce45c
Add missing ALG_SHA_1
by Elena Uziunaite
· 11 months ago
4153ebb
Fix comments
by Ronald Cron
· 11 months ago
91d8386
Enable USE_PSA_CRYPTO
by Elena Uziunaite
· 11 months ago
e7f289e
Use PSA crypto config in test_sha3_variations
by Ronald Cron
· 11 months ago
6604047
all.sh: Keep only "test_block_cipher_no_decrypt_aesni" with PSA config
by Ronald Cron
· 11 months ago
54d1eec
all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in build_aes_variations
by Ronald Cron
· 11 months ago
ab0af45
Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development
by Gilles Peskine
· 11 months ago
gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
a9dda7e
Add test components with the PSA static key store
by Gilles Peskine
· 1 year, 1 month ago
7c0b4ad
Remove MBEDTLS_AES_DECRYPT_ALT
by Thomas Daubney
· 1 year ago
6cf05f9
Remove MBEDTLS_AES_ENCRYPT_ALT
by Thomas Daubney
· 1 year ago
955ce58
Remove MBEDTLS_AES_SETKEY_DEC_ALT
by Thomas Daubney
· 1 year ago
742a2e3
Remove MBEDTLS_AES_SETKEY_ENC_ALT
by Thomas Daubney
· 1 year ago
29e86ca
Fix spurious * in regex
by Gilles Peskine
· 1 year, 1 month ago
c06fd30
all.sh/components: Moved crypto components out of tls.
by Minos Galanakis
· 12 months ago
b5891d5
all.sh/components: Moved aesni and armce components -> platform.
by Minos Galanakis
· 12 months ago
f699d51
all.sh/components: Moved support functions to the same group as their components.
by Minos Galanakis
· 12 months ago
4b6ee64
all.sh/components: Moved test_depends_py_kex/psa to tls.
by Minos Galanakis
· 12 months ago
609f749
all.sh/components: Removed duplicated/obsolete documentation/whitespace.
by Minos Galanakis
· 12 months ago
f78447f
test/scripts/components: Applied consistent style.
by Minos Galanakis
· 1 year ago
dc0f73a
components-configuration-crypto:Added component_test_no_rsa_key_pair_generation.
by Minos Galanakis
· 1 year ago
cd5668f
components-configuration-crypto: Added component_test_full_no_cipher.
by Minos Galanakis
· 1 year ago
471b34c
Extract configuration-crypto-components into a separate file.
by Minos Galanakis
· 1 year ago
6aab5b7
Created placeholder component files.
by Minos Galanakis
· 1 year ago