1. 6b01a9f Merge branch 'psa_cipher_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  2. e322d3e Merge branch 'opaque_psk_implementation_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  3. 2614562 Add test utility function: wrap_as_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  4. fe86073 Add new macro to detemine ECDSA signature length by Manuel Pégourié-Gonnard · 7 years ago
  5. 35a7ff9 Improve documentation of mbedtls_pk_setup_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  6. 276cb64 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  7. 07b103f Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  8. 06c6318 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  9. 3bc2029 Clarify return value of pk_check_pair() by Manuel Pégourié-Gonnard · 7 years ago
  10. 1ecf92c3 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
  11. 432084d Improve doc wording of PSA status field of mbedtls_cipher_context_t by Hanno Becker · 7 years ago
  12. 9de97d7 Don't use multiline comments in enums to silence check-names.sh by Hanno Becker · 7 years ago
  13. fea4915 Minor rewording in documentation of PSA-based cipher context by Hanno Becker · 7 years ago
  14. 1908655 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  15. 20120b3 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  16. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  17. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  18. ce1ddee Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  19. 4ccfc40 Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  20. 73907f8 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  21. f28d344 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  22. c8b699d Fix style in cipher.h by Hanno Becker · 7 years ago
  23. 2e009fe Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  24. ed437a6 Fix typo in documentation of mbedtls_ssl_conf_psk() by Hanno Becker · 7 years ago
  25. 3d4261b Fix typo in documentation of mbedtls_ssl_conf_opaque_psk() by Hanno Becker · 7 years ago
  26. b94493c Add opaque PSK identifier to SSL configuration by Hanno Becker · 7 years ago
  27. ce620dd Add opaque PSK identifier to mbedtls_ssl_handshake_params by Hanno Becker · 7 years ago
  28. 866fc7e Add API for configuration of opaque PSK by Hanno Becker · 7 years ago
  29. fc359fd Remove double white space by Hanno Becker · 7 years ago
  30. 47a6291 Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  31. 56a78dd State explicitly that any API depending on PSA is unstable by Hanno Becker · 7 years ago
  32. 4d9e1e0 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  33. dec6473 Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  34. 14f78b0 Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  35. 639a432 Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  36. 5f48818 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  37. 28b9d35 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  38. 560aeaf Add internal header for PSA utility functions by Hanno Becker · 7 years ago
  39. 26fd730 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  40. 212a793 add MBEDTLS_PSA_HAS_ITS_IO to config.h by Netanel Gonen · 7 years ago
  41. a90abf1 add MBEDTLS_PSA_HAS_ITS_IO by Moran Peker · 7 years ago
  42. 4611956 Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option by Moran Peker · 7 years ago
  43. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  44. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  45. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  46. e19b7d5 Revert "New function mbedtls_rsa_get_bitlen" by Gilles Peskine · 7 years ago
  47. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  48. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  49. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  50. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  51. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  52. c818131 Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed by Simon Butcher · 7 years ago
  53. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  54. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago
  55. 7213744 Fix typo in comment by Ron Eldor · 7 years ago
  56. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  57. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  58. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  59. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  60. 5517755 Improve wording and formatting of ASN.1 write module documentation by Hanno Becker · 7 years ago
  61. d5bf428 Merge remote-tracking branch 'public/pr/1618' into development-proposed by Simon Butcher · 7 years ago
  62. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 7 years ago
  63. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
  64. da09561 Merge remote-tracking branch 'public/pr/2142' into development by Simon Butcher · 7 years ago
  65. e783f4a Merge remote-tracking branch 'public/pr/1609' into development by Simon Butcher · 7 years ago
  66. abdf67e Cast number of operations to `uint` in MBEDTLS_ECP_BUDGET by Hanno Becker · 7 years ago
  67. 0eb8fb8 Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION by Hanno Becker · 7 years ago
  68. cc40d86 Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  69. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 7 years ago
  70. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 7 years ago
  71. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  72. c37423f Fix misleading sub-state name and comments by Manuel Pégourié-Gonnard · 7 years ago
  73. 5267b62 Change error description by Ron Eldor · 7 years ago
  74. a27190b Rename platform error code and value by Ron Eldor · 7 years ago
  75. 32df911 Fix documentation of what functions restart when by Manuel Pégourié-Gonnard · 7 years ago
  76. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  77. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  78. f301d23 Bignum: Improve primality test for FIPS primes by Janos Follath · 7 years ago
  79. d0e21fb Improve documentation of ASN.1 string-writing functions by Hanno Becker · 7 years ago
  80. 16b1bd8 bn_mul.h: add ARM DSP optimized MULADDC code by Aurelien Jarno · 7 years ago
  81. 3725bb2 rsa: pss: Enable use of big hashes with small keys by Jaeden Amero · 7 years ago
  82. 3ad2efd Remove Yotta support from the docs, tests and build scripts by Simon Butcher · 7 years ago
  83. 7c025a9 Generalize dh_flag in mbedtls_mpi_gen_prime by Janos Follath · 7 years ago
  84. eba6c9b changes requested by @hanno-arm by thomas-dee · 7 years ago
  85. e852df8 fixup! Add PSA crypto module by Jaeden Amero · 7 years ago
  86. 67a9351 psa: config: Add MBEDTLS_PSA_CRYPTO_SPM by Jaeden Amero · 7 years ago
  87. 9a9e19f Switch default config back to the upstream one + PSA + CMAC by Gilles Peskine · 7 years ago
  88. 1672d1d Remove features with missing dependencies from config.h by Gilles Peskine · 7 years ago
  89. 54a7c62 Minor style changes by Ron Eldor · 7 years ago
  90. 5a481f1 Update error.h count for SSL by Manuel Pégourié-Gonnard · 7 years ago
  91. 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
  92. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  93. 53546ea Update library version number to 2.13.1 by Simon Butcher · 7 years ago mbedtls-2.13.1
  94. 5d40f67 Merge remote-tracking branch 'public/pr/1927' into development-restricted by Simon Butcher · 7 years ago
  95. d2ef254 Don't define _POSIX_C_SOURCE in header file by Hanno Becker · 7 years ago
  96. f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 7 years ago
  97. 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 7 years ago
  98. 03b2bd4 Correct documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  99. a50fed9 Correct typo in documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  100. 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 7 years ago