- 9928ca1 Code styling by Kusumit Ghoderao · 2 years ago
- 9ab03c3 Define PSA_ALG_IS_PBKDF2 by Kusumit Ghoderao · 2 years ago
- 10cc6bd Add PSA_ALG_PBKDF2_HMAC_GET_HASH macro by Kusumit Ghoderao · 2 years, 2 months ago
- ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
- 1265f00 First draft of PSA interruptible ECC signing design by Paul Elliott · 2 years, 11 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- a651607 Skip restyling of PSA macros also defined in psa-arch-tests by Gilles Peskine · 2 years, 7 months ago
- 45873ce Skip restyling of PSA error code definitions by Gilles Peskine · 2 years, 7 months ago
- 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- c1ecb25 fix PSA_XXX typos detected by check_names.py by Pengyu Lv · 2 years, 9 months ago
- e09aff8 Add information about ECJPAKE_TO_PMS output size expectations by Andrzej Kurek · 2 years, 10 months ago
- 96b9f23 Adjust ECJPAKE_TO_PMS macro value by Andrzej Kurek · 2 years, 10 months ago
- 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
- 1fafb1f Documentation clarifications for ECJPAKE-to-PMS by Andrzej Kurek · 2 years, 11 months ago
- 18f8e8d Document the input size restriction for EC J-PAKE to PMS by Andrzej Kurek · 2 years, 11 months ago
- 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
- ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
- 0b5f495 Merge pull request #5953 from tuvshinzayaArm/update-document-PSA_ALG_RSA_PSS by Paul Elliott · 3 years, 1 month ago
- 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
- 7973399 Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 1 month ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
- 44baacd Update documenation of PSA_ALG_RSA_PSS by Tuvshinzaya Erdenekhuu · 3 years, 1 month ago
- 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
- a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
- 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
- b398d86 Update descryption of HKDF-Extract/Expand algs and fix comment by Przemek Stekiel · 3 years, 2 months ago
- 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- ebf6281 crypto_values.h: fix description by Przemek Stekiel · 3 years, 3 months ago
- 6b6ce32 Add definitions for HKDF-Extract and HKDF-Expand algs by Przemek Stekiel · 3 years, 3 months ago
- 6729474 Fix key_id and owner_id accessor macros by Antonio de Angelis · 3 years, 3 months ago
- 37c81c4 Extend PSA_ALG_TLS12_PSK_TO_MS alg (add #PSA_KEY_DERIVATION_INPUT_OTHER_SECRET input) by Przemek Stekiel · 3 years, 4 months ago
- 14d3554 ChaCha20 (PSA): Document that we only support 12-byte nonces by Gilles Peskine · 3 years, 5 months ago
- 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 6 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- f2fe31a Reorder macro definitions by Gilles Peskine · 3 years, 10 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 10 months ago
- c5c5b93 Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
- 359b5ab Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
- e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
- 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
- f6892de Readability improvements by Gilles Peskine · 3 years, 10 months ago
- acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 10 months ago
- 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
- a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
- 91466c8 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
- 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
- d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 3 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
- 4a6fcda Typo by gabor-mezei-arm · 4 years, 3 months ago
- 36658e4 Update PSA_ALG_IS_SIGN_MESSAGE by gabor-mezei-arm · 4 years, 3 months ago
- 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
- 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
- f0c28ef Avoid introducing PSA_ALG_NONE for now by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- f9a68ad Fix typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 730f62a Clarify the case of direct inputs by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 5b79ee2 Fix typo in doxygen reference by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 71d955a Introduce PSA_ALG_NONE by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 06638ae Update "key stretching" flag by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 40b81bf Introduce PSA_ALG_GET_HASH() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 6983b4f Add identifier for PBKDF2 with AES-CMAC-PRF-128 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 2171e42 Add new key type PASSWORD_HASH by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 9023cac Merge verification policies together by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- d307f63 Rename verify_output_xxx() to verify_xxx() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 3d72267 Specify the order of PBKDF2 inputs by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- c16033e Fix the encodings of the new key types by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- ffc86ce Improve or expand several descriptions. by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- dc1b4e4 Fix a few typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 3 months ago
- 234b1ec PSA PBKDF2: add "stretching" sub-category of key derivation by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 7da5791 PSA PBKDF2: add algorithm macros + description by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 22f08bc PSA PBKDF2: add new input function by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 5a67992 PSA PBKDF2: add/update input types by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 759438c PSA PBKDF2: add new policies by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 31cbbef PSA PBKDF2: add new key types by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
- 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
- e5fde54 Remove incorrect definitions of the dom2() and dom4() prefixes by Gilles Peskine · 4 years, 5 months ago
- a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 5 months ago
- 7e54a29 Express DES key sizes in bits by Gilles Peskine · 4 years, 5 months ago
- 6a427bf Document the general definition of bit sizes for asymmetric keys by Gilles Peskine · 4 years, 5 months ago
- 2735469 Use a bit-size in the algorithm name by Gilles Peskine · 4 years, 5 months ago
- da7305e Avoid collision with SM3 in API specification 1.0.1 by Gilles Peskine · 4 years, 5 months ago
- b13ead8 Make the hash-and-sign nature of Ed25519ph and Ed448ph explicit by Gilles Peskine · 4 years, 5 months ago
- e36f8aa Fix copypasta by Gilles Peskine · 4 years, 5 months ago
- 3a1101a Define algorithms for EdDSA by Gilles Peskine · 4 years, 5 months ago
- 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
- 6d40085 Don't duplicate the definition of PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 4 years, 5 months ago
- 7ef23be Documentation: fix \p names that diverged from the code by Gilles Peskine · 4 years, 5 months ago
- 8735343 Fix copypasta in documentation of an error case by Gilles Peskine · 4 years, 5 months ago
- 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
- a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
- d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
- 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago