- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
- 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 3 months ago
- c4b814a psa_tls12_prf_key_derivation_state_t: add optional step to set other key by Przemek Stekiel · 3 years, 4 months ago
- f4e8f01 psa_tls12_prf_key_derivation_t: add other_secret and other_secret_length fields to handle mixed PSK by Przemek Stekiel · 3 years, 4 months ago
- e3d9c9d PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
- 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
- c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
- 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
- 86bf008 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
- c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
- 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
- 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
- 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
- ef816f3 Fix precedence in psa_pake_cs_set_primitive() by Janos Follath · 4 years, 3 months ago
- 78b9e40 PSA PAKE: reintroduce psa_pake_primitive_t by Janos Follath · 4 years, 3 months ago
- f53c7af PSA PAKE: introduce psa_pake_family_t by Janos Follath · 4 years, 3 months ago
- cd56ff9 PSA PAKE: make cipher suite opaque by Janos Follath · 4 years, 3 months ago
- 8a09ca9 PSA PAKE: Add dummy operation context by Janos Follath · 4 years, 4 months ago
- 508afec PSA PAKE: Add cipher suite structure by Janos Follath · 4 years, 4 months ago
- 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
- 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
- ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 2 months ago
- a559b3c Remove key_set and use id instead by Paul Elliott · 4 years, 3 months ago
- cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
- d4e99ed Fix mistyped buffer size variable by Paul Elliott · 4 years, 3 months ago
- fd3ca24 Move CCM ouput to update step. by Paul Elliott · 4 years, 3 months ago
- 6504aa6 First pass addition of driver wrappers by Paul Elliott · 4 years, 3 months ago
- adb8b16 Add internal implementation of multipart AEAD by Paul Elliott · 4 years, 3 months ago
- 07a30c4 Convert oneshot AEAD over to multipart struct by Paul Elliott · 4 years, 3 months ago
- 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
- a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
- d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
- ac8d82a Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
- dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
- d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
- 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 4 months ago
- d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 4 months ago
- 3c8dd63 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
- 61398ec Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
- 675501d Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
- 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years, 4 months ago
- 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
- 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
- 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
- 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
- 06aa442 psa: cipher: Remove unused `key_set` operation field by Ronald Cron · 4 years, 5 months ago
- 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
- b177731 Make the driver context union a defined type by Steven Cooreman · 4 years, 5 months ago
- dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
- 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 5 months ago
- 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
- d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 9 months ago
- 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
- dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
- ef8575e Apply review feedback by Steven Cooreman · 4 years, 11 months ago
- a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 4 years, 11 months ago
- fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 4 years, 11 months ago
- 5240e8b Style and language fixes from review by Steven Cooreman · 4 years, 11 months ago
- d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
- 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
- 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
- fa7d7af psa: Don't reset the key owner id in psa_set_key_lifetime by Ronald Cron · 5 years ago
- 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
- 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 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
- 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
- 8013f44 Make crypto_struct C++ compatible by Jaeden Amero · 6 years ago
- 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
- b4e73e9 Add some design notes about multipart operation structures 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
- 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 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
- c11c4dc Favor stdint.h types in internal types by Gilles Peskine · 6 years ago
- 844eb0e Add tls12_prf_read for the new API by Janos Follath · 6 years ago
- adbec81 Remove the deprecated PSA_ALG_SELECT_RAW option 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
- d58a00d psa: Avoid use of relative include paths by Jaeden Amero · 6 years ago
- 96f0b3b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
- d6f371b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
- 24f10f8 Remove domain parameters from the official API by Gilles Peskine · 6 years ago
- 35675b6 Terminology: say "key derivation operation", not "generator" by Gilles Peskine · 6 years ago
- cbe6650 Rename generator-related internal identifiers by Gilles Peskine · 6 years ago
- a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
- 9de5eb0 Remove psa_make_key_persistent by Gilles Peskine · 6 years ago
- dc8219a Replace psa_make_key_persistent by id/lifetime setters by Gilles Peskine · 6 years ago