1. 6d6f8a4 Clarify descriptions of constant-flow helpers by Manuel Pégourié-Gonnard · 4 years, 10 months ago archive/better-cf-padding-checks better-cf-padding-checks
  2. 822b372 Remove last use of non-bit operations by Manuel Pégourié-Gonnard · 4 years, 11 months ago
  3. 2a59fb4 Add explicit cast when truncating values by Manuel Pégourié-Gonnard · 5 years ago
  4. 6e2a9a7 Factor repeated code in ssl_cf functions by Manuel Pégourié-Gonnard · 5 years ago
  5. 2ddec43 Use bit operations for constant-flow padding check by Manuel Pégourié-Gonnard · 5 years ago
  6. 17ffc5d Bump version to Mbed TLS 2.24.0 by Janos Follath · 5 years ago
  7. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  8. d4b9133 Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008 by Gilles Peskine · 5 years ago
  9. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  10. 169ca7f psa_crypto_storage: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  11. bab1b52 psa_its: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  12. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  13. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  14. af9513b A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
  15. ba6fc97 Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  16. 6edfe60 Merge pull request #2182 from hanno-arm/key_pwd by Manuel Pégourié-Gonnard · 5 years ago
  17. 1a6af84 Merge pull request #3578 from gilles-peskine-arm/md_setup-leak-development by Manuel Pégourié-Gonnard · 5 years ago
  18. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago
  19. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  20. de1cf2c5 Make mbedtls_ssl_cf_memcpy_offset() constant-flow by Manuel Pégourié-Gonnard · 5 years ago
  21. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  22. d15c740 Fix memory leak in mbedtls_md_setup with HMAC by Gilles Peskine · 5 years ago
  23. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  24. 3c31afa Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  25. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  26. 0be6aa9 Get back -Wsign-compare and fix sources according to it by makise-homura · 5 years ago
  27. a4e8614 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  28. c60c30e Merge pull request #3557 from Ouss4/assert by Gilles Peskine · 5 years ago
  29. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  30. 8ca03a7 Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev by Manuel Pégourié-Gonnard · 5 years ago
  31. 5c5efdf Fix format specifier in ssl_ciphersuite_match() by Hanno Becker · 7 years ago
  32. 3c88c65 Fix debug format specifier in ClientHello ciphersuite log by Hanno Becker · 7 years ago
  33. ecea07d Unify ciphersuite related debug output on client and server by Hanno Becker · 7 years ago
  34. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  35. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  36. e0b2687 Undef ASSERT before defining it to ensure that no previous definition by Ouss4 · 5 years ago
  37. e900b59 Merge pull request #719 from gabor-mezei-arm/689_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  38. f3e4bd8 Fix comparison between different name types by Manuel Pégourié-Gonnard · 5 years ago
  39. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  40. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  41. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  42. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  43. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  44. 2914986 Style fixes by Steven Cooreman · 5 years ago
  45. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  46. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  47. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  48. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  49. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  50. 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
  51. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  52. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  53. f009542 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  54. e747843 Fix a whitespace issue by Manuel Pégourié-Gonnard · 5 years ago
  55. 390fb4f Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  56. e0765f3 Use int ret = MBEDTLS_ERROR_CORRUPTION_DETECTED; idiom by Manuel Pégourié-Gonnard · 5 years ago
  57. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  58. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  59. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  60. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  61. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  62. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  63. 44c9fdd Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  64. 9713e13 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  65. baccf80 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  66. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  67. 7a8b1e6 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  68. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  69. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  70. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  71. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  72. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  73. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  74. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  75. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  76. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  77. 5dd5a49 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  78. 7868396 Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  79. e288ec0 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  80. a321413 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  81. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  82. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  83. 8aa29e3 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  84. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  85. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  86. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  87. d4d6ad0 Merge pull request #3464 from CodeMonkeyLeet/csr_heap_alloc by Manuel Pégourié-Gonnard · 5 years ago
  88. 2df1f1f Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  89. 40ca54a Revise comments for x509write_csr_der_internal by Simon Leet · 5 years ago
  90. 2957b35 Avoid stack-allocation of large memory buffers by Doru Gucea · 7 years ago
  91. 3ee91f4 Merge pull request #3452 from okhowang/local-labels by Manuel Pégourié-Gonnard · 5 years ago
  92. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  93. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  94. e3fd392 Fix endianness and masking for Curve25519 keys handled by PSA by Steven Cooreman · 5 years ago
  95. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  96. 0c4bbda Use local labels in padlock.c by okhowang(王沛文) · 5 years ago
  97. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  98. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  99. e1c4362 Remove redundant assignment by Gilles Peskine · 5 years ago
  100. 76dd3aa Add comments explaining include paths by Gilles Peskine · 5 years ago