1. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  2. 3c31afa Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  3. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  4. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  5. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  6. e900b59 Merge pull request #719 from gabor-mezei-arm/689_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  7. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  8. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  9. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  10. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  11. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  12. 2914986 Style fixes by Steven Cooreman · 5 years ago
  13. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  14. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  15. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  16. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  17. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  18. 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
  19. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  20. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  21. f009542 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  22. e747843 Fix a whitespace issue by Manuel Pégourié-Gonnard · 5 years ago
  23. 390fb4f Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  24. e0765f3 Use int ret = MBEDTLS_ERROR_CORRUPTION_DETECTED; idiom by Manuel Pégourié-Gonnard · 5 years ago
  25. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  26. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  27. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  28. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  29. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  30. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  31. 44c9fdd Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  32. 9713e13 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  33. baccf80 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  34. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  35. 7a8b1e6 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  36. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  37. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  38. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  39. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  40. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  41. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  42. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  43. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  44. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  45. 5dd5a49 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  46. 7868396 Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  47. e288ec0 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  48. a321413 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  49. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  50. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  51. 8aa29e3 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  52. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  53. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  54. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  55. d4d6ad0 Merge pull request #3464 from CodeMonkeyLeet/csr_heap_alloc by Manuel Pégourié-Gonnard · 5 years ago
  56. 2df1f1f Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  57. 40ca54a Revise comments for x509write_csr_der_internal by Simon Leet · 5 years ago
  58. 2957b35 Avoid stack-allocation of large memory buffers by Doru Gucea · 7 years ago
  59. 3ee91f4 Merge pull request #3452 from okhowang/local-labels by Manuel Pégourié-Gonnard · 5 years ago
  60. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  61. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  62. e3fd392 Fix endianness and masking for Curve25519 keys handled by PSA by Steven Cooreman · 5 years ago
  63. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  64. 0c4bbda Use local labels in padlock.c by okhowang(王沛文) · 5 years ago
  65. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  66. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  67. e1c4362 Remove redundant assignment by Gilles Peskine · 5 years ago
  68. 76dd3aa Add comments explaining include paths by Gilles Peskine · 5 years ago
  69. 280165c Library files aren't supposed to be executable by Gilles Peskine · 5 years ago
  70. dedff7a CMake: Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  71. 3ca8a92 Factor common library properties by Gilles Peskine · 5 years ago
  72. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  73. 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
  74. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  75. 0435cd8 Bump version to Mbed TLS 2.23.0 by Janos Follath · 5 years ago
  76. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  77. 750d3c7 RSA: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  78. b3e3d79 RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  79. 6d3f20d Merge pull request #3337 from ronald-cron-arm/include_directories by Manuel Pégourié-Gonnard · 5 years ago
  80. af72167 DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  81. 9f58c4b DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago
  82. db61c35 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  83. 4d18849 Merge branch 'development-restricted' into mbedtls-2.23.0r0 by Janos Follath · 5 years ago
  84. 1cb2beb Merge pull request #3423 from niacat/sysctl-arnd by Manuel Pégourié-Gonnard · 5 years ago
  85. 8373c86 entropy: Adjust parameter type of internal function to avoid a cast by nia · 5 years ago
  86. e3fdcfa entropy: Avoid arithmetic on void pointer by nia · 5 years ago
  87. 1c7d54a Merge pull request #700 from mpg/l13-hw-starts-finish-restricted by Manuel Pégourié-Gonnard · 5 years ago
  88. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  89. e81dc00 Merge pull request #3422 from niacat/net-sockets-fixes by Gilles Peskine · 5 years ago
  90. 67d4b55 cmake: Limit scope of 3rd party definitions by Ronald Cron · 5 years ago
  91. 72d849d cmake: Align declaration of include directory by Ronald Cron · 5 years ago
  92. f4d9f21 entropy: Rename sysctl_wrapper to sysctl_arnd_wrapper by nia · 5 years ago
  93. 1215c54 Add length check in ecp_drbg_seed() by Manuel Pégourié-Gonnard · 5 years ago
  94. 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
  95. fa68609 Declare unused parameter by Steven Cooreman · 5 years ago
  96. 4539a45 Use fixed-length encoding for internal RNG seed by Manuel Pégourié-Gonnard · 5 years ago
  97. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  98. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  99. 74161ce Clarify behaviour of psa_validate_key_location by Steven Cooreman · 5 years ago
  100. 00106a1 Minor edit to comply with pointer naming standard by Steven Cooreman · 5 years ago