1. 2de2c0d Clarify deterministic generation by re-drawing by Gilles Peskine · 6 years ago
  2. fa4486d Specify psa_generator_import_key for each key type by Gilles Peskine · 6 years ago
  3. 3be6b7f Fix some copypasta in references to parameter names by Gilles Peskine · 6 years ago
  4. ae2e5e0 Remove copypasta'ed error reason in psa_aead_finish by Gilles Peskine · 6 years ago
  5. 2e37c0d Fix leftover occurrences of "key selection algorithm" by Gilles Peskine · 6 years ago
  6. bf7a98b Fix typos found in PSA Crypto API 1.0 beta2 before publication by Gilles Peskine · 6 years ago
  7. 9153ec0 Add documentation for some macros by Gilles Peskine · 6 years ago
  8. d338b91 Fix some copypasta in one-shot hash and MAC function descriptions by Gilles Peskine · 6 years ago
  9. 63f7930 Doxygen: fix missing markup indicator that was causing broken links by Gilles Peskine · 6 years ago
  10. 47e79fb Fix minor errors in key derivation and key agreement documentation by Gilles Peskine · 6 years ago
  11. 12b58ab Remove duplicate definition of PSA_ALG_IS_WILDCARD by Gilles Peskine · 6 years ago
  12. 6bce7f7 Fix copypasta in multipart AEAD macro by Gilles Peskine · 6 years ago
  13. 4c6fdbb Fix typos in doxygen formatting commands by Gilles Peskine · 6 years ago
  14. dad0832 Merge branch 'psa-hash_clone' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  15. e43aa39 hash_clone: Fix copypasta and add a functional description by Gilles Peskine · 7 years ago
  16. ea2e360 Merge branch 'psa-copy_key' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  17. 4cb9dde New function psa_copy_key by Gilles Peskine · 7 years ago
  18. 0ce26e3 Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  19. b66c27b New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  20. b865df0 Merge branch 'psa-no_type_on_allocate_key' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  21. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  22. b37af92 Merge branch 'psa-hash_clone' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  23. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  24. 9dcc80e Merge branch 'psa-derive_input_steps-agreement_as_one_step' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  25. 6843c29 Simplify the encoding of key agreement algorithms by Gilles Peskine · 7 years ago
  26. 769c7a6 New function to get the raw shared secret from key agreement by Gilles Peskine · 7 years ago
  27. 5dcd3ce Remove psa_key_derivation from the official API by Gilles Peskine · 7 years ago
  28. 969c5d6 Make key agreement the secret input for key derivation by Gilles Peskine · 7 years ago
  29. 41ac513 Don't use key derivation multipart inputs for key agreement by Gilles Peskine · 7 years ago
  30. 6cdfdb7 Improve the rules on key derivation input types by Gilles Peskine · 7 years ago
  31. b70a0fd Key derivation by small input steps: proof-of-concept by Gilles Peskine · 7 years ago
  32. 7666edb Merge branch 'psa-aead_multipart' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  33. 1f9e58a Merge branch 'psa-signature_policy_wildcard' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  34. 3a74e00 Add type argument to psa_set_key_domain_parameters by Gilles Peskine · 7 years ago
  35. 8851c40 psa: Add DH key exchange keys by Jaeden Amero · 7 years ago
  36. 1308fb5 psa: Simplify DSA key formats by Jaeden Amero · 7 years ago
  37. 283dfd1 psa: Add get/set domain parameters by Jaeden Amero · 7 years ago
  38. bc59c85 Doc only: Add psa_aead_set_lengths() for the sake of CCM by Gilles Peskine · 7 years ago
  39. a05602d Fix typos in recently-added documentation by Gilles Peskine · 7 years ago
  40. 8afbff8 psa: Expand documentation for psa_key_agreement() by Jaeden Amero · 7 years ago
  41. 0ae445f psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  42. 69647a4 Declare one-shot hash, MAC and cipher functions by Gilles Peskine · 7 years ago
  43. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  44. 30a9e41 Declare multipart AEAD functions by Gilles Peskine · 7 years ago
  45. f45adda Copyedit the documentation of multipart operation functions by Gilles Peskine · 7 years ago
  46. 5f25dd0 Document that destroying a key aborts any ongoing operation by Gilles Peskine · 7 years ago
  47. d35b489 New macro PSA_ALG_IS_HASH_AND_SIGN by Gilles Peskine · 7 years ago
  48. 6b19600 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  49. d3a0c2c psa: Document requirements for psa_export_public_key() by Jaeden Amero · 7 years ago
  50. 9e919c6 psa: Document generator requirements consistently by Jaeden Amero · 7 years ago
  51. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  52. 5a5dc77 psa: Enable easier initialization of cipher operations by Jaeden Amero · 7 years ago
  53. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  54. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  55. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  56. 7597689 Split crypto_driver.h into one for each driver type by Gilles Peskine · 7 years ago
  57. 5e9c9cc Document macros that were referenced by Gilles Peskine · 7 years ago
  58. 2d59b2c crypto_driver.h: get type definitions from crypto_enum.h by Gilles Peskine · 7 years ago
  59. a7c26db Move remaining size macros from crypto.h to crypto_sizes.h by Gilles Peskine · 7 years ago
  60. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  61. 0344d81 Simplify the SPM compatibility hack by Gilles Peskine · 7 years ago
  62. 23fd2bd Update some documentation related to key slots by Gilles Peskine · 7 years ago
  63. b77a6b2 Remove psa_set_key_lifetime by Gilles Peskine · 7 years ago
  64. f6cc435 Remove psa_key_slot_t from public headers by Gilles Peskine · 7 years ago
  65. ae32aac Switch function declarations from key slots to key handles by Gilles Peskine · 7 years ago
  66. 644cd5f Linkify some macros that were just typeset as text by Gilles Peskine · 7 years ago
  67. f535eb2 Declare the new slot management functions in crypto.h by Gilles Peskine · 7 years ago
  68. 3cac8c4 Move declarations related to lifetimes further up in crypto.h by Gilles Peskine · 7 years ago
  69. 6b01a9f Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  70. e322d3e Merge branch 'opaque_psk_implementation_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  71. 7fde035 Merge branch 'iotssl-2580-pk-opaque-psa_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  72. 565e0bf Merge pull request #212 from ARMmbed/psa-integration-utilities_CRYPTO by Jaeden Amero · 7 years ago
  73. 596e65e Fix indentation by Netanel Gonen · 7 years ago
  74. 2614562 Add test utility function: wrap_as_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  75. fe86073 Add new macro to detemine ECDSA signature length by Manuel Pégourié-Gonnard · 7 years ago
  76. 35a7ff9 Improve documentation of mbedtls_pk_setup_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  77. 276cb64 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  78. 07b103f Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  79. 06c6318 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  80. 3bc2029 Clarify return value of pk_check_pair() by Manuel Pégourié-Gonnard · 7 years ago
  81. 1ecf92c3 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
  82. 432084d Improve doc wording of PSA status field of mbedtls_cipher_context_t by Hanno Becker · 7 years ago
  83. 9de97d7 Don't use multiline comments in enums to silence check-names.sh by Hanno Becker · 7 years ago
  84. fea4915 Minor rewording in documentation of PSA-based cipher context by Hanno Becker · 7 years ago
  85. 1908655 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  86. 20120b3 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  87. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  88. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  89. ce1ddee Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  90. 4ccfc40 Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  91. 73907f8 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  92. f28d344 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  93. c8b699d Fix style in cipher.h by Hanno Becker · 7 years ago
  94. 2e009fe Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  95. ed437a6 Fix typo in documentation of mbedtls_ssl_conf_psk() by Hanno Becker · 7 years ago
  96. 3d4261b Fix typo in documentation of mbedtls_ssl_conf_opaque_psk() by Hanno Becker · 7 years ago
  97. b94493c Add opaque PSK identifier to SSL configuration by Hanno Becker · 7 years ago
  98. ce620dd Add opaque PSK identifier to mbedtls_ssl_handshake_params by Hanno Becker · 7 years ago
  99. 866fc7e Add API for configuration of opaque PSK by Hanno Becker · 7 years ago
  100. fc359fd Remove double white space by Hanno Becker · 7 years ago