TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
d21c6e6566abd4da05953c6d36b4b5cfe8b18fb7
/
include
d21c6e6
Add missing return codes to psa_generate_key
by Adrian L. Shaw
· 6 years ago
c207ba3
Added missing return codes to psa_aead_decrypt
by Adrian L. Shaw
· 6 years ago
96f31ad
Add missing return codes to psa_asymmetric_decrypt
by Adrian L. Shaw
· 6 years ago
f961d5c
Add missing return codes to psa_asymmetric_encrypt
by Adrian L. Shaw
· 6 years ago
53d90c5
Only return PSA_ERROR_DOES_NOT_EXIST from psa_open_key
by Adrian L. Shaw
· 6 years ago
9770d0e
Add PSA_ERROR_STORAGE_FAILURE to psa_mac_verify_setup
by Adrian L. Shaw
· 6 years ago
2409ba0
Added PSA_ERROR_STORAGE_FAILURE to psa_mac_sign_setup
by Adrian L. Shaw
· 6 years ago
7563ed1
Remove PSA_ERROR_DOES_NOT_EXIST from psa_mac_sign_setup
by Adrian L. Shaw
· 6 years ago
d5ae06b
Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
dec47b6
Added the possibility of PSA_ERROR_BAD_STATE to all functions
by Adrian L. Shaw
· 6 years ago
fa591c4
Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
f7d852a
Added PSA_ERROR_BUFFER_TOO_SMALL to psa_hash_compute
by Adrian L. Shaw
· 6 years ago
60b0320
Add PSA_ERROR_STORAGE_FAILURE to psa_copy_key
by Adrian L. Shaw
· 6 years ago
398b3c2
Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
e926e73
Removed PSA_DOES_NOT_EXIST from psa_export_public_key
by Adrian L. Shaw
· 6 years ago
88c51ad
Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
742084e
Removed PSA_ERROR_DOES_NOT_EXIST from psa_export_key
by Adrian L. Shaw
· 6 years ago
0542d59
Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key
by Adrian L. Shaw
· 6 years ago
89b7152
Added PSA_ERROR_STORAGE_FAILURE to psa_export_key
by Adrian L. Shaw
· 6 years ago
29b6407
Added missing return codes to get_key_attributes
by Adrian L. Shaw
· 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
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
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
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
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
572a16e
Merge branch 'psa-api-1.0-beta' into api-to-development
by Darryl Green
· 6 years ago
e2e1995
Rename AEAD macro to not use double underscores
by Unknown
· 6 years ago
19d5c80
3rdparty: Added config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
737df0c
Fix file permissions
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
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
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
c3cbdde
ECDH: Fix whitespace, permissions
by Christoph M. Wintersteiger
· 7 years ago
999f3b5
ECDH: Remove YOTTA config #define
by Christoph M. Wintersteiger
· 7 years ago
d5fd766
ECDH: Include Everest Curve25519 in build scripts
by Christoph M. Wintersteiger
· 7 years ago
de4fcf2
ECDH: Add new ECDH context for Everest Curve25519
by Christoph M. Wintersteiger
· 7 years ago
89e7655
Merge remote-tracking branch 'crypto/pr/212' into development
by Jaeden Amero
· 6 years ago
c26591a
Merge pull request #196 from RonEld/fix_license_header
by Jaeden Amero
· 6 years ago
b9b4f09
Document new error type returned from the key derivation API
by k-stachowiak
· 6 years ago
9d20e1f
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
012dcc4
Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code
by k-stachowiak
· 6 years ago
0b74cf8
Remove psa_key_derivation() and associated static functions
by k-stachowiak
· 6 years ago
b4e73e9
Add some design notes about multipart operation structures
by Gilles Peskine
· 6 years ago
40244bc
Fix the license header of hkdf
by Ron Eldor
· 6 years ago
f3801ff
Update import_key and generate_key SE methods to the current API
by Gilles Peskine
· 6 years ago
a5f8749
SE key registration: call p_validate_slot_number
by Gilles Peskine
· 6 years ago
d772958
New function mbedtls_psa_register_se_key
by Gilles Peskine
· 6 years ago
e88c2c1
Pass the key creation method to drivers
by Gilles Peskine
· 6 years ago
9d75202
Clarify and expand the documentation of the allocate/create sequence
by Gilles Peskine
· 6 years ago
ae9964d
Add validate_slot_number method to SE drivers
by Gilles Peskine
· 6 years ago
0a23322
Improve documentation of the allocate method
by Gilles Peskine
· 6 years ago
5fe5e27
Test slot_number attribute
by Gilles Peskine
· 6 years ago
c8000c0
Add slot_number attribute
by Gilles Peskine
· 6 years ago
91e8c33
Add infrastructure for key attribute flags
by Gilles Peskine
· 6 years ago
0c77b0e
Merge pull request #198 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
5daa34f
bn_mul.h: require at least ARMv6 to enable the ARM DSP code
by Aurelien Jarno
· 7 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
68cc433b
Store key sizes in 16 bits in attributes
by Gilles Peskine
· 6 years ago
c744d99
Limit keys to 65528 bits
by Gilles Peskine
· 6 years ago
7e0cff9
Move attribute fields to a substructure
by Gilles Peskine
· 6 years ago
1801740
SE driver: report the bit size on key import
by Gilles Peskine
· 6 years ago
adb1c52
Merge pull request #157 from gilles-peskine-arm/psa-se_driver-create_key
by Gilles Peskine
· 6 years ago
0c3ae1f
Improve documentation of SE driver persistent state
by Gilles Peskine
· 6 years ago
6a3dd89
Improve alignment in comments
by Gilles Peskine
· 6 years ago
d0e66b0
Turn off secure element support by default
by Gilles Peskine
· 6 years ago
105f67f
Move the definition of psa_key_attributes_t to crypto_types.h
by Gilles Peskine
· 6 years ago
9dd125d
Fix overly complex Doxygen markup
by Gilles Peskine
· 6 years ago
6032673
Fix Doxygen reference
by Gilles Peskine
· 6 years ago
2306d15
Declare new config.h option MBEDTLS_SHA512_SMALLER
by Manuel Pégourié-Gonnard
· 6 years ago
b8e4ae1
Remove certs.h
by Jaeden Amero
· 6 years ago
8045cfb
Enable ALT implementations of ripemd160
by Jaeden Amero
· 6 years ago
c49fbbf
Use mbedtls-based path for includes
by Jaeden Amero
· 6 years ago
c11c4dc
Favor stdint.h types in internal types
by Gilles Peskine
· 6 years ago
7228da2
Favor stdint.h types in implementation-specific API
by Gilles Peskine
· 6 years ago
f82088a
Favor stdint.h types in example code
by Gilles Peskine
· 6 years ago
d16bdac
Use stdint.h types in multipart AEAD functions
by Andrew Thoelke
· 6 years ago
Next »