TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
573bbc1b4e744080fb9735e5e7c30298cd9b31b4
573bbc1
Error out if a driver tries to store more than ITS can handle
by Gilles Peskine
· 6 years ago
831ac72
Add transaction file and driver storage; new key file format
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
1d04b05f
Dear check-names, where you accept struct, also accept union.
by Gilles Peskine
· 6 years ago
8b96cad
SE drivers: implement persistent storage
by Gilles Peskine
· 6 years ago
1df83d4
SE keys: implement persistent storage
by Gilles Peskine
· 6 years ago
0e8d495
Add the lifetime to the key storage format
by Gilles Peskine
· 6 years ago
bfd322f
Use a key attribute structure in the internal storage interface
by Gilles Peskine
· 6 years ago
274a263
Make whitespace consistent
by Gilles Peskine
· 6 years ago
6032673
Fix Doxygen reference
by Gilles Peskine
· 6 years ago
fc76265
Do secure element key creation and destruction in a transaction
by Gilles Peskine
· 6 years ago
c8336cb
Implement a transaction record storage for resilience
by Gilles Peskine
· 6 years ago
5dc742c
SE keys: smoke test import, export, destroy
by Gilles Peskine
· 6 years ago
5d30967
SE keys: support import and export
by Gilles Peskine
· 6 years ago
354f767
SE keys: support destroy
by Gilles Peskine
· 6 years ago
cbaff46
SE keys: allocate a slot before creating the key
by Gilles Peskine
· 6 years ago
73167e1
SE keys: store the slot number in the memory slot
by Gilles Peskine
· 6 years ago
8abe6a2
Driver table entries are now mutable
by Gilles Peskine
· 6 years ago
5243a20
Driver context manipulation functions
by Gilles Peskine
· 6 years ago
94cc42c
Pass a writable pointer to the persistent data when needed
by Gilles Peskine
· 6 years ago
f2223c8
New driver method: allocate
by Gilles Peskine
· 6 years ago
8597bc1
Pass the driver context to most driver methods
by Gilles Peskine
· 6 years ago
7a86da1
Define a driver context structure type
by Gilles Peskine
· 6 years ago
f03143a
Change driver key slot numbers to 64 bits
by Gilles Peskine
· 6 years ago
011e428
Look up the SE driver when creating a key
by Gilles Peskine
· 6 years ago
6e59c42
Split the secure element driver method table memory layout
by Gilles Peskine
· 6 years ago
f989dbe
SE driver lookup functions
by Gilles Peskine
· 6 years ago
e62b74e
Add public-key export method
by Gilles Peskine
· 6 years ago
1168ef9
Merge pull request #167 from adrianlshaw/document_algorithms2
by Gilles Peskine
· 6 years ago
2282cfa
Remove GMAC algorithm (for now)
by Adrian L. Shaw
· 6 years ago
fd2aed4
Document cipher modes
by Adrian L. Shaw
· 6 years ago
93fe3a1
Merge pull request #160 from yanesca/iotcrypt-790-update-tests-to-multipart-key-derivation
by Jaeden Amero
· 6 years ago
2a38e24
Slightly simplify derive_wrapping_key
by Gilles Peskine
· 6 years ago
4e2cc53
Update key_ladder_demo to the current key derivation API
by Gilles Peskine
· 6 years ago
343067e
Add invalid_key_derivation test cases for TLS PRF
by Janos Follath
· 6 years ago
d958bb7
Convert invalid_key_derivation_state to new API
by Janos Follath
· 6 years ago
5ab0e0b
Add derive_key_export test cases for TLS 1.2 PRF
by Janos Follath
· 6 years ago
42fd888
Convert derive_key_export to the new KDF API
by Janos Follath
· 6 years ago
8d98a1e
Add derive_key_exercise test cases for TLS 1.2 PRF
by Janos Follath
· 6 years ago
e60c905
Convert derive_key_exercise to the new KDF API
by Janos Follath
· 6 years ago
f2815ea
Refactor key derivation setup in tests
by Janos Follath
· 6 years ago
e7e4706
Add derive_full test cases for TLS 1.2 PRF
by Janos Follath
· 6 years ago
47f27ed
Convert derive_full test to the new KDF API
by Janos Follath
· 6 years ago
46d9fbc
Add test cases for exercise_key_derivation_key
by Janos Follath
· 6 years ago
7607cd6
Convert exercise_key_derivation_key to the new KDF API
by Gilles Peskine
· 6 years ago
c19dceb
Merge pull request #154 from yanesca/iotcrypt-789-update-tls-prf-to-multipart
by Jaeden Amero
· 6 years ago
d6dce9f
Fix zero-length seed or label in TLS 1.2 PRF
by Janos Follath
· 6 years ago
14fde3f
Merge pull request #155 from gilles-peskine-arm/psa-se_driver-registration
by Jaeden Amero
· 6 years ago
0c1ed84
Improve style
by Janos Follath
· 6 years ago
6514479
Fix typo in invalid-lifetime test and add explicit test for 0
by Gilles Peskine
· 6 years ago
9717d10
Explain that lifetime=0 from static initialization means VOLATILE
by Gilles Peskine
· 6 years ago
a8ade16
Gate secure element support by a separate config option
by Gilles Peskine
· 6 years ago
40e1393
Optimize TLS PRF PSK key calculation
by Janos Follath
· 6 years ago
76c3984
Clarify TLS PRF algorithm description
by Janos Follath
· 6 years ago
c93a43b
Improve documentation
by Gilles Peskine
· 6 years ago
30090bc
Fix error code
by Janos Follath
· 6 years ago
5fe1973
Make key derivation initialisation consistent
by Janos Follath
· 6 years ago
ea29bfb
Add tls12_prf key derivation to the new API
by Janos Follath
· 6 years ago
844eb0e
Add tls12_prf_read for the new API
by Janos Follath
· 6 years ago
7742fee
Add stub for new tls12_prf_generate_next_block
by Janos Follath
· 6 years ago
6c6c8fc
Improve style
by Janos Follath
· 6 years ago
1468da7
Convert derive_output to the new KDF API
by Gilles Peskine
· 6 years ago
6660f0e
Add TLS 1.2 PSK master secret generation
by Janos Follath
· 6 years ago
51f4a0f
Style: enforce 80 column limit
by Janos Follath
· 6 years ago
c562151
Simplify psa_key_derivation_input_bytes
by Janos Follath
· 6 years ago
adbec81
Remove the deprecated PSA_ALG_SELECT_RAW option
by Janos Follath
· 6 years ago
a27c927
Add test for psa_key_derivation_set_capacity
by Janos Follath
· 6 years ago
16de4a4
Adapt the derive_setup tests to the new API
by Janos Follath
· 6 years ago
ba3fab9
Adapt derive_key_policy test to the new API
by Janos Follath
· 6 years ago
63028dd
Add label input for psa_tls12_prf_input
by Janos Follath
· 6 years ago
8155054
Add key import for psa_tls12_prf_input
by Janos Follath
· 6 years ago
f08e265
Add seed input for psa_tls12_prf_input
by Janos Follath
· 6 years ago
ef83f5e
Move raw key derivation input to a new function
by Janos Follath
· 6 years ago
b80a94e
Rename psa_key_derivation_input_raw
by Janos Follath
· 6 years ago
4b7effd
Add more tests for TLS 1.2 PRF input
by Janos Follath
· 6 years ago
99dd6ac
Add test cases for derive_input
by Janos Follath
· 6 years ago
af3c2a0
Add a test for psa_key_derivation_input
by Janos Follath
· 6 years ago
b03233e
Add stubs for psa_tls12_prf_input
by Janos Follath
· 6 years ago
6a1d262
Adapt psa_key_derivation_abort to the new context
by Janos Follath
· 6 years ago
999f648
Add new psa_tls12_prf_key_derivation_t
by Janos Follath
· 6 years ago
e3e8166
Move PSA_PRE_1_0_KEY_DERIVATION to crypto_struct.h
by Janos Follath
· 6 years ago
083036a
Safely erase key material upon abort
by Janos Follath
· 6 years ago
71a4c91
Add flag for removing deprecated API
by Janos Follath
· 6 years ago
ed87d31
Specify the order of inputs for TLS-1.2 KDFs
by Gilles Peskine
· 6 years ago
8f2a6dc
Support PSA_KEY_DERIVATION_INPUT_SEED
by Gilles Peskine
· 6 years ago
7a52464
Driver registration: more future-proof bad-version test
by Gilles Peskine
· 6 years ago
45a8ca3
Fix typos in function argument names
by Gilles Peskine
· 6 years ago
55a6acf
Add negative tests for driver registration
by Gilles Peskine
· 6 years ago
d089021
Unregister drivers on library deinitialization
by Gilles Peskine
· 6 years ago
a899a72
Implement the secure element driver registration function
by Gilles Peskine
· 6 years ago
2c2243d
Smoke test for secure element driver registration
by Gilles Peskine
· 6 years ago
d910e92
Declare a function to register a secure element driver
by Gilles Peskine
· 6 years ago
b6cadea
Secure element driver structure
by Gilles Peskine
· 6 years ago
e6d5781
Merge pull request #132 from gilles-peskine-arm/mbedtls-stats-api
by Gilles Peskine
· 6 years ago
1d10257
Copy the new header files to Mbed OS on-target test directories
by Gilles Peskine
· 6 years ago
3cff768
Move the one non-crypto-specific PSA helper macro to a new header
by Gilles Peskine
· 6 years ago
1838e82
Rename psa_helpers.function to psa_crypto_helpers.h
by Gilles Peskine
· 6 years ago
982fe79
Remove unused functions
by Gilles Peskine
· 6 years ago
dd413d3
Test shutdown without closing handles
by Gilles Peskine
· 6 years ago
Next »