- 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
- ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
- a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
- 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
- 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
- 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
- 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
- ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
- ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
- 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
- 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
- ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
- 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
- eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
- 2056ce5 Fix PSA_PAKE_OUTPUT_MAX_SIZE/PSA_PAKE_INPUT_MAX_SIZE commment about parameters to PSA_PAKE_OUTPUT_SIZE/PSA_PAKE_INPUT_SIZE by Neil Armstrong · 3 years, 2 months ago
- e9b4581 Clarify BAD_STATE return documentation on bad ordering of input and output steps for psa_pake_input() & psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- 0d24575 Clarify BAD_STATE return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
- 59fa8ee Update return documentation of psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
- 97d74b8 Update return documentation of psa_pake_get_implicit_key() by Neil Armstrong · 3 years, 3 months ago
- 407b27b Update return documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
- 664077e Update return documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
- 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
- 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
- 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
- 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
- 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
- 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
- d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
- ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
- 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
- 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
- 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
- 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
- 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
- fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
- 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- f7c1f74 doxygen: merge multiple descriptions of the same return codes by Andrzej Kurek · 3 years, 6 months ago
- 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
- 1f01318 Clarify PSA_PAKE_STEP_ZK_PROOF format by Janos Follath · 4 years, 2 months ago
- 46c0237 PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
- 55dd5dc PSA PAKE: Clarify the documentation of NIZKP steps by Janos Follath · 4 years, 2 months ago
- b384ec1 PSA PAKE: fix J-PAKE documentation code rendering by Janos Follath · 4 years, 2 months ago
- 3293dae psa_pake_setup(): simplify documentation by Janos Follath · 4 years, 2 months ago
- b4db90f PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
- 38d29db Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
- a46e28f PSA PAKE: use neutral pronouns by Janos Follath · 4 years, 2 months ago
- ec83eb6 Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
- 52f9efa Revert "Rename psa_pake_set_password()" by Janos Follath · 4 years, 2 months ago
- 89ee05a Rename psa_pake_set_password() by Janos Follath · 4 years, 2 months ago
- 559f05e PSA PAKE: remove psa_pake_set_password_stretch() by Janos Follath · 4 years, 2 months ago
- 7d69b3a PSA PAKE: add warning about stability 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
- 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 3 months ago
- 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
- 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
- b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
- c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
- 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
- 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
- b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years, 4 months ago
- d3b458c tests: psa: Fix expected error code by Ronald Cron · 4 years, 4 months ago
- 6d40085 Don't duplicate the definition of PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 4 years, 5 months ago
- 3848e31 Fix internal references in public documentation by Chris Jones · 4 years, 5 months ago
- 1508fd1 Remove broken doxygen link to internal macro by Chris Jones · 4 years, 5 months ago
- bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
- 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
- 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
- 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
- d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
- a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
- a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
- e995b9b Clarify statuses from mbedtls_psa_external_get_random by Gilles Peskine · 4 years, 8 months ago
- 452b0a3 Update documentation by gabor-mezei-arm · 4 years, 9 months ago
- b663a60 Note the expectations on mbedtls_psa_external_get_random() by Gilles Peskine · 4 years, 9 months ago
- b8af228 Autonomous random driver: declare the type and function by Gilles Peskine · 4 years, 9 months ago
- 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
- 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
- 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
- 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
- 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
- 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
- 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
- f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
- 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
- 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
- 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
- 972630e Remove dependency of crypto_values.h on crypto_extra.h by Gilles Peskine · 6 years ago
- 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
- cb5fa8b Merge pull request #279 from athoelke/at-fix262 by Jaeden Amero · 6 years ago
- 43326f0 Change PSA_DH_GROUP_CUSTOM to not be in the vendor-defined range by Gilles Peskine · 6 years ago