TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
dad0832dc683efa147dc40c6856e2b74dcabcab6
/
include
/
psa
dad0832
Merge branch 'psa-hash_clone' into psa-api-1.0-beta
by Gilles Peskine
· 7 years ago
e43aa39
hash_clone: Fix copypasta and add a functional description
by Gilles Peskine
· 7 years ago
ea2e360
Merge branch 'psa-copy_key' into psa-api-1.0-beta
by Gilles Peskine
· 7 years ago
4cb9dde
New function psa_copy_key
by Gilles Peskine
· 7 years ago
0ce26e3
Add a hash wildcard value for hash-and-sign algorithm
by Gilles Peskine
· 7 years ago
b66c27b
New macro PSA_ALG_IS_HASH_AND_SIGN
by Gilles Peskine
· 7 years ago
b865df0
Merge branch 'psa-no_type_on_allocate_key' into psa-api-1.0-beta
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
b37af92
Merge branch 'psa-hash_clone' into psa-api-1.0-beta
by Gilles Peskine
· 7 years ago
ebb2c3e
New function psa_hash_clone
by Gilles Peskine
· 7 years ago
9dcc80e
Merge branch 'psa-derive_input_steps-agreement_as_one_step' into psa-api-1.0-beta
by Gilles Peskine
· 7 years ago
6843c29
Simplify the encoding of key agreement algorithms
by Gilles Peskine
· 7 years ago
769c7a6
New function to get the raw shared secret from key agreement
by Gilles Peskine
· 7 years ago
5dcd3ce
Remove psa_key_derivation from the official API
by Gilles Peskine
· 7 years ago
969c5d6
Make key agreement the secret input for key derivation
by Gilles Peskine
· 7 years ago
41ac513
Don't use key derivation multipart inputs for key agreement
by Gilles Peskine
· 7 years ago
6cdfdb7
Improve the rules on key derivation input types
by Gilles Peskine
· 7 years ago
b70a0fd
Key derivation by small input steps: proof-of-concept
by Gilles Peskine
· 7 years ago
7666edb
Merge branch 'psa-aead_multipart' into psa-api-1.0-beta
by Gilles Peskine
· 7 years ago
1f9e58a
Merge branch 'psa-signature_policy_wildcard' into psa-api-1.0-beta
by Gilles Peskine
· 7 years ago
3a74e00
Add type argument to psa_set_key_domain_parameters
by Gilles Peskine
· 7 years ago
8851c40
psa: Add DH key exchange keys
by Jaeden Amero
· 7 years ago
1308fb5
psa: Simplify DSA key formats
by Jaeden Amero
· 7 years ago
283dfd1
psa: Add get/set domain parameters
by Jaeden Amero
· 7 years ago
bc59c85
Doc only: Add psa_aead_set_lengths() for the sake of CCM
by Gilles Peskine
· 7 years ago
a05602d
Fix typos in recently-added documentation
by Gilles Peskine
· 7 years ago
8afbff8
psa: Expand documentation for psa_key_agreement()
by Jaeden Amero
· 7 years ago
0ae445f
psa: Simplify EC public key format
by Jaeden Amero
· 7 years ago
69647a4
Declare one-shot hash, MAC and cipher functions
by Gilles Peskine
· 7 years ago
30f77cd
Add a hash wildcard value for hash-and-sign algorithm
by Gilles Peskine
· 7 years ago
30a9e41
Declare multipart AEAD functions
by Gilles Peskine
· 7 years ago
f45adda
Copyedit the documentation of multipart operation functions
by Gilles Peskine
· 7 years ago
5f25dd0
Document that destroying a key aborts any ongoing operation
by Gilles Peskine
· 7 years ago
d35b489
New macro PSA_ALG_IS_HASH_AND_SIGN
by Gilles Peskine
· 7 years ago
6b19600
psa: Simplify RSA public key format
by Jaeden Amero
· 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
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
92587db
Write missing bit of the documentation of psa_key_derivation
by Gilles Peskine
· 7 years ago
40f1cb1
Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key
by Jaeden Amero
· 7 years ago
f793393
Expand the documentation of import/export formats
by Gilles Peskine
· 7 years ago
5eb1521
Private EC key format: update key representation size macro
by Gilles Peskine
· 7 years ago
f76aa77
Private EC key format: change to raw secret value (doc, import)
by Gilles Peskine
· 7 years ago
f015fec
Some changes from 'pcd_' to 'psa_drv_' were missed
by Derek D. Miller
· 7 years ago
9411db7
psa: driver: Wrap types and symbols for C/C++ use
by Jaeden Amero
· 7 years ago
20b8a4f
psa: driver: Convert struct types to typedefs
by Jaeden Amero
· 7 years ago
4155850
psa: driver: Use header guard style consistently
by Jaeden Amero
· 7 years ago
7632f62
psa: driver: Prefix "encrypt or decrypt" type
by Jaeden Amero
· 7 years ago
1acb2c4
psa: driver: Replace `pcd_` prefix with `psa_drv_`
by Jaeden Amero
· 7 years ago
e095d60
psa: driver: Use "Driver Model" terminology
by Jaeden Amero
· 7 years ago
72244ae
psa: driver: Fix names of AEAD functions
by Jaeden Amero
· 7 years ago
0a09f77
psa: driver: Fix comment whitespace format
by Jaeden Amero
· 7 years ago
d3d26aa
psa: driver: Fix trailing whitespace issues
by Jaeden Amero
· 7 years ago
ec57c55
Merge pull request #161 from ARMmbed/driver_api
by Jaeden Amero
· 7 years ago
Next »