1. 17ffc5d Bump version to Mbed TLS 2.24.0 by Janos Follath · 5 years ago
  2. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  3. d4b9133 Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008 by Gilles Peskine · 5 years ago
  4. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  5. a2e518d Fix the documentation of has_even_parity by Gilles Peskine · 5 years ago
  6. ed9fbc6 Clearer function name for parity check by Gilles Peskine · 5 years ago
  7. 6c75152 Explain the purpose of check_parity by Gilles Peskine · 5 years ago
  8. 34f063c Add missing cleanup to hash multipart operation tests by Gilles Peskine · 5 years ago
  9. 29c4a6c Add negative tests for MAC verification by Gilles Peskine · 5 years ago
  10. 090e16c Don't destroy the key during a MAC verification operation by Gilles Peskine · 5 years ago
  11. 8b356b5 Test other output sizes for psa_mac_sign_finish by Gilles Peskine · 5 years ago
  12. 5e65cec Simplify output bounds check in mac_sign test by Gilles Peskine · 5 years ago
  13. 3d404d6 Test PSA_MAC_FINAL_SIZE in mac_sign exactly by Gilles Peskine · 5 years ago
  14. cd65f4c Add empty-output-buffer test cases for single-part hash functions by Gilles Peskine · 5 years ago
  15. e92c68a Note that a failure in cleanup is intentional by Gilles Peskine · 5 years ago
  16. 64f13ef Add missing cleanup to some multipart operation tests by Gilles Peskine · 5 years ago
  17. a09713c test cleanup: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  18. 14613bc Fix parity tests to actually fail the test on error by Gilles Peskine · 5 years ago
  19. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  20. 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
  21. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  22. 0f343ac Merge pull request #3528 from gufe44/helpers-redirect-restore-output by Gilles Peskine · 5 years ago
  23. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  24. 6edfe60 Merge pull request #2182 from hanno-arm/key_pwd by Manuel Pégourié-Gonnard · 5 years ago
  25. 6c77bc6 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
  26. 499bf4c compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
  27. 244d066 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
  28. 067f6e0 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  29. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago
  30. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  31. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  32. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  33. e8582ba Merge pull request #3546 from bensze01/copyright by danh-arm · 5 years ago
  34. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  35. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  36. e74f372 Get back -Wsigned-one-bit-field and fix sources according to it by makise-homura · 5 years ago
  37. 721f7c1 Add minimal client authentication test to ssl-opt.sh by Hanno Becker · 5 years ago
  38. 2f54a3c Add tests to ssl-opt.sh exercising new `key_pwd[2]` parameters by Hanno Becker · 5 years ago
  39. 226eedb Add password protected version of key for data_files/server{2,5}.key by Hanno Becker · 5 years ago
  40. 98944cd Merge pull request #3404 from mpg/improve-ssl-opt-logs by Manuel Pégourié-Gonnard · 5 years ago
  41. a4e8614 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  42. 71f4fa1 Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development by Gilles Peskine · 5 years ago
  43. fa452c4 Fix guard in ECJPAKE tests in ssl-opt.sh by Hanno Becker · 5 years ago
  44. ee63af6 Adapt ssl-opt.sh to modified ciphersuite log format by Hanno Becker · 5 years ago
  45. 8ca03a7 Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev by Manuel Pégourié-Gonnard · 5 years ago
  46. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  47. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  48. 9ec3648 Merge pull request #3495 from mpg/check-generated-files by Gilles Peskine · 5 years ago
  49. 7d2a4d8 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  50. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  51. 210bea3 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  52. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  53. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  54. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  55. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  56. 882148e Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  57. a3b994f Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  58. 0b2112d Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  59. 8779e9a Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  60. ea6a740 Merge pull request #717 from mpg/non-etm-cbc-negative-testing by Manuel Pégourié-Gonnard · 5 years ago
  61. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  62. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  63. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  64. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  65. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  66. d3beca9 Test Everest with only Curve25519 enabled by Gilles Peskine · 5 years ago
  67. a261160 curves.pl: test with each elliptic curve enabled by Gilles Peskine · 7 years ago
  68. 7ab66a6 Add missing dependencies for ECDH_xxx key exchanges by Gilles Peskine · 7 years ago
  69. b51f044 Fix misleading comment in test function by Manuel Pégourié-Gonnard · 5 years ago
  70. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago
  71. b2281e1 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  72. a80651c Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
  73. 2774fc4 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
  74. 4adc04a Give a constant a name in test function by Manuel Pégourié-Gonnard · 5 years ago
  75. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  76. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  77. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  78. 5a3c210 Update to renamed curve constant by Steven Cooreman · 5 years ago
  79. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  80. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  81. 913a204 Fix undeclared dependency of test function by Manuel Pégourié-Gonnard · 5 years ago
  82. 62af37d Add tests with ARIA, Camellia, 3DES by Manuel Pégourié-Gonnard · 5 years ago
  83. 7a1cb41 Add test cases with MD5, SHA1, SHA384 by Manuel Pégourié-Gonnard · 5 years ago
  84. e79e3bb Add test cases with various record sizes by Manuel Pégourié-Gonnard · 5 years ago
  85. 527c1ff Generate good/bad padding programmatically by Manuel Pégourié-Gonnard · 5 years ago
  86. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  87. 14f0e52 Fix Curve25519 ecp_read_key vectors to match description by Steven Cooreman · 5 years ago
  88. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  89. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  90. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  91. 642a4ef Merge pull request #3463 from gilles-peskine-arm/tests-not-executed by Gilles Peskine · 5 years ago
  92. 2426506 Merge pull request #3458 from gilles-peskine-arm/analyze_outcomes-count_test_cases-1 by Gilles Peskine · 5 years ago
  93. 0ac01a1 TLS: Add negative tests for non-EtM CBC decryption by Manuel Pégourié-Gonnard · 5 years ago
  94. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  95. bbb3664 Documentation improvements by Gilles Peskine · 5 years ago
  96. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  97. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  98. 76dd3aa Add comments explaining include paths by Gilles Peskine · 5 years ago
  99. 0d72165 Fix erroneous skip of test cases for disabled ciphersuites by Gilles Peskine · 5 years ago
  100. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago