该项目从 https://github.com/Mbed-TLS/mbedtls 镜像。
拉取镜像更新于 。
- 9月 21, 2023
-
-
由 Gilles Peskine 创作于
Now that p256-m is officially a production feature and not just an example, give it a more suitable name. Signed-off-by:
Gilles Peskine <Gilles.Peskine@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
Test TF-M config with p256-m driver
-
- 9月 20, 2023
-
-
由 Paul Elliott 创作于
Work around a race condition in parallel builds
-
由 Manuel Pégourié-Gonnard 创作于
Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Gilles Peskine 创作于
Signed-off-by:
Gilles Peskine <Gilles.Peskine@arm.com>
-
由 Gilles Peskine 创作于
TLS: Clean up ECDSA dependencies
-
由 Gilles Peskine 创作于
Declare p256-m as ready for production
-
由 Manuel Pégourié-Gonnard 创作于
Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
CORRUPTION_DETECTED should be reserved for cases that are impossible, short of physical corruption during execution or a major bug in the code. We shouldn't use this for the kind of mistakes that can happen during configuration or integration, such as calling a driver on a key type that it doesn't support. Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
- 9月 18, 2023
-
-
由 Gilles Peskine 创作于
Generated files off in release
-
由 Dave Rodgman 创作于
Reduce code size in mbedtls_asn1_write_len
-
由 Manuel Pégourié-Gonnard 创作于
Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Gilles Peskine 创作于
Enable MBEDTLS_PSA_CRYPTO_CONFIG in the full config
-
由 Gilles Peskine 创作于
Remove unneeded setting of ret from ssl programs
-
由 Gilles Peskine 创作于
Fix issue #8215 : add missing requires documentation in mbedtls_config.h
-
由 Manuel Pégourié-Gonnard 创作于
Not sure how it happened, but this block was not just duplicated, but triplicated. Keep only the first copy: the one before the code that uses the macro being defined. Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
Ranging from typos to outdated comment contradicting the code. Signed-off-by:
Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
-
- 9月 17, 2023
-
-
由 jnmeurisse 创作于
Add missing requirements MBEDTLS_SSL_PROTO_TLS1_2 to option MBEDTLS_SSL_RENEGOTIATION documentation. Signed-off-by:
jnmeurisse <88129653+jnmeurisse@users.noreply.github.com>
-
- 9月 16, 2023
-
-
由 Dave Rodgman 创作于
Signed-off-by:
Dave Rodgman <dave.rodgman@arm.com>
-
由 Dave Rodgman 创作于
Signed-off-by:
Dave Rodgman <dave.rodgman@arm.com>
-
由 Dave Rodgman 创作于
Signed-off-by:
Dave Rodgman <dave.rodgman@arm.com>
-
由 Paul Elliott 创作于
Remove coverity warnings on unused values. Signed-off-by:
Paul Elliott <paul.elliott@arm.com>
-
- 9月 15, 2023
-
-
由 Gilles Peskine 创作于
Fixes log level for got supported group message
-
由 Gilles Peskine 创作于
MBEDTLS_SSL_MAX_EARLY_DATA_SIZE: default value should be commented out in config
-
由 mcagriaksoy 创作于
Signed-off-by:
mcagriaksoy <mcagriaksoy@yandex.com>
-
由 Dave Rodgman 创作于
Fix some clang-18 warnings
-
- 9月 14, 2023
-
-
由 Dave Rodgman 创作于
Signed-off-by:
Dave Rodgman <dave.rodgman@arm.com>
-
由 Dave Rodgman 创作于
Signed-off-by:
Dave Rodgman <dave.rodgman@arm.com>
-
由 Tom Cosgrove 创作于
Signed-off-by:
Tom Cosgrove <tom.cosgrove@arm.com>
-
由 Tom Cosgrove 创作于
Numeric options should be commented out with their default values in the config file, and a separate header file should set the default value if necessary. This was done for most other options in #8161; do it here for MBEDTLS_SSL_MAX_EARLY_DATA_SIZE. Signed-off-by:
Tom Cosgrove <tom.cosgrove@arm.com>
-
由 Manuel Pégourié-Gonnard 创作于
Test with ECC and FFDH accelerated and no bignum
-
由 mcagriaksoy 创作于
Signed-off-by:
mcagriaksoy <mcagriaksoy@yandex.com>
-
- 9月 13, 2023
-
-
由 Gilles Peskine 创作于
Fix llvm error: variable 'default_iv_length' and other may be used uninitialized
-
由 Paul Elliott 创作于
Signed-off-by:
Paul Elliott <paul.elliott@arm.com>
-
由 Gilles Peskine 创作于
Signed-off-by:
Gilles Peskine <Gilles.Peskine@arm.com>
-
由 Gilles Peskine 创作于
Signed-off-by:
Gilles Peskine <Gilles.Peskine@arm.com>
-
由 Gilles Peskine 创作于
Add some guidance as to whether and how to enable it. Signed-off-by:
Gilles Peskine <Gilles.Peskine@arm.com>
-