1. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  2. de1cf2c5 Make mbedtls_ssl_cf_memcpy_offset() constant-flow by Manuel Pégourié-Gonnard · 5 years ago
  3. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  4. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  5. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  6. 3c31afa Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  7. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  8. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  9. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  10. 9ec3648 Merge pull request #3495 from mpg/check-generated-files by Gilles Peskine · 5 years ago
  11. 29fcac3 Log change as bugfix by gufe44 · 5 years ago
  12. e900b59 Merge pull request #719 from gabor-mezei-arm/689_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  13. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  14. 210bea3 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  15. 0ca6d38 Merge pull request #3493 from gilles-peskine-arm/psa-unified-driver-specs by danh-arm · 5 years ago
  16. ed06d2f Add changelog entry by gufe44 · 5 years ago
  17. 404e1db Clarify updates to the persistent state in storage by Gilles Peskine · 5 years ago
  18. 5001da4 With multiple applicable transparent drivers, the order is unspecified by Gilles Peskine · 5 years ago
  19. b320d08 Minor clarifications by Gilles Peskine · 5 years ago
  20. ea739f0 Give some examples of purpsoses of pure-software transparent driver by Gilles Peskine · 5 years ago
  21. e265b9d Fix typos by Gilles Peskine · 5 years ago
  22. 3d1bcc6 Add a link to the PSA API specification by Gilles Peskine · 5 years ago
  23. 929ab8a Explain locations vs lifetimes by Gilles Peskine · 5 years ago
  24. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  25. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  26. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  27. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  28. 2914986 Style fixes by Steven Cooreman · 5 years ago
  29. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  30. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  31. ab808e7 Update open question section about public key storage by Gilles Peskine · 5 years ago
  32. c93c4ed Remove the paragraph about declaring application needs by Gilles Peskine · 5 years ago
  33. c1d388a Change driver persistent data to a callback interface by Gilles Peskine · 5 years ago
  34. 8d06ad0 Rework and expand key management in opaque drivers by Gilles Peskine · 5 years ago
  35. 9214926 Fix typos and copypasta by Gilles Peskine · 5 years ago
  36. b6c43f6 Call driver entry point functions "entry point" by Gilles Peskine · 5 years ago
  37. 8ff863b Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  38. 05579c4 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  39. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  40. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  41. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  42. 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
  43. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  44. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  45. f009542 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  46. e747843 Fix a whitespace issue by Manuel Pégourié-Gonnard · 5 years ago
  47. 390fb4f Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  48. e0765f3 Use int ret = MBEDTLS_ERROR_CORRUPTION_DETECTED; idiom by Manuel Pégourié-Gonnard · 5 years ago
  49. 0b2112d Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  50. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  51. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  52. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  53. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  54. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  55. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  56. ea6a740 Merge pull request #717 from mpg/non-etm-cbc-negative-testing by Manuel Pégourié-Gonnard · 5 years ago
  57. ee7e85f Merge pull request #2019 from gilles-peskine-arm/build_with_only_montgomery_curves-conditional_mul_add by Manuel Pégourié-Gonnard · 5 years ago
  58. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  59. 44c9fdd Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  60. 9713e13 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  61. baccf80 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  62. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  63. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  64. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  65. 7a8b1e6 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  66. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  67. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  68. a3de08d Reorder curve enumeration like mbedtls_ecp_group_id by Gilles Peskine · 5 years ago
  69. d3beca9 Test Everest with only Curve25519 enabled by Gilles Peskine · 5 years ago
  70. 0478c2f Add ChangeLog entry for single-curve build fixes by Gilles Peskine · 7 years ago
  71. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  72. a261160 curves.pl: test with each elliptic curve enabled by Gilles Peskine · 7 years ago
  73. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  74. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  75. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  76. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  77. 7ab66a6 Add missing dependencies for ECDH_xxx key exchanges by Gilles Peskine · 7 years ago
  78. 963a207 Document what needs to be done when adding a new curve by Gilles Peskine · 7 years ago
  79. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  80. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  81. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  82. 799e576 ECDSA requires a short Weierstrass curve by Gilles Peskine · 7 years ago
  83. d00f997 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  84. b51f044 Fix misleading comment in test function by Manuel Pégourié-Gonnard · 5 years ago
  85. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago
  86. 5dd5a49 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  87. b2281e1 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  88. a80651c Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
  89. 2774fc4 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
  90. 7868396 Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  91. 3c57ccd Add missing newline by gabor-mezei-arm · 5 years ago
  92. 4adc04a Give a constant a name in test function by Manuel Pégourié-Gonnard · 5 years ago
  93. e288ec0 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  94. a321413 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  95. 8f4f9a8 Merge pull request #3425 from stevew817/montgomery-keys-clarification by Manuel Pégourié-Gonnard · 5 years ago
  96. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  97. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  98. 8aa29e3 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  99. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  100. 5a3c210 Update to renamed curve constant by Steven Cooreman · 5 years ago