1. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  2. 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
  3. ba6fc97 Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  4. dd00bfc Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
  5. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  6. 22d70a8 Merge pull request #738 from danh-arm/dh/remaining-lf-copyright by Gilles Peskine · 5 years ago
  7. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago
  8. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  9. de1cf2c5 Make mbedtls_ssl_cf_memcpy_offset() constant-flow by Manuel Pégourié-Gonnard · 5 years ago
  10. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  11. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  12. e8582ba Merge pull request #3546 from bensze01/copyright by danh-arm · 5 years ago
  13. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  14. 3c31afa Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  15. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  16. 98944cd Merge pull request #3404 from mpg/improve-ssl-opt-logs by Manuel Pégourié-Gonnard · 5 years ago
  17. c60c30e Merge pull request #3557 from Ouss4/assert by Gilles Peskine · 5 years ago
  18. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  19. 8ca03a7 Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev by Manuel Pégourié-Gonnard · 5 years ago
  20. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  21. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  22. 9ec3648 Merge pull request #3495 from mpg/check-generated-files by Gilles Peskine · 5 years ago
  23. 29fcac3 Log change as bugfix by gufe44 · 5 years ago
  24. e0b2687 Undef ASSERT before defining it to ensure that no previous definition by Ouss4 · 5 years ago
  25. e900b59 Merge pull request #719 from gabor-mezei-arm/689_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  26. 204e054 Add ChangeLog entry for X.509 CN-type vulnerability by Manuel Pégourié-Gonnard · 5 years ago
  27. f58e5cc Improve documentation of cn in x509_crt_verify() by Manuel Pégourié-Gonnard · 5 years ago
  28. f3e4bd8 Fix comparison between different name types by Manuel Pégourié-Gonnard · 5 years ago
  29. 7d2a4d8 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  30. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  31. 210bea3 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  32. 0ca6d38 Merge pull request #3493 from gilles-peskine-arm/psa-unified-driver-specs by danh-arm · 5 years ago
  33. ed06d2f Add changelog entry by gufe44 · 5 years ago
  34. 404e1db Clarify updates to the persistent state in storage by Gilles Peskine · 5 years ago
  35. 5001da4 With multiple applicable transparent drivers, the order is unspecified by Gilles Peskine · 5 years ago
  36. b320d08 Minor clarifications by Gilles Peskine · 5 years ago
  37. ea739f0 Give some examples of purpsoses of pure-software transparent driver by Gilles Peskine · 5 years ago
  38. e265b9d Fix typos by Gilles Peskine · 5 years ago
  39. 3d1bcc6 Add a link to the PSA API specification by Gilles Peskine · 5 years ago
  40. 929ab8a Explain locations vs lifetimes by Gilles Peskine · 5 years ago
  41. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  42. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  43. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  44. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  45. 2914986 Style fixes by Steven Cooreman · 5 years ago
  46. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  47. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  48. ab808e7 Update open question section about public key storage by Gilles Peskine · 5 years ago
  49. c93c4ed Remove the paragraph about declaring application needs by Gilles Peskine · 5 years ago
  50. c1d388a Change driver persistent data to a callback interface by Gilles Peskine · 5 years ago
  51. 8d06ad0 Rework and expand key management in opaque drivers by Gilles Peskine · 5 years ago
  52. 9214926 Fix typos and copypasta by Gilles Peskine · 5 years ago
  53. b6c43f6 Call driver entry point functions "entry point" by Gilles Peskine · 5 years ago
  54. 8ff863b Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  55. 05579c4 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  56. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  57. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  58. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  59. 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
  60. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  61. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  62. 882148e Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  63. a3b994f Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  64. f009542 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  65. e747843 Fix a whitespace issue by Manuel Pégourié-Gonnard · 5 years ago
  66. 390fb4f Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  67. e0765f3 Use int ret = MBEDTLS_ERROR_CORRUPTION_DETECTED; idiom by Manuel Pégourié-Gonnard · 5 years ago
  68. 0b2112d Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  69. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  70. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  71. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  72. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  73. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  74. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  75. 8779e9a Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  76. ea6a740 Merge pull request #717 from mpg/non-etm-cbc-negative-testing by Manuel Pégourié-Gonnard · 5 years ago
  77. 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
  78. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  79. 44c9fdd Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  80. 9713e13 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  81. baccf80 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  82. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  83. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  84. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  85. 7a8b1e6 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  86. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  87. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  88. a3de08d Reorder curve enumeration like mbedtls_ecp_group_id by Gilles Peskine · 5 years ago
  89. d3beca9 Test Everest with only Curve25519 enabled by Gilles Peskine · 5 years ago
  90. 0478c2f Add ChangeLog entry for single-curve build fixes by Gilles Peskine · 7 years ago
  91. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  92. a261160 curves.pl: test with each elliptic curve enabled by Gilles Peskine · 7 years ago
  93. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  94. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  95. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  96. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  97. 7ab66a6 Add missing dependencies for ECDH_xxx key exchanges by Gilles Peskine · 7 years ago
  98. 963a207 Document what needs to be done when adding a new curve by Gilles Peskine · 7 years ago
  99. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  100. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago