1. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  2. 6fd4ee2 Merge pull request #20 from gilles-peskine-arm/psa-copy_key by Jaeden Amero · 6 years ago
  3. 7f04214 psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Jaeden Amero · 6 years ago
  4. c979f6a psa: Test empty PKCS#1 v1.5 decryption by Jaeden Amero · 6 years ago
  5. f8daab7 psa: Enable testing RSA decryption with output sizes by Jaeden Amero · 6 years ago
  6. 412654a psa: Expect output-buffer-sized RSA-decryption by Jaeden Amero · 6 years ago
  7. 4728469 rsa: Re-enable use of zero-length null output by Jaeden Amero · 6 years ago
  8. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 7 years ago
  9. c9516fb Document exercise_key and fix one incorrect usage by Gilles Peskine · 7 years ago
  10. e84d5d2 psa_copy_key: Add test cases to specifically check non-exportability by Gilles Peskine · 7 years ago
  11. ae2f5f1 Merge pull request #44 from mpg/fix-double-return by Jaeden Amero · 6 years ago
  12. aec5a7f psa_copy_key: minor documentation clarification by Gilles Peskine · 7 years ago
  13. 3dab69d Merge pull request #39 from gilles-peskine-arm/psa-api-1.0-beta-docs by Jaeden Amero · 7 years ago
  14. f2a7529 Fix double return statement in cipher.c by Manuel Pégourié-Gonnard · 7 years ago
  15. acdf07c Merge pull request #41 from hanno-arm/ec_pubkey_fmt_fixes by Jaeden Amero · 7 years ago
  16. 00114d7 Adapt test in test_suite_pk to work with new PSA public key format by Hanno Becker · 7 years ago
  17. 9acfd73 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 7 years ago
  18. 69777ca Add function to find OID for PSA ECC curve identifiers by Hanno Becker · 7 years ago
  19. cd0f276 Update pointer in PSA-based mbedtls_pk_write_pubkey() by Hanno Becker · 7 years ago
  20. 7b39508 Documentation: link to the specification separately by Gilles Peskine · 7 years ago
  21. f8785f7 Remove API specification PDFs from the implementation repository by Gilles Peskine · 7 years ago
  22. 472c20b Merge pull request #28 from hanno-arm/ec_pubkey_fmt_adapt_ecdsa_verify_wrap by Jaeden Amero · 7 years ago
  23. d288494 Fix outdated comment in ecdsa_verify_wrap() by Hanno Becker · 7 years ago
  24. 6b156df Don't consider RIPEMD160 a PSA_ALG_ANY_HASH candidate by Gilles Peskine · 7 years ago
  25. 8c1247f Add psa_copy_key tests with policy constraints by Gilles Peskine · 7 years ago
  26. 57ab721 Test psa_copy_key by Gilles Peskine · 7 years ago
  27. fa6f146 Merge pull request #30 from orenc17/its_update by Jaeden Amero · 7 years ago
  28. 122d002 Fix memory leak in psa_copy_key by Gilles Peskine · 7 years ago
  29. f603c71 New function psa_copy_key by Gilles Peskine · 7 years ago
  30. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  31. 231bf5b Use new ITS uid type by Oren Cohen · 7 years ago
  32. 763fb9a Improve the description of PSA_ALG_ANY_HASH by Gilles Peskine · 7 years ago
  33. d46548c Merge pull request #23 from orenc17/its_update by Jaeden Amero · 7 years ago
  34. 5d5e90a Adapt ecdsa_verify_wrap() to new EC public key format by Hanno Becker · 7 years ago
  35. 37a8c0c Merge pull request #27 from hanno-arm/crypto_submodule_update_prs_6_18_19_sibling by Jaeden Amero · 7 years ago
  36. 23a6784 Update usage of PSA ITS to comply with v1.0 by Oren Cohen · 7 years ago
  37. 2169a5e PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  38. 242da1e PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  39. 330b9a4 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  40. f3adecf PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  41. 2261a0f PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  42. d74dfc2 PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  43. a814ae6 PSA: Adapt PK test suite to new key policy initialization API by Hanno Becker · 7 years ago
  44. fcf659b PSA: Adapt PK test suite to modified key slot allocation mechanism by Hanno Becker · 7 years ago
  45. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago
  46. eb2d4b9 Test that HASH_ANY is not meaningful for OAEP by Gilles Peskine · 7 years ago
  47. 21fec0c psa: Expand documentation for psa_key_agreement() by Jaeden Amero · 7 years ago
  48. c67200d psa: Remove extra status handling from import by Jaeden Amero · 7 years ago
  49. cd09d8c psa: Refactor psa_import_rsa_key() pk-using code by Jaeden Amero · 7 years ago
  50. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  51. 97271b3 psa: Use psa_status_t in psa_key_agreement_ecdh() by Jaeden Amero · 7 years ago
  52. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  53. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  54. cfb7ae9 Merge pull request #16 from itayzafrir/spm-support-crypto-handles-api by Jaeden Amero · 7 years ago
  55. 54c139f Remove unnecessary "#" sign from PSA macros by Andrzej Kurek · 7 years ago
  56. f410a5c Fix indentation of documentation by Andrzej Kurek · 7 years ago
  57. e1a8187 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  58. 1ec0fee pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  59. 08dfcea cipher: fixed key ownership scope by Andrzej Kurek · 7 years ago
  60. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  61. 870f5dc Add missing test dependency by Gilles Peskine · 7 years ago
  62. 494624d Merge pull request #18 from gilles-peskine-arm/psa-hash_clone by Jaeden Amero · 7 years ago
  63. eb35d78 Style fix by Gilles Peskine · 7 years ago
  64. 9c0c79e Merge pull request #19 from gilles-peskine-arm/psa-no_type_on_allocate_key by Jaeden Amero · 7 years ago
  65. e43aa39 hash_clone: Fix copypasta and add a functional description by Gilles Peskine · 7 years ago
  66. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  67. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  68. 14e7678 Documentation update regarding SPM integration by itayzafrir · 7 years ago
  69. 99974e3 SPM integration update due to crypto API changes by itayzafrir · 7 years ago
  70. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  71. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  72. 8d4be19 Merge pull request #7 from gilles-peskine-arm/all_sh-mbedcrypto by Jaeden Amero · 7 years ago
  73. d3a0c2c psa: Document requirements for psa_export_public_key() by Jaeden Amero · 7 years ago
  74. 005401e Merge pull request #8 from NirSonnenschein/fix_check-names.sh by Jaeden Amero · 7 years ago
  75. 83d2939 psa: Call init when importing private EC keys by Jaeden Amero · 7 years ago
  76. e878987 Rename test_memcheck to test_valgrind by Gilles Peskine · 7 years ago
  77. a49b00f Support wildcard patterns with a positive list of components to run by Gilles Peskine · 7 years ago
  78. d692e11 Delete $OUT_OF_SOURCE_DIR under --force by Gilles Peskine · 7 years ago
  79. add1d23 Fix sometimes-spurious warning about changed config.h by Gilles Peskine · 7 years ago
  80. 92bff7f all.sh: Update the maintainer documentation by Gilles Peskine · 7 years ago
  81. 2edf47c Merge the code to call output_env.sh into pre_check_tools by Gilles Peskine · 7 years ago
  82. 657f59a all.sh: only check tools that are going to be used by Gilles Peskine · 7 years ago
  83. e26ab18 all.sh: only look for armcc if it is used by Gilles Peskine · 7 years ago
  84. 1bcb1c8 all.sh: Always build the list of components to run by Gilles Peskine · 7 years ago
  85. 1072610 all.sh: list components automatically by Gilles Peskine · 7 years ago
  86. d6292ca Merge pull request #6 from Patater/initializers by Jaeden Amero · 7 years ago
  87. 55ae162 all.sh: fix MAKEFLAGS setting by Gilles Peskine · 7 years ago
  88. bdf3f52 all.sh: don't insist on Linux; always run Valgrind by Gilles Peskine · 7 years ago
  89. 74851d8 Gdb script: improve portability of ASLR disabling disabling by Gilles Peskine · 7 years ago
  90. 1927565 Use CMAKE_BUILD_TYPE to do Asan builds by Gilles Peskine · 7 years ago
  91. 06b385f Fix inconsistent indentation by Gilles Peskine · 7 years ago
  92. 6bd1426 remove excess whitespace by Nir Sonnenschein · 7 years ago
  93. 03091d1 modify check-names.sh and list-macros.sh to work with PSA constants by Nir Sonnenschein · 7 years ago
  94. 9e919c6 psa: Document generator requirements consistently by Jaeden Amero · 7 years ago
  95. d94d671 psa: Test that generator initializers work by Jaeden Amero · 7 years ago
  96. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  97. 5a5dc77 psa: Enable easier initialization of cipher operations by Jaeden Amero · 7 years ago
  98. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  99. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  100. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago