1. 4592bd8 Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  2. e146bdc Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  3. aa850cd Reword test cases by Chris Jones · 4 years, 8 months ago
  4. a03f56f Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  5. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  6. 16187a2 Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 8 months ago
  7. 0c5875f Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  8. 9246d04 Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  9. bbc6032 Merge pull request #731 from gabor-mezei-arm/692_missing_zeroizations_of_sensitive_data by Gilles Peskine · 4 years, 11 months ago
  10. 3767122 Merge pull request #737 from mpg/changelog-for-local-lucky13-dev-restricted by Manuel Pégourié-Gonnard · 5 years ago
  11. 8f18d08 Clarify that the Lucky 13 fix is quite general by Manuel Pégourié-Gonnard · 5 years ago
  12. 4cb56f8 Put local variables and buffers in a struct by gabor-mezei-arm · 5 years ago
  13. b8513fa Initialize return variable to the appropriate error code by gabor-mezei-arm · 5 years ago
  14. d1c98fc Zeroize internal buffers and variables in MD hashes by gabor-mezei-arm · 5 years ago
  15. 4553dd4 Force cleanup before return by gabor-mezei-arm · 5 years ago
  16. 76749ae Zeroize internal buffers and variables in PKCS and SHA by gabor-mezei-arm · 5 years ago
  17. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  18. 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
  19. ba6fc97 Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  20. dd00bfc Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
  21. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  22. 22d70a8 Merge pull request #738 from danh-arm/dh/remaining-lf-copyright by Gilles Peskine · 5 years ago
  23. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago
  24. 53d2160 Add a ChangeLog entry for local Lucky13 variant by Manuel Pégourié-Gonnard · 5 years ago
  25. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  26. de1cf2c5 Make mbedtls_ssl_cf_memcpy_offset() constant-flow by Manuel Pégourié-Gonnard · 5 years ago
  27. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  28. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  29. e8582ba Merge pull request #3546 from bensze01/copyright by danh-arm · 5 years ago
  30. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  31. 3c31afa Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  32. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  33. 98944cd Merge pull request #3404 from mpg/improve-ssl-opt-logs by Manuel Pégourié-Gonnard · 5 years ago
  34. c60c30e Merge pull request #3557 from Ouss4/assert by Gilles Peskine · 5 years ago
  35. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  36. 8ca03a7 Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev by Manuel Pégourié-Gonnard · 5 years ago
  37. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  38. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  39. 9ec3648 Merge pull request #3495 from mpg/check-generated-files by Gilles Peskine · 5 years ago
  40. 29fcac3 Log change as bugfix by gufe44 · 5 years ago
  41. e0b2687 Undef ASSERT before defining it to ensure that no previous definition by Ouss4 · 5 years ago
  42. e900b59 Merge pull request #719 from gabor-mezei-arm/689_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  43. 204e054 Add ChangeLog entry for X.509 CN-type vulnerability by Manuel Pégourié-Gonnard · 5 years ago
  44. f58e5cc Improve documentation of cn in x509_crt_verify() by Manuel Pégourié-Gonnard · 5 years ago
  45. f3e4bd8 Fix comparison between different name types by Manuel Pégourié-Gonnard · 5 years ago
  46. 7d2a4d8 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  47. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  48. 210bea3 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  49. 0ca6d38 Merge pull request #3493 from gilles-peskine-arm/psa-unified-driver-specs by danh-arm · 5 years ago
  50. ed06d2f Add changelog entry by gufe44 · 5 years ago
  51. 404e1db Clarify updates to the persistent state in storage by Gilles Peskine · 5 years ago
  52. 5001da4 With multiple applicable transparent drivers, the order is unspecified by Gilles Peskine · 5 years ago
  53. b320d08 Minor clarifications by Gilles Peskine · 5 years ago
  54. ea739f0 Give some examples of purpsoses of pure-software transparent driver by Gilles Peskine · 5 years ago
  55. e265b9d Fix typos by Gilles Peskine · 5 years ago
  56. 3d1bcc6 Add a link to the PSA API specification by Gilles Peskine · 5 years ago
  57. 929ab8a Explain locations vs lifetimes by Gilles Peskine · 5 years ago
  58. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  59. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  60. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  61. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  62. 2914986 Style fixes by Steven Cooreman · 5 years ago
  63. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  64. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  65. ab808e7 Update open question section about public key storage by Gilles Peskine · 5 years ago
  66. c93c4ed Remove the paragraph about declaring application needs by Gilles Peskine · 5 years ago
  67. c1d388a Change driver persistent data to a callback interface by Gilles Peskine · 5 years ago
  68. 8d06ad0 Rework and expand key management in opaque drivers by Gilles Peskine · 5 years ago
  69. 9214926 Fix typos and copypasta by Gilles Peskine · 5 years ago
  70. b6c43f6 Call driver entry point functions "entry point" by Gilles Peskine · 5 years ago
  71. 8ff863b Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  72. 05579c4 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  73. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  74. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  75. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  76. 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
  77. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  78. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  79. 882148e Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  80. a3b994f Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  81. f009542 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  82. e747843 Fix a whitespace issue by Manuel Pégourié-Gonnard · 5 years ago
  83. 390fb4f Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  84. e0765f3 Use int ret = MBEDTLS_ERROR_CORRUPTION_DETECTED; idiom by Manuel Pégourié-Gonnard · 5 years ago
  85. 0b2112d Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  86. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  87. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  88. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  89. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  90. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  91. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  92. 8779e9a Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  93. ea6a740 Merge pull request #717 from mpg/non-etm-cbc-negative-testing by Manuel Pégourié-Gonnard · 5 years ago
  94. 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
  95. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  96. 44c9fdd Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  97. 9713e13 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  98. baccf80 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  99. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  100. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago