TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-crypto
/
refs/heads/mbedcrypto-1.1
/
include
/
psa
d58a00d
psa: Avoid use of relative include paths
by Jaeden Amero
· 6 years ago
549ea86
Minor documentation improvements
by Gilles Peskine
· 6 years ago
536e205
New macro to get the bit size of an elliptic curve
by Gilles Peskine
· 6 years ago
d6f371b
Keys may allow a second algorithm
by Gilles Peskine
· 6 years ago
e3dbdd8
Gate entropy injection through a dedicated configuration option
by Gilles Peskine
· 6 years ago
6bf4bae
Remove compilation option MBEDTLS_PSA_HAS_ITS_IO
by Gilles Peskine
· 6 years ago
03a6030
Merge pull request #248 from ARMmbed/dreemkiller_rename_driver
by Jaeden Amero
· 6 years ago
32668ce
Pacify check-names.sh
by Gilles Peskine
· 6 years ago
c079f56
Pass check-files.py
by Gilles Peskine
· 6 years ago
e5c025c
Fix Doxygen warnings
by Gilles Peskine
· 6 years ago
c3044a6
Remove trailing whitespace
by Gilles Peskine
· 6 years ago
81cefed
psa: Explicitly include platform_util.h
by Jaeden Amero
· 6 years ago
5e6d24c
psa: Add backwards compatible error codes
by Jaeden Amero
· 6 years ago
72f40c6
Merge pull request #59 from gilles-peskine-arm/psa-its-64_bit_internal_key_id
by Jaeden Amero
· 6 years ago
572f067
PSA crypto service: encode the key owner (ITS backend only)
by Gilles Peskine
· 6 years ago
69d7c8b
Declare a psa_key_file_id_t layout with an owner field
by Gilles Peskine
· 6 years ago
5b229a0
Support encoding an owner in key file IDs
by Gilles Peskine
· 6 years ago
7e2cda1
Merge pull request #11 from gilles-peskine-arm/psa-setup_bad_state-document
by Jaeden Amero
· 6 years ago
a2523b2
Replace ITS specific types with more generic PSA storage types
by David Saada
· 6 years ago
b4ecc27
Replace PSA error code definitions with the ones defined in PSA spec
by David Saada
· 6 years ago
f0c1d0d
Doxygen changes to match the code changes. clarifications.
by Derek Miller
· 6 years ago
28d483e
removed * from entropy function pointers as they are already pointers
by Derek Miller
· 6 years ago
8a241a5
Replaced entropy driver context with void * to support multiple entropy drivers
by Derek Miller
· 6 years ago
6aaa4fd
added key_type parameter to asymmetric operations because the accelerator need this info
by Derek Miller
· 6 years ago
34b33f1
Changed psa_drv_se_cipher_t.size to context_size to be consistent
by Derek Miller
· 6 years ago
6211726
Removed key deriv. context struct, replaced with void* and a context_size
by Derek Miller
· 6 years ago
0b3098a
added generate key. Removed pubkey export
by Derek Miller
· 6 years ago
0972fe5
added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this
by Derek Miller
· 6 years ago
ea743cf
Removed * from function pointers (as they were already pointers)
by Derek Miller
· 6 years ago
b2a1cce
temporarily changed psa_key_slot_t to psa_key_slot_number_t to avoid naming collision
by Derek Miller
· 6 years ago
83d2662
Changed opaque/transparent in functions/structs to se/accel
by Derek Miller
· 6 years ago
1fb011f
Merge pull request #152 from ARMmbed/psa-test-psa_constant_names
by Jaeden Amero
· 6 years ago
2a0f48a
Merge pull request #43 from Patater/update-2.16-dev
by Jaeden Amero
· 6 years ago
7f04214
psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE
by Jaeden Amero
· 6 years ago
aec5a7f
psa_copy_key: minor documentation clarification
by Gilles Peskine
· 7 years ago
434899f
Test truncated MAC and AEAD algorithms
by Gilles Peskine
· 7 years ago
f603c71
New function psa_copy_key
by Gilles Peskine
· 7 years ago
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
mbedcrypto-1.0.0d1
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
494624d
Merge pull request #18 from gilles-peskine-arm/psa-hash_clone
by Jaeden Amero
· 7 years ago
mbedcrypto-1.0.0d0
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
8e1addc
Document BAD_STATE errors for multipart operation setup functions
by Gilles Peskine
· 7 years ago
76d7bfe
Terminology: consistently use "set up" for multipart operations
by Gilles Peskine
· 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
596e65e
Fix indentation
by Netanel Gonen
· 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
2bcd312
Add entropy injection function to psa cripto APIs
by Netanel Gonen
· 7 years ago
d49a499
psa: Implement persistent keys
by Darryl Green
· 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
580fba1
Dynamically allocate `A(i) + seed` buffer for TLS-1.2 PRF
by Hanno Becker
· 7 years ago
c8a41d7
Add implementation of TLS-1.2 PRF
by Hanno Becker
· 7 years ago
79250c2
Add identifiers for TLS-1.2 PRF
by Hanno Becker
· 7 years ago
99d0259
Improve documentation the shared secret format for FFDH
by Gilles Peskine
· 7 years ago
d171e78
Document the peer_key format for psa_key_agreement
by Gilles Peskine
· 7 years ago
6c6a023
More tweaks on EC-related wording
by Gilles Peskine
· 7 years ago
7b5b4a0
Correct description of the ECDH shared secret
by Gilles Peskine
· 7 years ago
f5f442a
More accurate description of the shared secret for ECDH
by Gilles Peskine
· 7 years ago
211a436
Document that key agreement produces a maximum-capacity generator
by Gilles Peskine
· 7 years ago
79dd622
Clarify the format of the (EC)DH shared secret
by Gilles Peskine
· 7 years ago
2607bca
Give "DH" and "DHM" as alternative names
by Gilles Peskine
· 7 years ago
01d718c
New API function: psa_key_agreement
by Gilles Peskine
· 7 years ago
8feb3a8
Support key derivation with non-predefined capacity
by Gilles Peskine
· 7 years ago
93098fd
Key agreement: macros for finite-field Diffie-Hellman, ECDH
by Gilles Peskine
· 7 years ago
e8f0e3d
New algorithm category: key selection
by Gilles Peskine
· 7 years ago
Next »