1. c75df63 Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
  2. bc632c2 Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
  3. 8df2d25 Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
  4. 0807e1d Use `requires_max_content_len`, remove unneeded echo/comments by Yuto Takano · 4 years, 1 month ago
  5. bbf657a Add space between command substitution braces and content by Yuto Takano · 4 years, 2 months ago
  6. d8a5029 Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 2 months ago
  7. e153ca2 Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 2 months ago
  8. 2e580ce Remove hard exit in ssh-opt.sh, replace with `requires` functions by Yuto Takano · 4 years, 2 months ago
  9. 2847f87 Merge pull request #4763 from mpg/fix-overly-aggressive-udp-proxy-2.16 by Gilles Peskine · 4 years, 1 month ago
  10. 934cff3 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  11. a3dbb38 Merge pull request #848 from ARMmbed/mbedtls-2.16.11_merge_into_release by Dave Rodgman · 4 years, 1 month ago
  12. aa1d4e0 Merge pull request #845 from ARMmbed/mbedtls-2.16.11rc0-pr by Dave Rodgman · 4 years, 1 month ago mbedtls-2.16.11 v2.16.11
  13. 571f475 Set version and release date in ChangeLog by Bence Szépkúti · 4 years, 1 month ago
  14. 8005aa2 Fix indentation in the Changelog by Dave Rodgman · 4 years, 1 month ago
  15. 124a87e Bump library version numbers by Bence Szépkúti · 4 years, 1 month ago
  16. 53b960d Create aggregated ChangeLog by Bence Szépkúti · 4 years, 1 month ago
  17. 726a8cc Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.11rc0-pr by Bence Szépkúti · 4 years, 1 month ago
  18. 4c20c77 Merge pull request #4735 from daverodgman/alert_bugfixes_2.16 by Dave Rodgman · 4 years, 1 month ago
  19. cee9e92 Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  20. 90e6c24 Merge pull request #4719 from nick-child-ibm/2.16-hashlen by Gilles Peskine · 4 years, 1 month ago
  21. ffbbeee TLS UNSUPPORTED_EXTENSION error code changes by Dave Rodgman · 4 years, 1 month ago
  22. c15e31d pk.c: Ensure min hash_len in pk_hashlen_helper by Nick Child · 4 years, 2 months ago
  23. 84fa2c9 Improve Changelog for TLS alert codes by Dave Rodgman · 4 years, 1 month ago alert_bugfixes_2.16
  24. 459a461 Fix TLS alert codes by Dave Rodgman · 4 years, 1 month ago
  25. f8ed50c Merge pull request #841 from yanesca/reject-low-order-points-early-x25519-restricted-2.16 by Gilles Peskine · 4 years, 1 month ago
  26. 1001d2c Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  27. 7a8a0d7 Add ChangeLog entry by Janos Follath · 4 years, 1 month ago
  28. 9a64d3e Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  29. 84ef97a Fix ecp_check_pub() test cases by Janos Follath · 4 years, 1 month ago
  30. 921415b Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
  31. 5f9b667 Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  32. 15fc884 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
  33. b741e8d Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  34. 7d34e2e Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  35. bf1afdc Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
  36. c16ec6b Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  37. 9f12b11 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  38. 89ce7d2 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  39. 6ec1535 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  40. 9896795 Add test for check_pubkey for x25519 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  41. 4d0b9da Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  42. 438ef16 Merge pull request #4654 from gilles-peskine-arm/mpi_montmul-null-2.16 by Janos Follath · 4 years, 1 month ago
  43. 18efd1c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 2 months ago
  44. f95d433 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
  45. 1d6b1dc Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  46. 55e6abc Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  47. afbf191 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  48. 2949d3a Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  49. ead6660 Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  50. 3cfb7be Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  51. 8c68c97 Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  52. 5ce7cb3 Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  53. 14357a3 Unify G=1 and G=-1 test cases by Gilles Peskine · 4 years, 2 months ago
  54. 05a1af6 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  55. 44e6bb6 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  56. 266275e mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  57. 81a6743 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
  58. d57f403 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
  59. 0d3bc85 DHM: test some edge cases for the generator by Gilles Peskine · 4 years, 2 months ago
  60. 4d106c1 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
  61. ab6ab6a Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  62. 5504d17 mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  63. c559eac Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  64. bc781ea Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  65. efc3fd4 Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  66. cca6bb9 mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  67. 9e8316e Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
  68. 4cbb1c9 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  69. 1e91426 Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  70. 8e1aa66 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  71. 8854c5d Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
  72. b8e1534 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  73. bbc4b8d New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  74. aa9d9ac Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
  75. 07941f4 Merge pull request #4690 from gilles-peskine-arm/debug-print-mpi-null-2.16 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  76. c9807ea Merge pull request #4622 from gilles-peskine-arm/default-hashes-curves-2.16 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  77. fa719f7 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  78. b3b1d4d Merge pull request #4684 from JoeSubbiani/2.16FixedMissingContextFree by Dave Rodgman · 4 years, 2 months ago
  79. 34666bb Merge pull request #836 from mpg/rsa-lookup-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  80. 58344ef Merge pull request #4689 from gilles-peskine-arm/winsock-fd-range-2.16 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  81. b047f99 Reword changelog - Test Resource Leak by Joe Subbiani · 4 years, 2 months ago
  82. c803185 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  83. 3db875e Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
  84. 5eace4c Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
  85. e1a3128 Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 2 months ago
  86. 6345e12 Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago
  87. d8aa3db Clarify test case descriptions by Gilles Peskine · 4 years, 2 months ago
  88. 3257399 SHA-1 is allowed for handshake signatures by default by Gilles Peskine · 4 years, 2 months ago
  89. 8297657 Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  90. 9065d78 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  91. dcdb277 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  92. cbe6033 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  93. 402b145 Changelog entry for Free Context in test_suite_aes fix by JoeSubbiani · 4 years, 2 months ago
  94. 2f28c6b Free context at the end of aes_crypt_xts_size() by JoeSubbiani · 4 years, 2 months ago
  95. e9eca7f Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  96. 56efc52 Merge pull request #4628 from ronald-cron-arm/dhm-key-generation-bias by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  97. 6aba8fc No C99 loops in this branch by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  98. de2ab2a Fix GCC warning by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  99. 6f4fbb4 Merge pull request #838 from gilles-peskine-arm/ecp_max_bits-check-2.16 by Ronald Cron · 4 years, 2 months ago
  100. 5a65497 Check MBEDTLS_ECP_MAX_xxx constants in unit tests by Gilles Peskine · 4 years, 2 months ago