1. bece737 Bump Library Version Number by Paul Elliott · 4 years, 1 month ago
  2. 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
  3. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  4. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  5. e4be8a3 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
  6. 0a4046e Merge pull request #4736 from daverodgman/alert_bugfixes_2.x by Dave Rodgman · 4 years, 1 month ago
  7. 2523045 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  8. 809634d Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  9. 42373bd Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  10. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  11. 0dfb7db TLS UNSUPPORTED_EXTENSION error code changes by Dave Rodgman · 4 years, 1 month ago
  12. b6d5693 pk.c: Ensure hash_len equals hash in pk_hashlen_helper by Nick Child · 4 years, 2 months ago
  13. dd5f624 Fix TLS alert codes by Dave Rodgman · 4 years, 1 month ago
  14. 6c18541 Fix comment by gabor-mezei-arm · 4 years, 1 month ago
  15. 78c601b Merge pull request #4717 from daverodgman/psa_cipher_and_mac_abort_on_error_2.x by Dave Rodgman · 4 years, 1 month ago
  16. 2667fb7 Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  17. bc58902 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  18. 7d4ebdd Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  19. 1c6a439 Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  20. bc96a79 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  21. 0e1d31b Typo by gabor-mezei-arm · 4 years, 1 month ago
  22. d52c8dc Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  23. f4cc6c9 Update documentation by gabor-mezei-arm · 4 years, 1 month ago
  24. 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  25. 7fbea09 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  26. 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  27. b4c676e Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  28. 520f0a0 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  29. ae48111 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  30. 10b8e5a Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  31. f2268d1 Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  32. 478ab54 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  33. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  34. dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  35. d73e1b0 Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  36. db86179 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  37. 22984de Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  38. f67d8af Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  39. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  40. 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  41. cccb05d Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  42. 4e0a82e Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  43. 6439e85 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  44. c88b0a5 Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  45. eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
  46. 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  47. 53d1cf8 Merge pull request #4644 from gilles-peskine-arm/mpi_montmul-null-2.x by Janos Follath · 4 years, 1 month ago
  48. 478ac0b Merge pull request #4704 from mpg/issue-3990-fix_psa_verify_with_alt-2.x by Gilles Peskine · 4 years, 1 month ago
  49. 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  50. ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
  51. 882eb78 psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
  52. dbb8646 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
  53. bfdfaa6 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
  54. def68e7 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
  55. 1c650a1 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
  56. 48f875e psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
  57. a00616f Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  58. 03daae6 Improve psa_rsa_decode_md_type() by Janos Follath · 4 years, 2 months ago
  59. b23b574 PSA RSA PSS: pass pre-hash algorithm to Mbed TLS by Janos Follath · 4 years, 2 months ago
  60. 37d690c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 1 month ago
  61. b798b35 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
  62. 38a384d Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  63. ea9aa14 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  64. 6537bdb Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  65. d65b500 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  66. 0759cad Whitespace fix by Gilles Peskine · 4 years, 2 months ago
  67. d487613 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  68. 70a7dcd Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  69. c86acc5 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 4 years, 2 months ago
  70. b5e56ec mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  71. f643e8e Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  72. 6a55de9 Merge pull request #4623 from gilles-peskine-arm/debug-print-mpi-null-2.x by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  73. 9a11ac9 Merge pull request #4621 from gilles-peskine-arm/default-hashes-curves-2.x by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  74. 82a5a9d Merge branch 'development_2.x' into development_2.x-restricted by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  75. 51859aa Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  76. 0f6351f Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  77. c94b6b0 Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  78. f216f0d Fix missing state check for tls12_prf output by Gilles Peskine · 4 years, 2 months ago
  79. 0b3bde5 Silence MSVC type conversion warnings by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  80. f10d289 Simplify sign selection by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  81. 5325b97 Avoid UB caused by conversion to int by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  82. 464fe6a Use bit operations for mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  83. c3be399 Use bit operations for mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  84. eaafa49 Avoid using == for sensitive comparisons by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  85. e10e8db Use constant-time look-up for modular exponentiation by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  86. c4c0d81 Merge branch 'development_2.x' into development_2.x-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  87. 2bfbb17 Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  88. 4de5a60 Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
  89. e247b10 Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
  90. 2ee0bb3 Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 2 months ago
  91. 0ecd719 Document more precisely what goes into the default profile by Gilles Peskine · 4 years, 2 months ago
  92. 7a4c758 Merge pull request #4541 from mpg/fix-ssl-cf-hmac-alt-2.x by Gilles Peskine · 4 years, 2 months ago
  93. 74f66bb Fix non-constant-time comparison in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  94. 62da8ac Merge pull request #4276 from gilles-peskine-arm/random-range-uniformity by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  95. 23422e4 Note that the byte order in mpi_fill_random_internal() is deliberate by Gilles Peskine · 4 years, 2 months ago
  96. c0b68bf Use MBEDTLS_MPI_CHK where warranted by Gilles Peskine · 4 years, 2 months ago
  97. 3130ce2 New internal function mbedtls_mpi_resize_clear by Gilles Peskine · 4 years, 2 months ago
  98. 1177907 Use ternary operator with the most common case first by Gilles Peskine · 4 years, 2 months ago
  99. 3f61363 Correct some comments about ECC in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  100. 104eb82 DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago