TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
ac7a04ac150cc68ab566cbe499c39186b8c8b852
ac7a04a
Move parse_binary_string function to psa_crypto_helpers
by Kusumit Ghoderao
· 2 years ago
505dffd
Merge pull request #7937 from yanrayw/code_size_compare_improvement
by Bence Szépkúti
· 2 years ago
eeaad50
Merge pull request #8079 from adeaarm/port_IAR_build_fix
by Gilles Peskine
· 2 years ago
dbd13c3
Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01
by Gilles Peskine
· 2 years ago
8e9d6b9
Remove the workaround for psa_key_agreement_internal
by Antonio de Angelis
· 2 years ago
294be94
Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation
by Gilles Peskine
· 2 years ago
gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
f1adc2a
Use asm instead of __asm in constant_time.c
by Antonio de Angelis
· 2 years ago
1ee4d12
Fix error strings without quotes
by Antonio de Angelis
· 2 years ago
e4f6d79
BUILD: Update For IAR support
by TTornblom
· 5 years ago
a4c01dd
Merge pull request #7991 from sarveshb14/fix/psa_rsa_signature_using_large_stack
by Gilles Peskine
· 2 years ago
d370f93
Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn
by Gilles Peskine
· 2 years ago
bc775c4
code_size_compare: handle deleted files and new files properly
by Yanray Wang
· 2 years ago
9928ca1
Code styling
by Kusumit Ghoderao
· 2 years ago
6c104b9
Modify derive output test cases and add actual output
by Kusumit Ghoderao
· 2 years ago
5d39632
Merge pull request #8077 from davidhorstmann-arm/remove-unnecessary-ct-include
by Dave Rodgman
· 2 years ago
ba44e91
Remove unnecessary include from constant_time.c
by David Horstmann
· 2 years ago
b476177
Merge pull request #8073 from daverodgman/empty-enum-fix
by Dave Rodgman
· 2 years ago
e3330f8
Make naming more consistent
by Dave Rodgman
· 2 years ago
f97eb58
Fix Changelog
by Dave Rodgman
· 2 years ago
b8f23b9
Changelog
by Dave Rodgman
· 2 years ago
0b7bf87
Fix compile fail for empty enum in cipher_wrap
by Dave Rodgman
· 2 years ago
a797f15
Merge pull request #8067 from paul-elliott-arm/fix_bignum_test_leak
by Dave Rodgman
· 2 years ago
2f4e6e7
Merge pull request #8066 from paul-elliott-arm/aes_memcpy_iv_fix
by Dave Rodgman
· 2 years ago
8a25e6f
code_size_compare: add old text and data section in CSV output
by Yanray Wang
· 2 years ago
0de1183
code_size_compare: add `+` in front of positive values
by Yanray Wang
· 2 years ago
9a6ee71
code_size_compare: right-align numbers in the comparison result
by Yanray Wang
· 2 years ago
1998aac
logging_util: support to tweak loglevel directed to stderr/stdout
by Yanray Wang
· 2 years ago
83c2e32
Add changelog
by Paul Elliott
· 2 years ago
2ad9367
Fix potential corruption of IV for AES CBC
by Paul Elliott
· 2 years ago
6da3d83
Fix resource leak in test failure case
by Paul Elliott
· 2 years ago
963513d
Merge pull request #8008 from valeriosetti/issue7756
by Dave Rodgman
· 2 years ago
36344ce
ssl-opt: remove redundant requirement for RSA_C
by Valerio Setti
· 2 years ago
5e678fd
Merge pull request #8050 from gilles-peskine-arm/all.sh-remove-crypto_full_no_cipher
by Tom Cosgrove
· 2 years ago
e0be95e
analyze_outcomes: skip tests that depend on BIGNUM_C
by Valerio Setti
· 2 years ago
4f577f3
ssl-opt: add RSA_C requirement when RSA encryption is used in certificate
by Valerio Setti
· 2 years ago
711f853
ssl_tls13: fix guard for FFDH function
by Valerio Setti
· 2 years ago
18535c3
test: enable TLS, key exchances and ssl-opt teting in ecc_no_bignum()
by Valerio Setti
· 2 years ago
26b7c93
Merge pull request #7992 from valeriosetti/issue7755
by Manuel Pégourié-Gonnard
· 2 years ago
54da1a6
Merge pull request #7578 from daverodgman/safer-ct5
by Manuel Pégourié-Gonnard
· 2 years ago
e7700a7
Merge pull request #7936 from AgathiyanB/assert-false-macro
by Tom Cosgrove
· 2 years ago
33291ba
Merge pull request #5538 from gilles-peskine-arm/psa-thread_safety-doc
by Gilles Peskine
· 2 years ago
efe848f
pk: fix some comments
by Valerio Setti
· 2 years ago
48fb8a3
Fix some renames that were missed
by Dave Rodgman
· 2 years ago
3580f44
test: solve test disparities for x509[parse/write] suites
by Valerio Setti
· 2 years ago
c6aeb0d
check_config: remove unnecessary BIGNUM_C requirements
by Valerio Setti
· 2 years ago
29c1b4d
test: enable X509 testing in ecc_no_bignum component
by Valerio Setti
· 2 years ago
b364a22
Fix mbedtls_ct_size_if_else_0 docs
by Dave Rodgman
· 2 years ago
38b227c
Improve docs
by Dave Rodgman
· 2 years ago
ac69b45
Document and test mbedtls_ct_size_if_else_0
by Dave Rodgman
· 2 years ago
065f912
Fix comment typo
by Dave Rodgman
· 2 years ago
98ddc01
Rename ...if0 to ...else_0
by Dave Rodgman
· 2 years ago
b7825ce
Rename uint->bool operators to reflect input types
by Dave Rodgman
· 2 years ago
f5a29a5
Remove redundant test component
by Gilles Peskine
· 2 years ago
6beec7c
Merge pull request #7989 from valeriosetti/issue7754
by Manuel Pégourié-Gonnard
· 2 years ago
gh-readonly-queue/development/pr-7989-d170419eab66c8403e9eea925b3a1008cb791184
d170419
Merge pull request #7999 from valeriosetti/issue7759
by Manuel Pégourié-Gonnard
· 2 years ago
gh-readonly-queue/development/pr-7999-91c8372c014cc04ec3bbb20068ac7e6ea66b7f2e
91c8372
Merge pull request #6999 from ivq/ecp_doc
by Manuel Pégourié-Gonnard
· 2 years ago
gh-readonly-queue/development/pr-6999-e5fbd93eaf96581144ce41233b2bcdb1822ea42f
e5fbd93
Merge pull request #8049 from daverodgman/bignum_codesize_misc
by Dave Rodgman
· 2 years ago
e1d7c9d
pkwrite: fix internal buffer size in pk_write_ec_pubkey()
by Valerio Setti
· 2 years ago
0f6d565
pk: return PK_USE_PSA_EC_DATA to pk.h
by Valerio Setti
· 2 years ago
2e0275d
test: use unset-all option in config.py to optimize test code
by Valerio Setti
· 2 years ago
a8c655e
test: remove redundant code setting MBEDTLS_PSA_CRYPTO_CONFIG
by Valerio Setti
· 2 years ago
7c494e7
pk: move PK_HAVE_ECC_KEYS to build_info.h
by Valerio Setti
· 2 years ago
a7c9e09
pkwrite: add new internal symbol to properly size DER buffer
by Valerio Setti
· 2 years ago
97b28f8
pkparse: remove unnecessary header
by Valerio Setti
· 2 years ago
fe7d96c
test: minor optimizations to ecc_no_bignum components
by Valerio Setti
· 2 years ago
c5d85e5
test: remove BIGNUM dependencies from pk[parse/write] suites
by Valerio Setti
· 2 years ago
9b3dbcc
analyze_outcomes: skip tests that unavoidably depend on bignum
by Valerio Setti
· 2 years ago
660bbf2
test: disable BIGNUM support on the test ecc_no_bignum component
by Manuel Pégourié-Gonnard
· 2 years, 2 months ago
06aebe4
test: disable FFDH support on the test ecc_no_bignum component
by Manuel Pégourié-Gonnard
· 2 years, 2 months ago
7dccb66
test: disable RSA support on the test ecc_no_bignum component
by Manuel Pégourié-Gonnard
· 2 years, 2 months ago
abd00d0
test: adding new components for testing and driver coverage analysis without BN
by Manuel Pégourié-Gonnard
· 2 years, 2 months ago
ca4c15d
debug: remove redundant variable assignments
by Valerio Setti
· 2 years ago
960eca9
code style
by Dave Rodgman
· 2 years ago
4883f10
Reduce code size for exp_mod_get_window_size
by Dave Rodgman
· 2 years ago
ebcd785
Remove redundant code in mbedtls_mpi_cmp_abs
by Dave Rodgman
· 2 years ago
fa703e3
Use __builtin_ctz to count trailing zeros
by Dave Rodgman
· 2 years ago
f3df105
Generate smaller code for picking a sign value
by Dave Rodgman
· 2 years ago
2f12a29
Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle
by Paul Elliott
· 2 years ago
a559c05
Add changelog
by Chien Wong
· 2 years ago
8630906
Merge pull request #8040 from mpg/driver-guide
by Janos Follath
· 2 years ago
aa9a158
Fix doc
by Chien Wong
· 2 years ago
f11cfec
Merge pull request #7998 from gilles-peskine-arm/MBEDTLS_PSA_CRYPTO_CONFIG-less_experimental
by Gilles Peskine
· 2 years ago
8550e0f
Remove "export_key" from transparent driver json
by Manuel Pégourié-Gonnard
· 2 years ago
0b6d021
Adjust presence of warning/link.
by Manuel Pégourié-Gonnard
· 2 years ago
444d1e7
Merge pull request #8036 from tom-cosgrove-arm/fix-rijndael-and-drbg-pdf-links
by Gilles Peskine
· 2 years ago
a792564
Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier
by Gilles Peskine
· 2 years ago
153ae46
Improve doc on special use of A in ecp group structure
by Chien Wong
· 2 years, 6 months ago
953f2a4
Merge pull request #7892 from AgathiyanB/fix-coverage-MBEDTLS_ECP_NIST_OPTIM-disabled
by Dave Rodgman
· 2 years ago
9aa93c8
Added a note about new primitives for secure destruction
by Gilles Peskine
· 2 years ago
584bf98
Elaborate on psa_destroy_key requirements
by Gilles Peskine
· 2 years ago
4dd8931
Update w.r.t. test macro name changes from #6253
by Dave Rodgman
· 2 years ago
c98f8d9
Merge branch 'development' into safer-ct5
by Dave Rodgman
· 2 years ago
3b5e8aa
Merge pull request #8023 from daverodgman/changelog-warning-fixes
by Dave Rodgman
· 2 years ago
de24ba6
Add link to examples in relevant places
by Manuel Pégourié-Gonnard
· 2 years ago
b614849
Fix error in the guide to drivers
by Manuel Pégourié-Gonnard
· 2 years ago
2588f8d
Merge pull request #8018 from AgathiyanB/add-overflow-test-inputs-bignum
by Tom Cosgrove
· 2 years ago
2ec9892
Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare
by Dave Rodgman
· 2 years ago
b8bd604
Remove trailing whitespace
by Agathiyan Bragadeesh
· 2 years ago
3bcff54
Put both gitignore modifications in one script
by Agathiyan Bragadeesh
· 2 years ago
ce37c5e
Update links to Rijndael paper and NIST SP 800-90 DRBGs
by Tom Cosgrove
· 2 years ago
Next »