TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/gh-readonly-queue/development/pr-9727-0b7faf9011cda58411a4f21ee940f196decddf1a
/
tf-psa-crypto
15baf8b
Merge pull request #9708 from ronald-cron-arm/target-compile-options
by Bence Szépkúti
· 9 months ago
8ed4d94
Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on
by Gilles Peskine
· 9 months ago
f8d13d8
Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues
by David Horstmann
· 9 months ago
50bd4f8
cmake: libs: Set libraries specific compile options target by target
by Ronald Cron
· 10 months ago
d093edd
cmake: tests: Set test specific compile options target by target
by Ronald Cron
· 10 months ago
051ee71
Remove now unnecessary shared lib specific compile option
by Ronald Cron
· 10 months ago
6f9d508
cmake: iar/msvc: Set base compile and link options target by target
by Ronald Cron
· 10 months ago
d9e1109
cmake: clang: Set base compile and link options target by target
by Ronald Cron
· 10 months ago
4ae24f4
cmake: GNU GCC: Add base link options
by Ronald Cron
· 10 months ago
b247898
cmake: GNU GCC: Set base compile options target by target
by Ronald Cron
· 10 months ago
d77fad2
Group C_FLAGS settings by compiler type
by Ronald Cron
· 10 months ago
7323b3e
cmake: Remove UNSAFE_BUILD option
by Ronald Cron
· 10 months ago
5f6e69d
Merge pull request #9693 from Harry-Ramsey/split-revert-error-development
by Ronald Cron
· 9 months ago
4e9d77e
Merge pull request #9703 from valeriosetti/fix-9690-workarounds
by Gilles Peskine
· 9 months ago
gh-readonly-queue/development/pr-9703-202b69c2b6dcf22693771c4ebc0ffe63e3cb7f74
a87a906
Move AES_PSA_INIT to after drbg init
by Paul Elliott
· 9 months ago
da510d6
Fix double free in case of test failure
by Paul Elliott
· 10 months ago
65b276c
Add missing check of return
by Paul Elliott
· 10 months ago
7c66860
Fix tests where tests were done prior to init
by Paul Elliott
· 10 months ago
202b69c
Merge pull request #9302 from valeriosetti/psa-use-static-slots
by Gilles Peskine
· 10 months ago
ed230c4
Merge pull request #9706 from ronald-cron-arm/pkg-install-doc-lcov
by Ronald Cron
· 10 months ago
8fd2117
Remove !MBEDTLS_USE_PSA_CRYPTO test cases that have a USE_PSA alternate
by Gilles Peskine
· 11 months ago
83778d7
Documentation: fix some nits
by Valerio Setti
· 10 months ago
4cfec6f
psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE
by Valerio Setti
· 10 months ago
cac061f
test_suite_psa_crypto.data: fix some depends_on
by Valerio Setti
· 10 months ago
a35c8a0
test_suite_psa_crypto: use finer grained checks on the key slot buffer size
by Valerio Setti
· 10 months ago
175a494
psa_crypto_helpers: enhance definitions for static key slot related test symbols
by Valerio Setti
· 10 months ago
69d19e7
psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols
by Valerio Setti
· 10 months ago
f9face4
psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
by Valerio Setti
· 11 months ago
7310130
psa: zeroize static key buffer content when key slot is freed
by Valerio Setti
· 12 months ago
2b9d180
test_suite_psa_crypto_storage_format: improve input bit length specification for static key buffer
by Valerio Setti
· 12 months ago
4d9a821
test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value
by Valerio Setti
· 12 months ago
d813e6d
psa: fix some macro definition
by Valerio Setti
· 12 months ago
c975d5e
test: add test with persitent key whose length is larger than MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
by Valerio Setti
· 12 months ago
2a3c9b3
test: extend component_test_crypto_with_static_key_slots
by Valerio Setti
· 12 months ago
8321ac7
psa-core: remove unnecessary element in psa_key_slot_t
by Valerio Setti
· 12 months ago
7d7867f
psa_crypto_core: take also cipher's key length into account when sizing static key buffer
by Valerio Setti
· 12 months ago
5278ebd
test: revert fixes for PSA entropy
by Valerio Setti
· 12 months ago
31cca13
test_suite_psa_crypto_driver_wrappers: revert changes and fix validate_key()
by Valerio Setti
· 12 months ago
261baa8
psa-core: properly set PSA_CRYPTO_MAX_STORAGE_SIZE
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, 2 months ago
678e0fb
psa: allow to use static key buffers instead of dynamic ones
by Valerio Setti
· 1 year, 2 months ago
ddc59dc
Refactor error_common ifdef header
by Harry Ramsey
· 10 months ago
fa3663d
Fix include for tf-psa-crypto tests
by Harry Ramsey
· 10 months ago
bef54c5
Remove unnecessary if defined
by Harry Ramsey
· 10 months ago
d916cc9
tf-psa-crypto: cmake: Add lcov target
by Ronald Cron
· 10 months ago
4cd797e
tf-psa-crypto: Add cmake_package test program
by Ronald Cron
· 10 months ago
f85882d
tf-psa-crypto: cmake: Add package config and install support
by Ronald Cron
· 10 months ago
2d453c9
cmake: Remove custom LIB_INSTALL_DIR variable to set install dir
by Ronald Cron
· 10 months ago
b58c225
tf-psa-crypto: cmake: Add build of documentation
by Ronald Cron
· 10 months ago
f584e97
cmake: Use MBEDTLS/TF_PSA_CRYTPO_AS_SUBPROJECT
by Ronald Cron
· 10 months ago
7b2fae2
cmake: Remove partial support for partial use CMake build system
by Ronald Cron
· 10 months ago
4935956
tf-psa-crypto: cmake: Fix p-256 installation
by Ronald Cron
· 10 months ago
8b4b152
Fix test scripts for split error files
by Harry Ramsey
· 10 months ago
bd77a35
Move tests for error.c from tf-psa-crypto to Mbed TLS
by Harry Ramsey
· 10 months ago
a05bfee
Refactor tf-psa-crypto to use error_common.h instead of error.h
by Harry Ramsey
· 10 months ago
798d8b6
Update build scripts for error.c generation
by Harry Ramsey
· 10 months ago
90724f7
Move error.h from tf-psa-crypto to Mbed TLS
by Harry Ramsey
· 10 months ago
69b67c8
Split error.h into error_common.h and error.h
by Harry Ramsey
· 10 months ago
f5025e2
Merge remote-tracking branch 'development' into test-cases-not-executed-enforce-development
by Gilles Peskine
· 10 months ago
e1f37c5
Merge pull request #9566 from gilles-peskine-arm/error-codes-4.0-enforce-add-macro
by Gilles Peskine
· 10 months ago
401c917
Revert "Temporarily comment out tests that are clogging the CI"
by Valerio Setti
· 10 months ago
4e4647a
Merge pull request #9690 from valeriosetti/fix-pk-write-buffer-overrun
by Gilles Peskine
· 10 months ago
5255a9e
Include "error.h" for MBEDTLS_ERROR_ADD
by Gilles Peskine
· 11 months ago
ed6feae
Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases
by Gilles Peskine
· 11 months ago
50d7579
Temporarily comment out tests that are clogging the CI
by Gilles Peskine
· 10 months ago
6197cdf
Fix comment
by Ronald Cron
· 10 months ago
360928a
Pacify check_names.py
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
1520875
config_adjust_test_accelerators.h: Error out if wrong usage
by Ronald Cron
· 10 months ago
e8a9258
config_adjust_test_accelerators.h: Do not define PSA_CRYPTO_DRIVER_TEST
by Ronald Cron
· 10 months ago
2b36f5f
config_adjust_test_accelerators.h: Do not error if PSA_CRYPTO_CONFIG is ON
by Ronald Cron
· 10 months ago
db11561
Introduce config_adjust_test_accelerators.h
by Ronald Cron
· 10 months ago
63348be
test_suite_pkwrite: extend coverage of wrong output buffer sizes in pk_write_check_common()
by Valerio Setti
· 10 months ago
9157702
pkwrite: fix buffer overrun
by Valerio Setti
· 10 months ago
b061ecd
Remove test case involving SECP224K1 in PSA
by Gilles Peskine
· 11 months ago
d457634
Remove version.c from .gitignore
by Harry Ramsey
· 10 months ago
f7e7acc
Move version tests from tf-psa-crypto/test/suite to test/suites
by Harry Ramsey
· 10 months ago
468c0ae
Revert move of version.h to tf-psa-crypto libray
by Harry Ramsey
· 10 months ago
d2ca9a1
Add support to build only the tf-psa-crypto tree
by Ronald Cron
· 1 year ago
e9e7b76
TF-PSA-Crypto.cmake: Fix paths to tests scripts and C modules
by Ronald Cron
· 1 year, 1 month ago
9c84726
TF-PSA-Crypto.cmake: TF-PSA-Cryto-ify the file
by Ronald Cron
· 1 year, 1 month ago
31829a8
TF-PSA-Crypto.cmake: Fix submodules
by Ronald Cron
· 1 year ago
97d05e5
TF-PSA-Crypto.cmake: Remove TLS and x509 specifics
by Ronald Cron
· 1 year, 1 month ago
4c3fa0a
TF-PSA-Crypto.cmake: Do not support package config/install/apidoc/lcov
by Ronald Cron
· 1 year ago
701faac
Introduce TF-PSA-Crypto.cmake
by Ronald Cron
· 1 year, 1 month ago
8d887d1
cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones
by Ronald Cron
· 1 year ago
b6254f5
cmake: Add MBEDTLS_FRAMEWORK_DIR
by Ronald Cron
· 1 year ago
4c670fa
cmake: Add TF_PSA_CRYPTO_DIR
by Ronald Cron
· 1 year ago
d3f717d
CMake: Move build of crypto test suites to tf-psa-crypto
by Ronald Cron
· 1 year ago
69c489c
Move PSA drivers to drivers/builtin/src
by Ronald Cron
· 1 year ago
e82ad15
CMake: Move build of the crypto library to tf-psa-crypto
by Ronald Cron
· 1 year, 1 month ago
ac01d6e
CMake: Move build of legacy crypto modules to tf-psa-crypto
by Ronald Cron
· 1 year, 1 month ago
ac8dcb8
Remove dependency on mbedtls_test_helpers
by Ronald Cron
· 1 year ago
7d5419b
Move test_suite_constant_time_hmac back to mbedtls
by Ronald Cron
· 1 year ago
96c6f5e
Merge pull request #9492 from eleuzi01/remove-legacy-symbol-definitions
by Ronald Cron
· 10 months ago
gh-readonly-queue/development/pr-9492-46771295f2f49d8f9b91532c84d45fde4e35a5b9
404311a
Remove MBEDTLS_ECP_HAVE_SECP256R1 leftovers
by Elena Uziunaite
· 12 months ago
b268d27
Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development
by David Horstmann
· 10 months ago
bae154d
Merge pull request #9385 from eleuzi01/replace-ecdsa-some
by David Horstmann
· 11 months ago
Next »