- e034348 Add generated files by David Horstmann · 10 months ago
- dff776e Bump version to 3.6.2 by David Horstmann · 10 months ago
- 0d11176 Add generated files by David Horstmann · 11 months ago
- 5830505 Fix missing-prototype error for the print_buf functions in sample programs by Michael Schuster · 1 year ago
- 9bf1875 Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year ago
- 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
- 3a4c431 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
- 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
- 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
- 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
- dd2a09a Introduce demo script for PSA hash program by Thomas Daubney · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 0ea1b8f Merge pull request #7982 from gilles-peskine-arm/sample_program_demo_scripts-3.4 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-7982-f6f4695824d6522c66a6347bf58e2d0e32260b84
- 2e67781 Alter program layout for better clarity by Thomas Daubney · 1 year, 10 months ago
- a21c972 Remove extra blank line by Thomas Daubney · 1 year, 10 months ago
- d8453bb Remove superfluous comment by Thomas Daubney · 1 year, 10 months ago
- cd79f77 Add missing newline by Thomas Daubney · 1 year, 10 months ago
- 1c2378b Add variable for message length by Thomas Daubney · 1 year, 10 months ago
- 3450087 Remove trailing white space in documentation by Thomas Daubney · 1 year, 10 months ago
- 7605388 Inform user when unknown hash algorithm supplied by Thomas Daubney · 1 year, 10 months ago
- 86f9795 Update documentation by Thomas Daubney · 1 year, 10 months ago
- a68ef95 Check length before calling memcmp by Thomas Daubney · 2 years ago
- 102033c Add new line at end of file to satisfy code style by Thomas Daubney · 2 years ago
- 5c2dcbd Implement cleanup label by Thomas Daubney · 2 years ago
- 21fbe4c Remove further superfluous call to psa_hash_abort by Thomas Daubney · 2 years ago
- 1ba9744 Correct code style by Thomas Daubney · 2 years ago
- c918c32 Stop hashing the null byte by Thomas Daubney · 2 years ago
- fbe742b Add extra check to one-shot operation results by Thomas Daubney · 2 years ago
- ce14124 Check result of multipart operation by Thomas Daubney · 2 years ago
- 606110f Restructure start of program by Thomas Daubney · 2 years ago
- 1f98736 Add clarifying comment to new program section by Thomas Daubney · 2 years ago
- a2b7519 Use memcmp instead of reinventing it by Thomas Daubney · 2 years ago
- 9730cb1 Change hash output formatting by Thomas Daubney · 2 years ago
- c07fa29 Change wording in error message by Thomas Daubney · 2 years ago
- 3071c85 Clarify comments by Thomas Daubney · 2 years ago
- c050037 Remove mbedtls_ and psa_ prefix from var names by Thomas Daubney · 2 years ago
- a79f806 Remove superfluous calls to psa_hash_abort by Thomas Daubney · 2 years ago
- 6fc4ca2 Replace hash_size with hash_length by Thomas Daubney · 2 years ago
- 2c87234 Fix erroneous macro guards by Thomas Daubney · 2 years ago
- 086f85f Fix some mistakes in descriptive messages by Gilles Peskine · 5 years ago
- 03be234 Declare the dependencies of key_ladder_demo.sh by Gilles Peskine · 5 years ago
- d1b5f6f Move common code of demo scripts into a library by Gilles Peskine · 5 years ago
- 1fd916a Address review comments by Thomas Daubney · 2 years ago
- 9520df7 Fix code style by Thomas Daubney · 2 years ago
- 1db78fa Demonstrate algorithm agility by Thomas Daubney · 2 years ago
- f7348ae Improve program from first round review comments by Thomas Daubney · 2 years ago
- 209c9c9 Bring code-style up-to-date by Thomas Daubney · 2 years, 1 month ago
- f8b9ebf Add example program for PSA hash by Hannes Tschofenig · 2 years, 1 month ago
- 4dfa368 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
- 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 5b98d73 Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
- 7adb8cb Revert "Add generated files for 3.2.0 release" by Paul Elliott · 3 years, 1 month ago
- cb21f2e Add generated files for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
- 6d576c9 Call setbuf when reading or writing files: programs by Gilles Peskine · 3 years, 1 month ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- 64754e1 Wrap long lines by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 48bae02 Avoid hardcoding a size by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- cf99beb Improve naming consistency by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- f6ea19c Work around bug in PSA_MAC_LENGTH() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6fdc9e8 Move aead_non_psa out of the psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 69bb3f5 Move hmac_non_psa out of psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 248b385 Add comments to AEAD (non-PSA) examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6349794 Demonstrate better practices in HMAC examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- f392a02 Add comments to the HMAC (non-)PSA examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- fd1d13c Avoid requiring too much C99 support by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 7d5ef17 Split aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- edf6e83 Split hmac_md_psa.c by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 1a45c71 Fix cleanup code by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 3aae30c Use PSA macros for buffer sizes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- beef9c2 Use better names for dummy data by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 428a97e Improve option names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 0e725c3 Improve introductory comments. by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- aab5258 Avoid using %zu, not supported everywhere yet. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 24e82de Fix type of temporary variable by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 763641a Rm use of non-standard __func__ in example programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 9efbf53 Declare incompatibility in new programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- ecffd96 Silence compiler warning in example program by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 398d459 Add example program psa/aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 667b556 Add example program psa/hmac_md_psa by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
- 3e30ad9 Use MBEDTLS_PYTHON_EXECUTABLE by David Horstmann · 3 years, 10 months ago
- e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
- 15a42c3 Allow CMake to generate psa_constant_names_generated.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 4 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
- 71d955a Introduce PSA_ALG_NONE by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- c149e1d Remove duplicated definition of PSA_ALG_GET_HASH() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- c7f8dbe Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- aa923b9 Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago