1. d46d96c Add 2-fold unrolled assembly for umaal based multiplication by Hanno Becker · 3 years, 4 months ago
  2. 63eb28c Use separate counters for 8-fold and single multiplication steps by Hanno Becker · 3 years, 4 months ago
  3. eacf3b9 Simplify organization of inline assembly for bignum by Hanno Becker · 3 years, 4 months ago
  4. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  5. 63ed7cb Merge pull request #5701 from hanno-arm/mpi_mul_hlp by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  6. 473d585 Merge pull request #5006 from JoeSubbiani/CleanCompat.sh2_dev by Gilles Peskine · 3 years, 4 months ago
  7. 3577131 Reintroduce trimming of input in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
  8. 636b5f1 Add comment in compat.sh about callers by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  9. 9473229 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  10. 296787f Rm DES from invocations of compat.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  11. 4111b73 Update comment and default exclude by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  12. 32df145 Order ciphersuite names alphabetically by Joe Subbiani · 4 years ago
  13. f05fae0 Remove unsupported ciphersuites by Joe Subbiani · 4 years ago
  14. 9f84761 Removed redundant mode checks by Joe Subbiani · 4 years ago
  15. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  16. 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
  17. 1772e05 Reduce the scope of local variable in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
  18. da763de Revert "Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi()" by Hanno Becker · 3 years, 4 months ago
  19. 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
  20. 927410d Merge pull request #5611 from superna9999/5318-tls-ecdhe-psk by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  21. bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  22. d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  23. 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
  24. 0235f75 Reduce scope of local variables in mpi_montmul() by Hanno Becker · 3 years, 4 months ago
  25. 9137b9c Note alternative implementation strategy in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
  26. 808e666 Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
  27. 43b0943 Merge pull request #1946 from hanno-arm/alert_reentrant by Gilles Peskine · 3 years, 4 months ago
  28. ed35887 Merge pull request #2104 from hanno-arm/iotssl-2071 by Dave Rodgman · 3 years, 4 months ago
  29. 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
  30. dfcb2d0 Fix Doxygen for mbedtls_mpi_core_mla() by Hanno Becker · 3 years, 4 months ago
  31. 99ba4cc Remove Doxygen from mbedtls_mpi_core_mla() implementation by Hanno Becker · 3 years, 4 months ago
  32. 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
  33. efdc519 Reintroduce though-to-be unused variable in correct place by Hanno Becker · 3 years, 4 months ago
  34. eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
  35. c4a514a Merge pull request #2479 from jacobschloss/patch-1 by Dave Rodgman · 3 years, 4 months ago
  36. e5a7ba6 Merge pull request #5719 from tom-cosgrove-arm/adamwolf-reasonable by Dave Rodgman · 3 years, 4 months ago
  37. 5d4ceeb Remove const qualifier for mutable local variable in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  38. 284d778 Address review comments by Hanno Becker · 3 years, 4 months ago
  39. e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
  40. eaf3086 Merge pull request #1133 from RonEld/1805 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  41. 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
  42. 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
  43. aef9cc4 Rename mpi_mul_hlp -> mbedtls_mpi_core_mla and expose internally by Hanno Becker · 3 years, 4 months ago
  44. e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
  45. 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  46. ed334d2 Merge pull request #5623 from gstrauss/inline-cert_cb by Paul Elliott · 3 years, 4 months ago
  47. cb87403 Use 1024 bits RSA key size for RSA PK Opaque tests by Neil Armstrong · 3 years, 4 months ago
  48. 95a8923 Comment decrypt & encrypt callback entries of mbedtls_pk_ecdsa_opaque_info as not relevant by Neil Armstrong · 3 years, 4 months ago
  49. 7df6677 Remove now invalid comment in pk_opaque_ecdsa_can_do() by Neil Armstrong · 3 years, 4 months ago
  50. 56e71d4 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
  51. eccf88f Only accept RSA key pair in mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
  52. f945e0a Update ChangeLog.d/alert_reentrant.txt by Dave Rodgman · 3 years, 4 months ago
  53. e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
  54. baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
  55. 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
  56. 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago
  57. 8813c03 Add ChangeLog entry by Hanno Becker · 7 years ago
  58. 5e18f74 Make alert sending function re-entrant by Hanno Becker · 7 years ago
  59. d8a573b Fix spelling of 'features' in comment by Jacob Schloss · 6 years ago
  60. e756f64 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  61. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  62. 236e17e Introduce mbedtls_ssl_hs_cb_t typedef by Glenn Strauss · 3 years, 5 months ago
  63. a91b685 Merge pull request #5429 from yuhaoth/pr/fix-parallel-build-fail-of-cmake_out_source by Gilles Peskine · 3 years, 4 months ago
  64. 8e5e8d7 Merge pull request #5686 from AndrzejKurek/off-by-one-ssl-opt by Gilles Peskine · 3 years, 4 months ago
  65. c1152e4 Handle and return translated PSA errors in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
  66. 7e1b4a4 Use PSA_BITS_TO_BYTES instead of open-coded calculation in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
  67. b354742 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 5 months ago
  68. 295aeb1 Add support for RSA Opaque PK key in mbedtls_pk_write_pubkey_der() by Neil Armstrong · 3 years, 5 months ago
  69. b980c9b Add support for RSA in pk_opaque_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  70. ca5b55f Add support for RSA in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
  71. 67fc036 Add support for RSA wrap in pk_psa_sign() test by Neil Armstrong · 3 years, 5 months ago
  72. 5b87ebb Prepare pk_psa_sign() test to accept RSA parameters by Neil Armstrong · 3 years, 5 months ago
  73. 0cd78dd Update test for Opaque PK key by Neil Armstrong · 3 years, 5 months ago
  74. eabbf9d Add support for RSA PK Opaque key by Neil Armstrong · 3 years, 5 months ago
  75. 714b660 Remove dummy timing implementation by Andrzej Kurek · 3 years, 4 months ago
  76. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  77. fff641a Merge pull request #5695 from mprse/tls_1_3_remove_redundant_check by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  78. e141702 Adjust mpi_montmul() to new signature of mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  79. 74a11a3 Adjust mbedtls_mpi_mul_int() to changed signature of mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  80. fee261a Adjust mbedtls_mpi_mul_mpi() to new signature of mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  81. defe569 Make length of output explicit in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  82. e7f14a3 Remove unused variable in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  83. cccbe0e Merge pull request #5516 from tom-daubney-arm/M-AEAD_dispatch_tests by Ronald Cron · 3 years, 4 months ago
  84. ebfee6e check-generated-files.sh -u: don't update file timestamps by Gilles Peskine · 3 years, 4 months ago
  85. 7a2e83b Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  86. a9b6c80 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
  87. 695c4cb If a cipher algorithm is not supported, fail during setup by Gilles Peskine · 3 years, 5 months ago
  88. b24ed52 Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  89. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  90. 0c3a071 Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
  91. 0cc417d Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
  92. 9efde4f Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
  93. a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  94. d79e3b9 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  95. ae3a100 Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  96. ea75049 Merge pull request #5689 from yanesca/fix-lts-version-in-guidelines by Gilles Peskine · 3 years, 4 months ago
  97. 8583627 psa_ssl_status_to_mbedtls: add conversion of PSA_ERROR_BUFFER_TOO_SMALL by Przemek Stekiel · 3 years, 4 months ago
  98. 1039ba5 Check if not using Opaque PSK in ECHDE-PSK PSA version of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
  99. ede381c Get PSK length & check for buffer size before writting in ECHDE-PSK PSA version of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
  100. 3cae167 Check buffer pointers before storing peer's public key in ECHDE-PSK PSA version of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago