TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
f96ed6615c9f51c2b55320ebf02fa145e55b70f2
/
include
43bafcc
Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard
by Jaeden Amero
· 7 years ago
763fb9a
Improve the description of PSA_ALG_ANY_HASH
by Gilles Peskine
· 7 years ago
4d69cf1
Merge pull request #13 from Patater/pubkey-format
by Jaeden Amero
· 7 years ago
21fec0c
psa: Expand documentation for psa_key_agreement()
by Jaeden Amero
· 7 years ago
ccdce90
psa: Simplify EC public key format
by Jaeden Amero
· 7 years ago
25384a2
psa: Simplify RSA public key format
by Jaeden Amero
· 7 years ago
0b6b871
Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto
by Jaeden Amero
· 7 years ago
54c139f
Remove unnecessary "#" sign from PSA macros
by Andrzej Kurek
· 7 years ago
e1a8187
pk_wrap: pass curve size instead of a larger size of the exported key
by Andrzej Kurek
· 7 years ago
1ec0fee
pk: wrap curve_id before passing it to PSA
by Andrzej Kurek
· 7 years ago
c750932
Adapt to the new key allocation mechanism
by Andrzej Kurek
· 7 years ago
494624d
Merge pull request #18 from gilles-peskine-arm/psa-hash_clone
by Jaeden Amero
· 7 years ago
e43aa39
hash_clone: Fix copypasta and add a functional description
by Gilles Peskine
· 7 years ago
d40c1fb
Don't require a type and size when creating a key slot
by Gilles Peskine
· 7 years ago
ebb2c3e
New function psa_hash_clone
by Gilles Peskine
· 7 years ago
30f77cd
Add a hash wildcard value for hash-and-sign algorithm
by Gilles Peskine
· 7 years ago
d35b489
New macro PSA_ALG_IS_HASH_AND_SIGN
by Gilles Peskine
· 7 years ago
d3a0c2c
psa: Document requirements for psa_export_public_key()
by Jaeden Amero
· 7 years ago
9e919c6
psa: Document generator requirements consistently
by Jaeden Amero
· 7 years ago
5bae227
psa: Add initializers for cipher operation objects
by Jaeden Amero
· 7 years ago
5a5dc77
psa: Enable easier initialization of cipher operations
by Jaeden Amero
· 7 years ago
769ce27
psa: Add initializers for MAC operation objects
by Jaeden Amero
· 7 years ago
6a25b41
psa: Add initializers for hash operation objects
by Jaeden Amero
· 7 years ago
70261c5
psa: Add initializers for key policies
by Jaeden Amero
· 7 years ago
7597689
Split crypto_driver.h into one for each driver type
by Gilles Peskine
· 7 years ago
5e9c9cc
Document macros that were referenced
by Gilles Peskine
· 7 years ago
2d59b2c
crypto_driver.h: get type definitions from crypto_enum.h
by Gilles Peskine
· 7 years ago
a7c26db
Move remaining size macros from crypto.h to crypto_sizes.h
by Gilles Peskine
· 7 years ago
f3b731e
Move integral types and associated macros to their own header
by Gilles Peskine
· 7 years ago
0344d81
Simplify the SPM compatibility hack
by Gilles Peskine
· 7 years ago
23fd2bd
Update some documentation related to key slots
by Gilles Peskine
· 7 years ago
b77a6b2
Remove psa_set_key_lifetime
by Gilles Peskine
· 7 years ago
f6cc435
Remove psa_key_slot_t from public headers
by Gilles Peskine
· 7 years ago
ae32aac
Switch function declarations from key slots to key handles
by Gilles Peskine
· 7 years ago
644cd5f
Linkify some macros that were just typeset as text
by Gilles Peskine
· 7 years ago
f535eb2
Declare the new slot management functions in crypto.h
by Gilles Peskine
· 7 years ago
3cac8c4
Move declarations related to lifetimes further up in crypto.h
by Gilles Peskine
· 7 years ago
6b01a9f
Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed
by Hanno Becker
· 7 years ago
e322d3e
Merge branch 'opaque_psk_implementation_CRYPTO' into feature-psa-tls-integration-proposed
by Hanno Becker
· 7 years ago
7fde035
Merge branch 'iotssl-2580-pk-opaque-psa_CRYPTO' into feature-psa-tls-integration-proposed
by Hanno Becker
· 7 years ago
565e0bf
Merge pull request #212 from ARMmbed/psa-integration-utilities_CRYPTO
by Jaeden Amero
· 7 years ago
596e65e
Fix indentation
by Netanel Gonen
· 7 years ago
2614562
Add test utility function: wrap_as_opaque()
by Manuel Pégourié-Gonnard
· 7 years ago
fe86073
Add new macro to detemine ECDSA signature length
by Manuel Pégourié-Gonnard
· 7 years ago
35a7ff9
Improve documentation of mbedtls_pk_setup_opaque()
by Manuel Pégourié-Gonnard
· 7 years ago
276cb64
Align names to use "opaque" only everywhere
by Manuel Pégourié-Gonnard
· 7 years ago
07b103f
Implement can_do for opaque ECC keypairs
by Manuel Pégourié-Gonnard
· 7 years ago
06c6318
Add key generation to opaque test function
by Manuel Pégourié-Gonnard
· 7 years ago
3bc2029
Clarify return value of pk_check_pair()
by Manuel Pégourié-Gonnard
· 7 years ago
1ecf92c3
Skeleton for PK_OPAQUE_PSA
by Manuel Pégourié-Gonnard
· 7 years ago
432084d
Improve doc wording of PSA status field of mbedtls_cipher_context_t
by Hanno Becker
· 7 years ago
9de97d7
Don't use multiline comments in enums to silence check-names.sh
by Hanno Becker
· 7 years ago
fea4915
Minor rewording in documentation of PSA-based cipher context
by Hanno Becker
· 7 years ago
1908655
Use enum for slot state in PSA-based cipher context
by Hanno Becker
· 7 years ago
20120b3
Add AEAD tag length to new mbedtls_cipher_setup_psa()
by Hanno Becker
· 7 years ago
edda8b8
Implement mbedtls_cipher_setkey() for PSA-based cipher contexts
by Hanno Becker
· 7 years ago
6118e43
Add PSA-specific cipher context
by Hanno Becker
· 7 years ago
ce1ddee
Add `psa_enabled` field to cipher ctx and add dummy implementations
by Hanno Becker
· 7 years ago
4ccfc40
Add declaration and dummy-definition of mbedtls_cipher_setup_psa()
by Hanno Becker
· 7 years ago
73907f8
Improve wording in documentation of mbedtls_cipher_setup()
by Hanno Becker
· 7 years ago
f28d344
Expand documentation of mbedtls_cipher_list()
by Hanno Becker
· 7 years ago
c8b699d
Fix style in cipher.h
by Hanno Becker
· 7 years ago
2e009fe
Fix style in definition of `mbedtls_cipher_mode_t`
by Hanno Becker
· 7 years ago
ed437a6
Fix typo in documentation of mbedtls_ssl_conf_psk()
by Hanno Becker
· 7 years ago
3d4261b
Fix typo in documentation of mbedtls_ssl_conf_opaque_psk()
by Hanno Becker
· 7 years ago
b94493c
Add opaque PSK identifier to SSL configuration
by Hanno Becker
· 7 years ago
ce620dd
Add opaque PSK identifier to mbedtls_ssl_handshake_params
by Hanno Becker
· 7 years ago
866fc7e
Add API for configuration of opaque PSK
by Hanno Becker
· 7 years ago
fc359fd
Remove double white space
by Hanno Becker
· 7 years ago
47a6291
Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h
by Hanno Becker
· 7 years ago
56a78dd
State explicitly that any API depending on PSA is unstable
by Hanno Becker
· 7 years ago
4d9e1e0
Improve documentation of mbedtls_psa_err_translate_pk()
by Hanno Becker
· 7 years ago
dec6473
Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode()
by Hanno Becker
· 7 years ago
14f78b0
Add function to translate PSA errors to PK module errors
by Hanno Becker
· 7 years ago
639a432
Fix Doxygen annotation in psa_util.h
by Hanno Becker
· 7 years ago
5f48818
Make PSA utility functions static inline
by Hanno Becker
· 7 years ago
28b9d35
Add PSA-to-Mbed TLS translations for cipher module
by Hanno Becker
· 7 years ago
560aeaf
Add internal header for PSA utility functions
by Hanno Becker
· 7 years ago
26fd730
Add config option for X.509/TLS to use PSA
by Manuel Pégourié-Gonnard
· 7 years ago
0cfaed1
fix doxigen issue
by Gilles Peskine
· 7 years ago
1d7195f
always compile mbedtls_psa_inject_entropy
by Netanel Gonen
· 7 years ago
0d2c266
change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID
by avolinski
· 7 years ago
7cc8229
Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID
by avolinski
· 7 years ago
21f37cb
Add Tests for psa crypto entropy incjection
by Netanel Gonen
· 7 years ago
ee2ffd3
Document the maximum seed size as well as the minimum
by Gilles Peskine
· 7 years ago
0338ded
Improve documentation of mbedtls_psa_inject_entropy
by Gilles Peskine
· 7 years ago
212a793
add MBEDTLS_PSA_HAS_ITS_IO to config.h
by Netanel Gonen
· 7 years ago
2bcd312
Add entropy injection function to psa cripto APIs
by Netanel Gonen
· 7 years ago
3d5d837
Merge pull request #198 from ARMmbed/psa_crypto_its
by Gilles Peskine
· 7 years ago
3a45d9e
CMake: psa: Enable installing of headers
by Jaeden Amero
· 7 years ago
a90abf1
add MBEDTLS_PSA_HAS_ITS_IO
by Moran Peker
· 7 years ago
4611956
Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option
by Moran Peker
· 7 years ago
d49a499
psa: Implement persistent keys
by Darryl Green
· 7 years ago
db2b8db
psa: Add storage implementation for files
by Darryl Green
· 7 years ago
818eab2
Merge tag 'mbedtls-2.14.0' into feature-psa
by Jaeden Amero
· 7 years ago
c1b9892
Update library version number to 2.14.0
by Simon Butcher
· 7 years ago
2255a36
Improve documentation of TLS-1.2 PRF and PSK-to-MS KDF
by Hanno Becker
· 7 years ago
8dbfca4
Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API
by Hanno Becker
· 7 years ago
19643c5
Fix typo in documentation
by Gilles Peskine
· 7 years ago
a05219c
Add some missing compilation guards
by Gilles Peskine
· 7 years ago
Next »