1. 3681fc9 Updated to allow psa_key_open to handle vendor defined keys by Michael Thomas · 5 years ago
  2. af67525 Update spacing by Michael Thomas · 5 years ago
  3. 9f292e9 Revert "added literal suffix to fix warning" by Michael Thomas · 5 years ago
  4. 50545eb added literal suffix to fix warning 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. 5a3f32b MR Whitespace fix by Michael Thomas · 5 years ago
  9. 3f0fc77 Revert "Whitespace fix" by Michael Thomas · 5 years ago
  10. a9ba5bb Whitespace fix by Michael Thomas · 5 years ago
  11. 82fd27c Updated Volatile check macro by Michael Thomas · 5 years ago
  12. 40ae76c MR update by Michael Thomas · 5 years ago
  13. 6a632df Updated persistent check by Michael Thomas · 5 years ago
  14. bb039ba Changed volatile check by Michael Thomas · 5 years ago
  15. 58de784 Changed volatile check by Michael Thomas · 5 years ago
  16. efcf4cf Made exit uniform by Michael Thomas · 5 years ago
  17. 420afc4 Removed unnecessary fns by Michael Thomas · 5 years ago
  18. 257d3be made ecdsa sign and verify fns non-static by Michael Thomas · 5 years ago
  19. cf4a40b Merge pull request #370 from yanesca/update-version-2.21.0 by Janos Follath · 5 years ago mbedcrypto-3.1.0
  20. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  21. f841eab Merge pull request #367 from mpg/fix-rsa-complete by Gilles Peskine · 5 years ago
  22. 1ed98bd made rsa import fn non-static by Michael Thomas · 5 years ago
  23. f8b9329 Merge pull request #365 from soby-mathew/sm/static_fns_compat by Manuel Pégourié-Gonnard · 5 years ago
  24. bbb5a0a Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  25. 9bbe328 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  26. b65370f Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  27. c422679 Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  28. a04a2c3 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  29. d10cd66 typecast to fix warning by Michael Thomas · 5 years ago
  30. 46b8e0e Undid changes by Michael Thomas · 5 years ago
  31. 7ab5174 made fns non-staic by Michael Thomas · 5 years ago
  32. 863b5d6 made some static functions externally visible by Michael Thomas · 5 years ago
  33. 0a4270d Change the compatibility API to inline functions by Soby Mathew · 5 years ago
  34. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 6 years ago
  35. f317dc4 Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage by Janos Follath · 6 years ago
  36. 4fde885 Merge pull request #357 from gilles-peskine-arm/merge-crypto-development-20200203 by Janos Follath · 6 years ago
  37. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  38. a9da093 shrink tests: clearer description by Gilles Peskine · 6 years ago
  39. 9a6ecee Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  40. b7000d4 Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status by Janos Follath · 6 years ago
  41. c69c2c5 Merge pull request #263 from hanno-arm/asn1_traversal_api by Gilles Peskine · 6 years ago
  42. 34aada2 Replace use of uint8_t by unsigned char in ASN.1 seq traversal API by Hanno Becker · 6 years ago
  43. 1505f63 ASN.1: Reimplement mbedtls_asn1_get_sequence_of() via traversal API by Hanno Becker · 6 years ago
  44. 36ce88b Merge pull request #2999 from catenacyber/fuzzrsa by Gilles Peskine · 6 years ago
  45. c0611a5 Merge pull request #352 from jack-fortanix/jack/parse-rsa-crt-params by Gilles Peskine · 6 years ago
  46. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
  47. b5c74a5 Document one more error code for mbedtls_asn1_get_sequence_of by Gilles Peskine · 6 years ago
  48. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
  49. 63e38fe ASN.1: Add helper macro to compare ASN.1 buffer to OID string by Hanno Becker · 6 years ago
  50. cba7122 ASN.1: Add helper macro to detect string types by Hanno Becker · 6 years ago
  51. 512d040 Merge pull request #2964 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves-ls by Gilles Peskine · 6 years ago
  52. 2b91aba Merge pull request #2984 from piotr-now/iotssl-2955-move-handshake-to-prescribed-state by Jaeden Amero · 6 years ago
  53. 4245980 USE_PSA_CRYPTO: don't rely on the curve encoding by Gilles Peskine · 6 years ago
  54. 81d3100 Update crypto submodule by Gilles Peskine · 6 years ago
  55. 819799c Merge pull request #330 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves by Gilles Peskine · 6 years ago
  56. 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
  57. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  58. 7d7c8dc Test parsing invalid key type in storage by Gilles Peskine · 6 years ago
  59. 46e6f9d Document the vendor range for EC curve and DH group families by Gilles Peskine · 6 years ago
  60. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  61. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  62. d1959dc Change auxiliary functions for TLS to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  63. 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
  64. 4080c91 pk: USE_PSA_CRYPTO: don't translate via the TLS ID by Gilles Peskine · 6 years ago
  65. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  66. 33b1c69 pk tests: USE_PSA_CRYPTO: test several curves by Gilles Peskine · 6 years ago
  67. 85f47c9 pk tests: USE_PSA_CRYPTO: test attributes of the PSA key by Gilles Peskine · 6 years ago
  68. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  69. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  70. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  71. d8197cb mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings by Gilles Peskine · 6 years ago
  72. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  73. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  74. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  75. c7ef5b3 Rework mbedlts group id to PSA curve conversion by Gilles Peskine · 6 years ago
  76. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 6 years ago
  77. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  78. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 6 years ago
  79. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  80. 350d4c3 Merge pull request #327 from gilles-peskine-arm/psa-hash_compute by Manuel Pégourié-Gonnard · 6 years ago
  81. ead19fe Merge pull request #2975 from mpg/add-zlib-tests-dev by Manuel Pégourié-Gonnard · 6 years ago
  82. e2e724a Prototype update by Michael Thomas · 6 years ago
  83. b719d4b Merge pull request #2963 from jiblime/zlib-fix into development by Janos Follath · 6 years ago
  84. 13faa2d Don't declare a parameter as const by Gilles Peskine · 6 years ago
  85. 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
  86. 29eb80d Remove some spurious dependencies on MBEDTLS_SHA256_C by Gilles Peskine · 6 years ago
  87. fa710f5 Don't declare a parameter as const by Gilles Peskine · 6 years ago
  88. 1fb7aea Add command line option to hide warnings by Gilles Peskine · 6 years ago
  89. 84b8fc8 Use psa_hash_compute in psa_hmac_setup_internal by Gilles Peskine · 6 years ago
  90. 7b8efaf Add missing dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  91. aead02c Remove obsolete dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  92. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  93. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  94. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 6 years ago
  95. d020bfc Merge pull request #2949 from zfields/patch-1 by Manuel Pégourié-Gonnard · 6 years ago
  96. 4d6f518 Removed aes vendor ctx field by Michael Thomas · 6 years ago
  97. 8b38978 Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto by Janos Follath · 6 years ago
  98. ba1150f Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development by Janos Follath · 6 years ago
  99. 74ca84a Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  100. 2e9eef4 Final review comments by Jack Lloyd · 6 years ago