1. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  2. b85506e bignum_core.h: Comment update for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  3. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  4. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  5. e5a715e Merge pull request #6449 from gilles-peskine-arm/bignum-core-shift_r by Gilles Peskine · 2 years, 9 months ago
  6. 083da8e tls13: client: Improve coding style by Ronald Cron · 2 years, 10 months ago
  7. a2900bc tls13: keys: Simplify code guard by Ronald Cron · 2 years, 10 months ago
  8. 766c0cd tls13: Add missing kex guards by Ronald Cron · 2 years, 10 months ago
  9. 82be0d4 tls13: Do not use MBEDTLS_KEY_EXCHANGE_SOME_ECDHE_ENABLED by Ronald Cron · 2 years, 10 months ago
  10. de08cf3 tls13: Do not use MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED by Ronald Cron · 2 years, 10 months ago
  11. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  12. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  13. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  14. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  15. abc6fbb Fix brief description by Gilles Peskine · 2 years, 10 months ago
  16. d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 10 months ago
  17. 2a87e9b tls: Align set and usage check for PSK by Ronald Cron · 2 years, 10 months ago
  18. fa1e04a tls13: keys: Fix PSK build only case by Ronald Cron · 2 years, 10 months ago
  19. 9a6a49c tls13: keys: Fail if the group type is not ECDHE or DHE by Ronald Cron · 2 years, 10 months ago
  20. b15d4d8 tls13: keys: Fix error code by Ronald Cron · 2 years, 10 months ago
  21. 3b05620 tls13: keys: Do not use `handshake->premaster` by Ronald Cron · 2 years, 10 months ago
  22. 4c7edb2 tls13: keys: Fix indentation by Ronald Cron · 2 years, 10 months ago
  23. 831fee6 tls13: keys: Avoid input buffer copy by Ronald Cron · 2 years, 10 months ago
  24. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  25. c279b2f Move mbedtls_mpi_core_shift_r to the proper source file by Gilles Peskine · 2 years, 11 months ago
  26. 6641420 Bignum core: Break shift_r function out of the classic shift_r by Gilles Peskine · 2 years, 11 months ago
  27. 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 10 months ago
  28. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  29. 9387b7b Add a temporary solution to create a seedfile by Andrzej Kurek · 2 years, 10 months ago
  30. c610e74 Formatting & unnecessary (void) fixes by Andrzej Kurek · 2 years, 10 months ago
  31. ecb6309 Fix constant name in ssl_tls13_keys by Andrzej Kurek · 2 years, 10 months ago
  32. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  33. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  34. c19fb08 Add missing ECDH dependency in tls 1.3 client by Andrzej Kurek · 2 years, 10 months ago
  35. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  36. 46a9873 Formatting fix by Andrzej Kurek · 2 years, 10 months ago
  37. 084334c Compile constant time masking and hmac if there are suites using MAC by Andrzej Kurek · 2 years, 10 months ago
  38. 2d59dbc Use TLS prf only if TLS 1.2 is compiled in by Andrzej Kurek · 2 years, 10 months ago
  39. 894edde Add tls prf handling when there's no SHA256 or SHA384 by Andrzej Kurek · 2 years, 10 months ago
  40. 252283f Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  41. 8874cd5 Merge pull request #4826 from RcColes/development by Gilles Peskine · 2 years, 10 months ago
  42. dcd1717 Forbid aliasing outputs by Gilles Peskine · 2 years, 10 months ago
  43. 4086de6 Fix documentation by Gabor Mezei · 2 years, 10 months ago
  44. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  45. 1951259 Update how lms.c imports platform.h by Raef Coles · 2 years, 10 months ago
  46. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago
  47. cbd02ad Simplify LMS context freeing by Raef Coles · 2 years, 10 months ago
  48. 45c4ff9 Fix windows requiring explicit cast in LMS calloc by Raef Coles · 2 years, 10 months ago
  49. 142e577 Add extra zeroization to LMS and LMOTS by Raef Coles · 2 years, 10 months ago
  50. 9fc303a Add extra LMOTS import negative tests by Raef Coles · 2 years, 10 months ago
  51. 4829459 Validate LMOTS sig length before parsing type by Raef Coles · 2 years, 10 months ago
  52. 285d44b Capitalize "Merkle" in LMS and LMOTS code by Raef Coles · 2 years, 10 months ago
  53. faf59ba Make LMS verification return VERIFY_FAILED more by Raef Coles · 2 years, 10 months ago
  54. fbd60ec Change LMS and LMOTS init functions to use memset by Raef Coles · 2 years, 10 months ago
  55. 9b0daf6 Improve LMS private function warning by Raef Coles · 2 years, 10 months ago
  56. f6cb5a4 Fix LMS return statements having incorrect style by Raef Coles · 2 years, 10 months ago
  57. 75b4c77 Fix LMS internal function documentation by Raef Coles · 2 years, 10 months ago
  58. d48f7e9 Allocate LMS C_RANDOM_VALUE as hash size by Raef Coles · 2 years, 10 months ago
  59. 1fb2f32 Check LMS offsets are sane at runtime by Raef Coles · 2 years, 10 months ago
  60. e34e3c0 Remove unneeded cast in LMS calloc by Raef Coles · 2 years, 10 months ago
  61. 370cc43 Make LMS public key export part of public key api by Raef Coles · 2 years, 10 months ago
  62. e89488d Fix bug in LMS public key loading by Raef Coles · 2 years, 10 months ago
  63. 3f6cdd7 Fix LMS not checking RNG function return value by Raef Coles · 2 years, 10 months ago
  64. 02cf823 Fix ots sig length check in LMS validate function by Raef Coles · 2 years, 10 months ago
  65. f36874a Fix error type of lms_import_public_key by Raef Coles · 2 years, 10 months ago
  66. dc8fb79 Simplify LMS private key generation error handling by Raef Coles · 2 years, 10 months ago
  67. be3bdd8 Rename LMS and LMOTS init/free functions by Raef Coles · 2 years, 10 months ago
  68. 29117d2 Update LMS PSA error conversion by Raef Coles · 2 years, 10 months ago
  69. be0c2f9 Update LMS local variable allocation by Raef Coles · 2 years, 10 months ago
  70. 2ac352a Make LMS functions args const where required by Raef Coles · 2 years, 10 months ago
  71. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  72. 56fe20a Move MBEDTLS_PRIVATE required defines into lms.h by Raef Coles · 2 years, 10 months ago
  73. ab300f1 Move public header content from lmots.h to lms.h by Raef Coles · 2 years, 10 months ago
  74. 0b7da1b Fix overflow in LMS context init by Raef Coles · 2 years, 10 months ago
  75. 57d5328 Remove MBEDTLS_LM(OT)S prefix from internal macros by Raef Coles · 2 years, 10 months ago
  76. ad05425 Update naming of internal LMS functions by Raef Coles · 2 years, 10 months ago
  77. 40158e1 Add LMOTS test hook to header by Raef Coles · 2 years, 10 months ago
  78. 3982040 Fix LMS zeroization using wrong sizeof type by Raef Coles · 2 years, 11 months ago
  79. 98d6e22 Remove doxygen markup from internal LMS functions by Raef Coles · 2 years, 11 months ago
  80. 40f184c Cast LMS allocation sizes to size_t by Raef Coles · 2 years, 11 months ago
  81. 1310ecb Update LMOTS function documentation by Raef Coles · 2 years, 11 months ago
  82. 9c9027b Add extra LMS and LMOTS tests by Raef Coles · 3 years ago
  83. fa24f9d Minor fixes to LMS and LMOTS macros by Raef Coles · 3 years ago
  84. 0a967cc Document LMS and LMOTS internal functions by Raef Coles · 3 years ago
  85. 8738a49 Fix iterator types in LMOTS by Raef Coles · 3 years ago
  86. e0a1761 Fix LMS/LMOTS if-statement style by Raef Coles · 3 years ago
  87. 9b88ee5 Fix LMS and LMOTS coding style violations by Raef Coles · 3 years ago
  88. 366d67d Shorted LMS and LMOTS line-lengths by Raef Coles · 3 years ago
  89. e9479a0 Update LMS API to support multiple parameter sets by Raef Coles · 3 years ago
  90. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 3 years ago
  91. ebd35b5 Rename LMS internal tree-manipulation functions by Raef Coles · 3 years ago
  92. 891c613 Update LMOTS signature use of temporary variables by Raef Coles · 3 years ago
  93. 0c88d4e Remove superfluous casts in LMS and LMOTS by Raef Coles · 3 years ago
  94. f5632d3 Remove MBEDTLS_PRIVATE usage from LMS and LMOTS by Raef Coles · 3 years ago
  95. 01c71a1 Update LMS and LMOTS api by Raef Coles · 3 years ago
  96. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  97. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  98. 8ff6df5 Add LMS implementation by Raef Coles · 4 years, 1 month ago
  99. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  100. 28af501 Fix the ticket_lifetime equal to 0 issue by Xiaokang Qian · 2 years, 10 months ago