1. 431507e Added fn for vendor key creation by Michael Thomas · 5 years ago
  2. 413973b Added argument to determine when to store key to memory by Michael Thomas · 5 years ago mbedcrypto-3.1.0+renesas.0
  3. 3681fc9 Updated to allow psa_key_open to handle vendor defined keys by Michael Thomas · 5 years ago
  4. af67525 Update spacing by Michael Thomas · 5 years ago
  5. b0661df Merge remote-tracking branch 'origin/add-vendor-key-support' into add-vendor-support-to-v3 by Michael Thomas · 5 years ago
  6. 43015d8 Moved out vendor definition Coding std fix by Michael Thomas · 5 years ago
  7. 9c494fb Changed persistent key check to a macro by Michael Thomas · 5 years ago
  8. 6a632df Updated persistent check by Michael Thomas · 5 years ago
  9. bb039ba Changed volatile check by Michael Thomas · 5 years ago
  10. 58de784 Changed volatile check by Michael Thomas · 5 years ago
  11. efcf4cf Made exit uniform by Michael Thomas · 5 years ago
  12. 420afc4 Removed unnecessary fns by Michael Thomas · 5 years ago
  13. 257d3be made ecdsa sign and verify fns non-static by Michael Thomas · 5 years ago
  14. cf4a40b Merge pull request #370 from yanesca/update-version-2.21.0 by Janos Follath · 5 years ago mbedcrypto-3.1.0
  15. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  16. 1ed98bd made rsa import fn non-static by Michael Thomas · 5 years ago
  17. bbb5a0a Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  18. c422679 Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  19. a04a2c3 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  20. d10cd66 typecast to fix warning by Michael Thomas · 5 years ago
  21. 46b8e0e Undid changes by Michael Thomas · 5 years ago
  22. 7ab5174 made fns non-staic by Michael Thomas · 5 years ago
  23. 863b5d6 made some static functions externally visible by Michael Thomas · 5 years ago
  24. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 6 years ago
  25. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  26. b7000d4 Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status by Janos Follath · 6 years ago
  27. c69c2c5 Merge pull request #263 from hanno-arm/asn1_traversal_api by Gilles Peskine · 6 years ago
  28. 34aada2 Replace use of uint8_t by unsigned char in ASN.1 seq traversal API by Hanno Becker · 6 years ago
  29. 1505f63 ASN.1: Reimplement mbedtls_asn1_get_sequence_of() via traversal API by Hanno Becker · 6 years ago
  30. c0611a5 Merge pull request #352 from jack-fortanix/jack/parse-rsa-crt-params by Gilles Peskine · 6 years ago
  31. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
  32. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
  33. 512d040 Merge pull request #2964 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves-ls by Gilles Peskine · 6 years ago
  34. 4245980 USE_PSA_CRYPTO: don't rely on the curve encoding by Gilles Peskine · 6 years ago
  35. 3e819b7 psa_key_agreement_ecdh: zeroize output on failure by Gilles Peskine · 6 years ago dev/gilles-peskine-arm/psa-streamline_encodings-types_and_curves
  36. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  37. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  38. 4080c91 pk: USE_PSA_CRYPTO: don't translate via the TLS ID by Gilles Peskine · 6 years ago
  39. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  40. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  41. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  42. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  43. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  44. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  45. c7ef5b3 Rework mbedlts group id to PSA curve conversion by Gilles Peskine · 6 years ago
  46. ead19fe Merge pull request #2975 from mpg/add-zlib-tests-dev by Manuel Pégourié-Gonnard · 6 years ago
  47. e2e724a Prototype update by Michael Thomas · 6 years ago
  48. b719d4b Merge pull request #2963 from jiblime/zlib-fix into development by Janos Follath · 6 years ago
  49. 84b8fc8 Use psa_hash_compute in psa_hmac_setup_internal by Gilles Peskine · 6 years ago
  50. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  51. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 6 years ago
  52. 8b38978 Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto by Janos Follath · 6 years ago
  53. ba1150f Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development by Janos Follath · 6 years ago
  54. 74ca84a Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  55. 2e9eef4 Final review comments by Jack Lloyd · 6 years ago
  56. c0c92fe Merge pull request #3008 from jp-bennett/development by Jaeden Amero · 6 years ago
  57. 358462d Merge pull request #354 from mpg/fix-ecdsa-pointer-inc by Manuel Pégourié-Gonnard · 6 years ago
  58. 6023975 Avoid memory leak when RSA-CRT is not enabled in build by Jack Lloyd · 6 years ago
  59. 4c736fb Update Mbed Crypto SO version by Janos Follath · 6 years ago
  60. fdc16f3 Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  61. ee4ba54 Fix incrementing pointer instead of value by Manuel Pégourié-Gonnard · 6 years ago
  62. 2b9b780 Rename internal macro for consistency by Manuel Pégourié-Gonnard · 6 years ago
  63. b7f7092 Remove preprocessor directive for consistency by Manuel Pégourié-Gonnard · 6 years ago
  64. c40b685 Fix bug in record decompression by Manuel Pégourié-Gonnard · 6 years ago
  65. 9f25b8d Fixes definition error when the deprecated MBEDTLS_ZLIB_SUPPORT and ENABLE_ZLIB_SUPPORT macro are defined/enabled for zlib support in mbedtls by jiblime · 6 years ago
  66. 4c53fc7 Added new macro to enable crypto accelerator by Michael Thomas · 6 years ago
  67. 8c2631b Address review comments by Jack Lloyd · 6 years ago
  68. a8ac016 whitespace fix by Michael Thomas · 6 years ago
  69. ecb7284 Removed old vendor keytype usage by Michael Thomas · 6 years ago
  70. 80cc811 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  71. cc0d0a2 More uncrustify undo by Michael Thomas · 6 years ago
  72. 153cd2f removed unused weak functions by Michael Thomas · 6 years ago
  73. b08e44f Add missing return code check on call to mbedtls_md() by Gilles Peskine · 6 years ago
  74. ff0e8b9 Added ECDSA sign and verify weak functions by Michael Thomas · 6 years ago
  75. 2e9f108 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  76. a2bdcb9 Remove redundant block_size validity check by Gilles Peskine · 6 years ago
  77. 322752b Minor comment improvement by Gilles Peskine · 6 years ago
  78. 1d573ec Added ECC vendor macros Made vendor support more generic by Michael Thomas · 6 years ago
  79. e2f563e Improve comments in mpi_shrink by Gilles Peskine · 6 years ago
  80. db42062 mpi_copy: make the 0 case slightly more robust by Gilles Peskine · 6 years ago
  81. 28cd416 Fix possible error code mangling in psa_mac_verify_finish by Gilles Peskine · 6 years ago
  82. 83f33d3 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  83. 7de9ac5 Updates to make the AES Wrapped support generic by Michael Thomas · 6 years ago
  84. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  85. 17547bc Wrapped key working now. by Michael Thomas · 6 years ago
  86. 2d73c20 Context setup for vendor defeind AES key by Michael Thomas · 6 years ago
  87. 6ef5072 Renamed to keep naming consistent Added macro to check AES key by Michael Thomas · 6 years ago
  88. 3e88b5c Added vendor format key to aes context by Michael Thomas · 6 years ago
  89. 01d88e9 Updated aes gen signature by Michael Thomas · 6 years ago
  90. 4533607 Initial updates to support vendor defined keys by Michael Thomas · 6 years ago
  91. 2d88549 Improve readability of macro in selftest by Manuel Pégourié-Gonnard · 6 years ago
  92. 0b9db44 Make optional parameter validation more precise by Manuel Pégourié-Gonnard · 6 years ago
  93. 792b16d Make more code paths conditional in psa_crypto.c by Manuel Pégourié-Gonnard · 6 years ago
  94. d602084 Implement NO_SHA384 in MD layer and PSA by Manuel Pégourié-Gonnard · 6 years ago
  95. 39ea19a Adapt sha512 selftest to NO_SHA384 option by Manuel Pégourié-Gonnard · 6 years ago
  96. 3df4e60 Implement SHA512_NO_SHA384 in sha512 module by Manuel Pégourié-Gonnard · 6 years ago
  97. ad6cb11 Declare new config.h option MBEDTLS_SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
  98. 180850a Merge pull request #291 from gilles-peskine-arm/ctr_drbg-test_aes_128 by Gilles Peskine · 6 years ago mbedcrypto-3.0.0d0
  99. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  100. df587ee Remove duplicate include statement by Janos Follath · 6 years ago