1. cf9c18e Add option to keep the temporary C files by Gilles Peskine · 7 years ago
  2. a0a315c Add location information to input processing exceptions by Gilles Peskine · 7 years ago
  3. 377c683 Test psa_constant_names in all.sh by Gilles Peskine · 7 years ago
  4. 2482702 Test program for psa_constant_names by Gilles Peskine · 7 years ago
  5. 567840e Support multiple values on the command line by Gilles Peskine · 7 years ago
  6. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  7. 763fb9a Improve the description of PSA_ALG_ANY_HASH by Gilles Peskine · 7 years ago
  8. d46548c Merge pull request #23 from orenc17/its_update by Jaeden Amero · 7 years ago
  9. 37a8c0c Merge pull request #27 from hanno-arm/crypto_submodule_update_prs_6_18_19_sibling by Jaeden Amero · 7 years ago
  10. 23a6784 Update usage of PSA ITS to comply with v1.0 by Oren Cohen · 7 years ago
  11. 2169a5e PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  12. 242da1e PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  13. 330b9a4 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  14. f3adecf PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  15. 2261a0f PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  16. d74dfc2 PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  17. a814ae6 PSA: Adapt PK test suite to new key policy initialization API by Hanno Becker · 7 years ago
  18. fcf659b PSA: Adapt PK test suite to modified key slot allocation mechanism by Hanno Becker · 7 years ago
  19. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago
  20. eb2d4b9 Test that HASH_ANY is not meaningful for OAEP by Gilles Peskine · 7 years ago
  21. 21fec0c psa: Expand documentation for psa_key_agreement() by Jaeden Amero · 7 years ago
  22. c67200d psa: Remove extra status handling from import by Jaeden Amero · 7 years ago
  23. cd09d8c psa: Refactor psa_import_rsa_key() pk-using code by Jaeden Amero · 7 years ago
  24. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  25. 97271b3 psa: Use psa_status_t in psa_key_agreement_ecdh() by Jaeden Amero · 7 years ago
  26. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  27. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  28. cfb7ae9 Merge pull request #16 from itayzafrir/spm-support-crypto-handles-api by Jaeden Amero · 7 years ago
  29. 54c139f Remove unnecessary "#" sign from PSA macros by Andrzej Kurek · 7 years ago
  30. f410a5c Fix indentation of documentation by Andrzej Kurek · 7 years ago
  31. e1a8187 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  32. 1ec0fee pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  33. 08dfcea cipher: fixed key ownership scope by Andrzej Kurek · 7 years ago
  34. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  35. 870f5dc Add missing test dependency by Gilles Peskine · 7 years ago
  36. 494624d Merge pull request #18 from gilles-peskine-arm/psa-hash_clone by Jaeden Amero · 7 years ago
  37. eb35d78 Style fix by Gilles Peskine · 7 years ago
  38. 9c0c79e Merge pull request #19 from gilles-peskine-arm/psa-no_type_on_allocate_key by Jaeden Amero · 7 years ago
  39. e43aa39 hash_clone: Fix copypasta and add a functional description by Gilles Peskine · 7 years ago
  40. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  41. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  42. 14e7678 Documentation update regarding SPM integration by itayzafrir · 7 years ago
  43. 99974e3 SPM integration update due to crypto API changes by itayzafrir · 7 years ago
  44. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  45. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  46. 8d4be19 Merge pull request #7 from gilles-peskine-arm/all_sh-mbedcrypto by Jaeden Amero · 7 years ago
  47. d3a0c2c psa: Document requirements for psa_export_public_key() by Jaeden Amero · 7 years ago
  48. 005401e Merge pull request #8 from NirSonnenschein/fix_check-names.sh by Jaeden Amero · 7 years ago
  49. 83d2939 psa: Call init when importing private EC keys by Jaeden Amero · 7 years ago
  50. e878987 Rename test_memcheck to test_valgrind by Gilles Peskine · 7 years ago
  51. a49b00f Support wildcard patterns with a positive list of components to run by Gilles Peskine · 7 years ago
  52. d692e11 Delete $OUT_OF_SOURCE_DIR under --force by Gilles Peskine · 7 years ago
  53. add1d23 Fix sometimes-spurious warning about changed config.h by Gilles Peskine · 7 years ago
  54. 92bff7f all.sh: Update the maintainer documentation by Gilles Peskine · 7 years ago
  55. 2edf47c Merge the code to call output_env.sh into pre_check_tools by Gilles Peskine · 7 years ago
  56. 657f59a all.sh: only check tools that are going to be used by Gilles Peskine · 7 years ago
  57. e26ab18 all.sh: only look for armcc if it is used by Gilles Peskine · 7 years ago
  58. 1bcb1c8 all.sh: Always build the list of components to run by Gilles Peskine · 7 years ago
  59. 1072610 all.sh: list components automatically by Gilles Peskine · 7 years ago
  60. d6292ca Merge pull request #6 from Patater/initializers by Jaeden Amero · 7 years ago
  61. 55ae162 all.sh: fix MAKEFLAGS setting by Gilles Peskine · 7 years ago
  62. bdf3f52 all.sh: don't insist on Linux; always run Valgrind by Gilles Peskine · 7 years ago
  63. 74851d8 Gdb script: improve portability of ASLR disabling disabling by Gilles Peskine · 7 years ago
  64. 1927565 Use CMAKE_BUILD_TYPE to do Asan builds by Gilles Peskine · 7 years ago
  65. 06b385f Fix inconsistent indentation by Gilles Peskine · 7 years ago
  66. 6bd1426 remove excess whitespace by Nir Sonnenschein · 7 years ago
  67. 03091d1 modify check-names.sh and list-macros.sh to work with PSA constants by Nir Sonnenschein · 7 years ago
  68. 9e919c6 psa: Document generator requirements consistently by Jaeden Amero · 7 years ago
  69. d94d671 psa: Test that generator initializers work by Jaeden Amero · 7 years ago
  70. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  71. 5a5dc77 psa: Enable easier initialization of cipher operations by Jaeden Amero · 7 years ago
  72. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  73. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  74. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  75. 5158538 Merge remote-tracking branch 'upstream-crypto/development' into all_sh-mbedcrypto by Gilles Peskine · 7 years ago
  76. 8c7e95d tests: Remove unused key policy objects by Jaeden Amero · 7 years ago
  77. d668bae Merge pull request #3 from gilles-peskine-arm/key_ladder_demo-maybe_uninitialized by Jaeden Amero · 7 years ago
  78. 9e0feff Merge pull request #240 from ARMmbed/psa-header_split by Jaeden Amero · 7 years ago
  79. 8ae15dd Back up and restore config.h systematically by Gilles Peskine · 7 years ago
  80. ffcdeff Add the current component name to msg output and the final report by Gilles Peskine · 7 years ago
  81. 81b96ed Add --except mode: run all components except a list by Gilles Peskine · 7 years ago
  82. 9252511 all.sh: with non-option arguments, run only these components by Gilles Peskine · 7 years ago
  83. 348fb9a New option --list-components by Gilles Peskine · 7 years ago
  84. 782f411 Move test-ref-configs into its own component by Gilles Peskine · 7 years ago
  85. e48351a Move cleanup into the common wrapper function by Gilles Peskine · 7 years ago
  86. 9f8f92c Remove duplicate component for RSA_NO_CRT by Gilles Peskine · 7 years ago
  87. 8f07312 Move the code into functions. No behavior change. by Gilles Peskine · 7 years ago
  88. c9a0722 Merge pull request #2 from gilles-peskine-arm/psa-test_macros by Jaeden Amero · 7 years ago
  89. 7597689 Split crypto_driver.h into one for each driver type by Gilles Peskine · 7 years ago
  90. 5e9c9cc Document macros that were referenced by Gilles Peskine · 7 years ago
  91. 2d59b2c crypto_driver.h: get type definitions from crypto_enum.h by Gilles Peskine · 7 years ago
  92. a7c26db Move remaining size macros from crypto.h to crypto_sizes.h by Gilles Peskine · 7 years ago
  93. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  94. 5e09bc7 Fix maybe-uninitialized warning by Gilles Peskine · 7 years ago
  95. 0344d81 Simplify the SPM compatibility hack by Gilles Peskine · 7 years ago
  96. c08fc1d Move MIN and MAX macros from PSA tests to helpers.function by Gilles Peskine · 7 years ago
  97. d76f181 Prefer ASSERT_ALLOC to calloc+TEST_ASSERT in PSA tests by Gilles Peskine · 7 years ago
  98. 1f2aa0e Remove useless null checks of data_t* parameters by Gilles Peskine · 7 years ago
  99. 40ab95b Remove checks of test parameters against SIZE_MAX by Gilles Peskine · 7 years ago
  100. 0dfba2d Use ASSERT_COMPARE in preference to memcmp in PSA tests by Gilles Peskine · 7 years ago