TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
5c196fb599f82ce8a7325b95fd7d15c6946b17fd
5c196fb
Readability improvements
by Gilles Peskine
· 6 years ago
8096969
Merge pull request #139 from Patater/des-faster-and-typo-fix
by Jaeden Amero
· 6 years ago
5656623
Merge pull request #240 from Ko-/development
by Jaeden Amero
· 6 years ago
f66e7ea
Merge pull request #178 from mpg/sha512-smaller
by Jaeden Amero
· 6 years ago
4013b98
Merge pull request #166 from k-stachowiak/IOTCRYPT-440-add-missing-dec_empty_buf-tests
by Jaeden Amero
· 6 years ago
95d8438
crypto_platform: Fix typo
by Jaeden Amero
· 6 years ago
355b4b0
des: Reduce number of self-test iterations
by Jaeden Amero
· 6 years ago
3d7005f
Merge remote-tracking branch 'tls/pr/2363' into development
by Jaeden Amero
· 6 years ago
cb260bb
Fix -O0 build for Aarch64 bignum multiplication.
by Ko-
· 7 years ago
05cff95
Make GNUC-compatible compilers use the right mbedtls_t_udbl again on Aarch64 builds.
by Ko-
· 7 years ago
cc1871e
Add optimized bignum multiplication for Aarch64.
by Ko-
· 7 years ago
03d2daf
Enable 64-bit limbs for all Aarch64 builds.
by Ko-
· 7 years ago
822b8f6
Merge pull request #238 from hanno-arm/hmac_drbg_entropy_incompatibility_fix-crypto
by Jaeden Amero
· 6 years ago
a823d4c
HMAC DRBG: Split entropy-gathering requests to reduce request sizes
by Hanno Becker
· 6 years ago
f071654
Merge pull request #140 from yanesca/everest_integration
by Jaeden Amero
· 6 years ago
98d5685
Merge pull request #232 from Patater/psa-crypto-api-1.0b3
by Jaeden Amero
· 6 years ago
21db2a9
Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation
by Jaeden Amero
· 6 years ago
6fa62a5
psa: Use application key ID where necessary
by Jaeden Amero
· 6 years ago
e3cdf28
psa: Adapt set_key_id() for when owner is included
by Jaeden Amero
· 6 years ago
39f03fc
psa: Add PSA_KEY_ID_INIT
by Jaeden Amero
· 6 years ago
f89cc69
psa: Don't duplicate policy initializer
by Jaeden Amero
· 6 years ago
c7529c9
crypto_extra: Use const seed for entropy injection
by Jaeden Amero
· 6 years ago
884738a
getting_started: Update for PSA Crypto API 1.0b3
by Jaeden Amero
· 6 years ago
932e496
Merge pull request #224 from tempesta-tech/development
by Jaeden Amero
· 6 years ago
85c78b4
Merge pull request #225 from RonEld/iotssl_2739
by Jaeden Amero
· 6 years ago
b14a48b
Merge pull request #235 from athoelke/at-key-handles
by Jaeden Amero
· 6 years ago
8824dae
Editorial fixes.
by Andrew Thoelke
· 6 years ago
3c2b803
Cross reference 'key handles' from INVALID_HANDLE
by Andrew Thoelke
· 6 years ago
07f16b7
Update documentation for psa_destroy_key
by Andrew Thoelke
· 6 years ago
3daba81
Update documentation for psa_close_key
by Andrew Thoelke
· 6 years ago
9741b11
Update psa_open_key documentation
by Andrew Thoelke
· 6 years ago
203491c
Remove duplicated information in psa_open_key
by Andrew Thoelke
· 6 years ago
de4453d
Merge pull request #174 from dgreen-arm/psa-se-driver-hooks
by Jaeden Amero
· 6 years ago
0892d0f
Initialize key bits to max size + 1 in psa_import_key
by Darryl Green
· 6 years ago
74c932e
Parametrize key bits in import mock test
by Darryl Green
· 6 years ago
4abb40c
Clean up core storage between tests
by Jaeden Amero
· 6 years ago
f740b0a
crypto_se_driver: add verification mock test
by Unknown
· 6 years ago
b7656a8
crypto_se_driver: add signing mock test
by Unknown
· 6 years ago
136901c
crypto_se_driver: add public key exporting test
by Unknown
· 6 years ago
903b5da
crypto_se_driver: add an error injection mechanism to the mocks
by Unknown
· 6 years ago
9fd6b0c
crypto_se_driver: add key generation mock and test
by Unknown
· 6 years ago
c9ad591
crypto_se_driver: add mock tests
by Unknown
· 6 years ago
71dcefb
Remove Mbed Crypto headers from everest_inc
by Janos Follath
· 6 years ago
8013f44
Make crypto_struct C++ compatible
by Jaeden Amero
· 6 years ago
b090d5d
Merge pull request #231 from dgreen-arm/api-to-development
by Jaeden Amero
· 6 years ago
ecfd050
Merge pull request #230 from AndrzejKurek/remove-double-underscore
by Darryl Green
· 6 years ago
572a16e
Merge branch 'psa-api-1.0-beta' into api-to-development
by Darryl Green
· 6 years ago
712f7a8
Add a check for double underscores in identifiers in check-names.sh
by Unknown
· 6 years ago
e2e1995
Rename AEAD macro to not use double underscores
by Unknown
· 6 years ago
20082cb
Correct 3rdparty include path for Mbed TLS
by Janos Follath
· 6 years ago
c25df68
Fix code style
by Christoph M. Wintersteiger
· 6 years ago
09a24b3
Add Everest components to all.sh
by Gilles Peskine
· 6 years ago
0969eee
3rdparty: Fix Everest's mbedtls_x25519_get_params
by Christoph M. Wintersteiger
· 6 years ago
19d5c80
3rdparty: Added config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
6212617
Fix macros in benchmark.c
by Christoph M. Wintersteiger
· 6 years ago
f8d4c88
Update generated files
by Christoph M. Wintersteiger
· 6 years ago
7b747fc
3rdparty: fix inclusion order of CMakeLists.txt
by Christoph M. Wintersteiger
· 6 years ago
d64e1e1
3rdparty: Fix Everest header installation
by Christoph M. Wintersteiger
· 6 years ago
ec70771
3rdparty: fix paths in Everest build scripts
by Christoph M. Wintersteiger
· 6 years ago
26b98e1
3rdparty: Fix newlines and trailing whitespace
by Christoph M. Wintersteiger
· 6 years ago
6e0cac1
3rdparty: Fix Everest build to not depend on build-time macros
by Christoph M. Wintersteiger
· 6 years ago
2c69d10
3rdparty: Adjust use of Everest in ecp_supported_curves
by Christoph M. Wintersteiger
· 6 years ago
7ec367f
3rdparty: don't claim armcc support in Everest Readme.md
by Christoph M. Wintersteiger
· 6 years ago
cf5603f
ECDH: Fix inclusion of platform.h for proper use of MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED
by Christoph M. Wintersteiger
· 6 years ago
3b58700
ECDH: Fix use of ECDH API in full handshake benchmark
by Christoph M. Wintersteiger
· 6 years ago
bfc8eb2
Revert "ECDH: Fix memory leaks due to context re-initialization"
by Christoph M. Wintersteiger
· 6 years ago
d8c45d5
Revert "ECDH: Fix context initialization"
by Christoph M. Wintersteiger
· 6 years ago
30bc9ce
ECDH: Fix context initialization
by Christoph M. Wintersteiger
· 6 years ago
e7e74ba
3rdparty: Improve Everest README.md
by Christoph M. Wintersteiger
· 6 years ago
1b73a71
3rdparty: Fix .gitignore
by Christoph M. Wintersteiger
· 6 years ago
8592958
ECDH: Use macro-based sizes in Everest x25519
by Christoph M. Wintersteiger
· 6 years ago
2f563e3
ECDH: Fix memory leaks due to context re-initialization
by Christoph M. Wintersteiger
· 6 years ago
2be66d4
ECDH: Remove duplicate lines of code
by Christoph M. Wintersteiger
· 6 years ago
ac0e64d
ECDH: Removed unnecessary calls to mbedtls_ecp_group_load in ECDH benchmark
by Christoph M. Wintersteiger
· 6 years ago
efdf4d7
ECDH: Fix Everest x25519 make_public
by Christoph M. Wintersteiger
· 6 years ago
537f41e
3rdparty: Updated comments for Everest x25519
by Christoph M. Wintersteiger
· 6 years ago
088ef49
3rdparty: Make proper use of mbedtls_platform_zeroize in Everest x25519
by Christoph M. Wintersteiger
· 6 years ago
fb779f1
3rdparty: Pull Everest x25519 key size into macro
by Christoph M. Wintersteiger
· 6 years ago
f21aba4
3rdparty: Fix Everest platform detection for CMake
by Christoph M. Wintersteiger
· 6 years ago
cb31073
ECP: add Curve448 to ecp_supported_curves
by Christoph M. Wintersteiger
· 6 years ago
4061f04
ECDH: Remove unnecessary #include
by Christoph M. Wintersteiger
· 6 years ago
737df0c
Fix file permissions
by Christoph M. Wintersteiger
· 6 years ago
9b5e77e
3rdparty: Use LOCAL_FLAGS instead of CFLAGS
by Christoph M. Wintersteiger
· 6 years ago
2d4725f
3rdparty: Rename THIRDPARTY_OBJECTS
by Christoph M. Wintersteiger
· 6 years ago
3ff60bc
ECDH/ECDSA: Fix indentation
by Christoph M. Wintersteiger
· 6 years ago
ef17e3b
ECDSA: Fix formatting
by Christoph M. Wintersteiger
· 6 years ago
5833de7
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 6 years ago
f43e1d9
3rdparty: Remove unnecessary copy of license file
by Christoph M. Wintersteiger
· 6 years ago
20819af
3rdparty: Adjust .gitignore
by Christoph M. Wintersteiger
· 6 years ago
02174b9
3rdparty: Fix Makefile coding conventions
by Christoph M. Wintersteiger
· 6 years ago
41fb2c0
ECDSA: Refactor return value checks for mbedtls_ecdsa_can_do
by Christoph M. Wintersteiger
· 6 years ago
d2085f5
Document that curve lists can include partially-supported curves
by Gilles Peskine
· 6 years ago
20b3ef3
Add mbedtls_ecdh_can_do
by Gilles Peskine
· 6 years ago
1fdf2c2
Fix build with gcc -Wshadow
by Gilles Peskine
· 6 years ago
9597238
ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED
by Christoph M. Wintersteiger
· 6 years ago
6ea2dea1
3rdparty: Add additional build facilities for 3rd-party code
by Christoph M. Wintersteiger
· 7 years ago
405b371
Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 7 years ago
78450a3
ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default
by Christoph M. Wintersteiger
· 7 years ago
ea24394
ECDH: Fix whitespace and permission problems
by Christoph M. Wintersteiger
· 7 years ago
0082f9d
ECDSA: Add mbedtls_ecdsa_can_do
by Christoph M. Wintersteiger
· 7 years ago
Next »