1. 1ccb1d6 Test PSA-based CCM cipher operations by Hanno Becker · 7 years ago
  2. fe73ade Implement PSA-based AEAD enc/dec cipher operations by Hanno Becker · 7 years ago
  3. 20120b3 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  4. a395d8f Always configure PSA-based keys for encryption and decryption by Hanno Becker · 7 years ago
  5. 58fc9aa Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  6. 55e2e3d Implement PSA-based version of mbedtls_cipher_crypt() by Hanno Becker · 7 years ago
  7. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  8. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  9. ce1ddee Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  10. 4ccfc40 Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  11. 73907f8 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  12. f28d344 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  13. 18597cd Fix style in cipher.c by Hanno Becker · 7 years ago
  14. c8b699d Fix style in cipher.h by Hanno Becker · 7 years ago
  15. 0953ba1 Fix style in NUM_CIPHERS definition in cipher_wrap.c by Hanno Becker · 7 years ago
  16. 2e009fe Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  17. 4ba0901 Merge branch 'gcm_through_cipher_api_tests' into gcm_through_cipher_api_tests_tmp by Hanno Becker · 7 years ago
  18. 12bd57b Refer to PSA through MBEDTLS_USE_PSA_CRYPTO, not USE_PSA, in all.sh by Hanno Becker · 7 years ago
  19. fc359fd Remove double white space by Hanno Becker · 7 years ago
  20. 47a6291 Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  21. 56a78dd State explicitly that any API depending on PSA is unstable by Hanno Becker · 7 years ago
  22. 7703042 Update VisualC files by Hanno Becker · 7 years ago
  23. 4d9e1e0 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  24. dec6473 Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  25. 14f78b0 Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  26. 639a432 Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  27. 06b6f34 Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  28. 50955d1 Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  29. eba9993 Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
  30. 5f48818 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  31. 28b9d35 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  32. 560aeaf Add internal header for PSA utility functions by Hanno Becker · 7 years ago
  33. dde4442 Add build using PSA to all.sh by Manuel Pégourié-Gonnard · 7 years ago
  34. 26fd730 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  35. c0c882c Add missing dependencies in test_suite_cipher.gcm by Hanno Becker · 7 years ago
  36. f79aa9e Adapt ChangeLog by Hanno Becker · 7 years ago
  37. ef42f22 Add NIST AES GCM test vectors to single-step cipher API test suite by Hanno Becker · 7 years ago
  38. a678f23 Merge pull request #197 from netanelgonen/entropy-inject by Gilles Peskine · 7 years ago
  39. 0d2c266 change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID by avolinski · 7 years ago
  40. 1c66205 Remove trailing space in psa_crypto.c by avolinski · 7 years ago
  41. 83146e1 Merge pull request #211 from ARMmbed/bug_fix_210 by Gilles Peskine · 7 years ago
  42. 13beb10 Adjust psa entropy inject tests to take as minimum seed size by avolinski · 7 years ago
  43. 7cc8229 Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID by avolinski · 7 years ago
  44. 4d27c94 Adding testcase for PSA validate entropy injection: bad, too small using MBEDTLS_ENTROPY_MIN_PLATFORM by avolinski · 7 years ago
  45. 21f37cb Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  46. ee2ffd3 Document the maximum seed size as well as the minimum by Gilles Peskine · 7 years ago
  47. 0338ded Improve documentation of mbedtls_psa_inject_entropy by Gilles Peskine · 7 years ago
  48. 212a793 add MBEDTLS_PSA_HAS_ITS_IO to config.h by Netanel Gonen · 7 years ago
  49. 9468bb2 Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  50. 2bcd312 Add entropy injection function to psa cripto APIs by Netanel Gonen · 7 years ago
  51. 910c76b Check that memory allocation was successful in psa_save_generated_persistent_key by itayzafrir · 7 years ago
  52. 3d5d837 Merge pull request #198 from ARMmbed/psa_crypto_its by Gilles Peskine · 7 years ago
  53. dbb83ac Merge pull request #194 from ARMmbed/dev/Patater/enable-use-as-submodule-only by Jaeden Amero · 7 years ago
  54. 3c7cc5e Makefile: Install PSA headers by Jaeden Amero · 7 years ago
  55. 852dac2 README: Update with the CMake build option by Jaeden Amero · 7 years ago
  56. a49ba5e README: Specify that C99 is required by Jaeden Amero · 7 years ago
  57. 11293cc README: Update with how to use as a subproject by Jaeden Amero · 7 years ago
  58. c6e4ab0 Use parent module includes when used as a submodule by Jaeden Amero · 7 years ago
  59. 74a04cd Remove exporter script by Jaeden Amero · 7 years ago
  60. c74fe6a Add Mbed Crypto README.md by Jaeden Amero · 7 years ago
  61. 5ae1fb6 CMake: Don't build non-crypto when a subproject by Jaeden Amero · 7 years ago
  62. 3a45d9e CMake: psa: Enable installing of headers by Jaeden Amero · 7 years ago
  63. a26d764 Add new PSA Crypto Storage backend implementation using ITS APIs by Moran Peker · 7 years ago
  64. a90abf1 add MBEDTLS_PSA_HAS_ITS_IO by Moran Peker · 7 years ago
  65. 4611956 Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option by Moran Peker · 7 years ago
  66. 6b58b2c Merge pull request #92 from ARMmbed/dev/dgreen-arm/import-export-merge by Jaeden Amero · 7 years ago
  67. 0c6575a psa: Extend psa_generate_key to support persistent lifetimes by Darryl Green · 7 years ago
  68. dd8fb77 psa: Refactor psa_internal_export_key to use slot, rather than key by Darryl Green · 7 years ago
  69. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  70. 40225ba psa: Refactor psa_destroy_key() by Darryl Green · 7 years ago
  71. 06fd18d psa: Move get_key_slot functions by Darryl Green · 7 years ago
  72. 940d72c psa: Refactor psa_import_key() by Darryl Green · 7 years ago
  73. 96ebf9e psa: Add magic header to storage backend by Moran Peker · 7 years ago
  74. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  75. d9eee3b Add library as valid header file location by Darryl Green · 7 years ago
  76. 09909bc Merge pull request #206 from ARMmbed/psa-test-config-default by Jaeden Amero · 7 years ago
  77. 76a449b Add config-default.h to test-ref-configs.pl by Gilles Peskine · 7 years ago
  78. d6c9128 Merge pull request #200 from ARMmbed/dev/Patater/merge-mbedtls-2.14.0-rc1 by Jaeden Amero · 7 years ago
  79. 9989b5e Update config-default.h to latest default config by Jaeden Amero · 7 years ago
  80. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  81. 556d7d9 Merge pull request #532 from sbutcher-arm/version-2.14.0 by Simon Butcher · 7 years ago mbedtls-2.14.0
  82. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  83. b35e59d Refine the language in the ChangeLog by Simon Butcher · 7 years ago
  84. 7588f78 Merge pull request #163 from ARMmbed/tls_psk_to_ms_derivation by Jaeden Amero · 7 years ago
  85. 2255a36 Improve documentation of TLS-1.2 PRF and PSK-to-MS KDF by Hanno Becker · 7 years ago
  86. 6b123fb Add test for overly long PSK in TLS-1.2 PSK-to-MS KDF by Hanno Becker · 7 years ago
  87. f074938 Add SHA-384 tests for TLS 1.2 PSK-to-MS key derivation by Hanno Becker · 7 years ago
  88. a198f06 Add tests for TLS-1.2 PSK-to-MS derivation by Hanno Becker · 7 years ago
  89. 1aaedc0 Add implementation of TLS-1.2 PSK-to-MS key derivation by Hanno Becker · 7 years ago
  90. 8dbfca4 Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API by Hanno Becker · 7 years ago
  91. 65b6917 Merge pull request #202 from ARMmbed/psa-tls12_prf_minor_fixes by Jaeden Amero · 7 years ago
  92. d3adca4 Merge pull request #184 from ARMmbed/getting_started_guide by Jaeden Amero · 7 years ago
  93. 19643c5 Fix typo in documentation by Gilles Peskine · 7 years ago
  94. 93f8500 Fix unused variables warning if MBEDTLS_ECDH_C is off by Gilles Peskine · 7 years ago
  95. a1b87e5 Add missing dependency in an ECDH test case by Gilles Peskine · 7 years ago
  96. 1dfb1ba Add a test case for key agreement with a following KDF by Gilles Peskine · 7 years ago
  97. 346797d Add missing cleanup on failure in psa_key_agreement by Gilles Peskine · 7 years ago
  98. a05219c Add some missing compilation guards by Gilles Peskine · 7 years ago
  99. 55ed36b Merge pull request #160 from ARMmbed/tls12_prf_as_kdf by Jaeden Amero · 7 years ago
  100. 87a7eeb Add a getting started guide by mohammad1603 · 7 years ago