1. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  2. 90551c7 Use uniform naming scheme for TLS 1.3 label structure by Hanno Becker · 5 years ago
  3. 9a7a2ac Fix typo in ssl_internal.h by Hanno Becker · 5 years ago
  4. a3a5a4e Please check-names.sh by Hanno Becker · 5 years ago
  5. 1588983 Introduce macros for max-{IV,block,key}-size for ciphers used in TLS by Hanno Becker · 5 years ago
  6. 815869a Improve documentation of ssl_tls1_3_hkdf_encode_label() by Hanno Becker · 5 years ago
  7. 00debc7 Minor improvement in ssl_tls13_keys.c by Hanno Becker · 5 years ago
  8. ab2ce23 Fix typo in SSL test suite by Hanno Becker · 5 years ago
  9. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
  10. fb08096 Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 ) by Hanno Becker · 5 years ago
  11. f376cee Remove redundant dependency in TLS 1.3 key generation tests by Hanno Becker · 5 years ago
  12. 73c825a Shorten include path in test_suite_ssl.function by Hanno Becker · 5 years ago
  13. 939bb4d Initialize TLS 1.3 label prefix with string literal by Hanno Becker · 5 years ago
  14. 9cb0a14 Remove duplicated computation of TLS 1.3 HKDF label length by Hanno Becker · 5 years ago
  15. e4435ea Introduce TLS 1.3 labels in a single place by Hanno Becker · 5 years ago
  16. 1981cb2 Use uniform naming for TLS 1.3 label fields by Hanno Becker · 5 years ago
  17. 58c5cea Include common.h from ssl_tls13_keys.c by Hanno Becker · 5 years ago
  18. b11c309 Update state of TLS 1.3 functionality in architecture document by Hanno Becker · 5 years ago
  19. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  20. e9cccb4 Implement TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  21. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  22. b35d522 Implement TLS 1.3 key derivation function Derive-Secret by Hanno Becker · 5 years ago
  23. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  24. 3385a4d Implement TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  25. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  26. be9d664 Implement TLS 1.3 key derivation function HKDF-Expand-Label by Hanno Becker · 5 years ago
  27. 27a2688 Introduce public macro for maximum symmetric cipher key length by Hanno Becker · 5 years ago
  28. 853f9bd Merge pull request #3625 from gilles-peskine-arm/test-fail-report-first by Gilles Peskine · 5 years ago
  29. 0deccf1 Initialize ret from test code by Gilles Peskine · 5 years ago
  30. 4b5aba8 Merge pull request #3632 from gilles-peskine-arm/all.sh-armgcc-c99 by Gilles Peskine · 5 years ago
  31. aeedd74 Pass -std=c99 to arm-none-eabi-gcc by Gilles Peskine · 5 years ago
  32. 349eadc Report the first failure, not the last one by Gilles Peskine · 5 years ago
  33. 523f055 Merge pull request #748 from ARMmbed/mbedtls-2.24.0r0-pr by Janos Follath · 5 years ago mbedtls-2.24.0 v2.24.0
  34. 6012f0e Finalize ChangeLog by Janos Follath · 5 years ago
  35. 17ffc5d Bump version to Mbed TLS 2.24.0 by Janos Follath · 5 years ago
  36. c18a7b8 Assemble ChangeLog by Janos Follath · 5 years ago
  37. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  38. d4b9133 Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008 by Gilles Peskine · 5 years ago
  39. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  40. 2db7be1 Merge pull request #3612 from gilles-peskine-arm/psa-mac-negative-tests by Manuel Pégourié-Gonnard · 5 years ago
  41. a2e518d Fix the documentation of has_even_parity by Gilles Peskine · 5 years ago
  42. 3767122 Merge pull request #737 from mpg/changelog-for-local-lucky13-dev-restricted by Manuel Pégourié-Gonnard · 5 years ago
  43. ed9fbc6 Clearer function name for parity check by Gilles Peskine · 5 years ago
  44. 6c75152 Explain the purpose of check_parity by Gilles Peskine · 5 years ago
  45. 34f063c Add missing cleanup to hash multipart operation tests by Gilles Peskine · 5 years ago
  46. 8f18d08 Clarify that the Lucky 13 fix is quite general by Manuel Pégourié-Gonnard · 5 years ago
  47. 29c4a6c Add negative tests for MAC verification by Gilles Peskine · 5 years ago
  48. 090e16c Don't destroy the key during a MAC verification operation by Gilles Peskine · 5 years ago
  49. 8b356b5 Test other output sizes for psa_mac_sign_finish by Gilles Peskine · 5 years ago
  50. 5e65cec Simplify output bounds check in mac_sign test by Gilles Peskine · 5 years ago
  51. 3d404d6 Test PSA_MAC_FINAL_SIZE in mac_sign exactly by Gilles Peskine · 5 years ago
  52. cd65f4c Add empty-output-buffer test cases for single-part hash functions by Gilles Peskine · 5 years ago
  53. e92c68a Note that a failure in cleanup is intentional by Gilles Peskine · 5 years ago
  54. 64f13ef Add missing cleanup to some multipart operation tests by Gilles Peskine · 5 years ago
  55. a09713c test cleanup: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  56. 169ca7f psa_crypto_storage: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  57. bab1b52 psa_its: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  58. 14613bc Fix parity tests to actually fail the test on error by Gilles Peskine · 5 years ago
  59. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  60. 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
  61. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  62. af9513b A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
  63. ba6fc97 Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  64. dd00bfc Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
  65. 0f343ac Merge pull request #3528 from gufe44/helpers-redirect-restore-output by Gilles Peskine · 5 years ago
  66. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  67. 6edfe60 Merge pull request #2182 from hanno-arm/key_pwd by Manuel Pégourié-Gonnard · 5 years ago
  68. e014fec Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  69. 5fe5b82 Merge pull request #3590 from mpg/fix-compat.sh-with-ubuntu-16.04-gnutls by Gilles Peskine · 5 years ago
  70. 6c77bc6 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
  71. 499bf4c compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
  72. 244d066 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
  73. 1a6af84 Merge pull request #3578 from gilles-peskine-arm/md_setup-leak-development by Manuel Pégourié-Gonnard · 5 years ago
  74. 067f6e0 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  75. 22d70a8 Merge pull request #738 from danh-arm/dh/remaining-lf-copyright by Gilles Peskine · 5 years ago
  76. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago
  77. 53d2160 Add a ChangeLog entry for local Lucky13 variant by Manuel Pégourié-Gonnard · 5 years ago
  78. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  79. c57497e Merge pull request #3584 from mpg/fix-changelog-file-location by Gilles Peskine · 5 years ago
  80. eb528ee Fix location of a ChangeLog entry file by Manuel Pégourié-Gonnard · 5 years ago
  81. de1cf2c5 Make mbedtls_ssl_cf_memcpy_offset() constant-flow by Manuel Pégourié-Gonnard · 5 years ago
  82. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  83. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  84. e8582ba Merge pull request #3546 from bensze01/copyright by danh-arm · 5 years ago
  85. d15c740 Fix memory leak in mbedtls_md_setup with HMAC by Gilles Peskine · 5 years ago
  86. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  87. 3c31afa Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  88. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  89. e559550 Fix e2k support changelog snippet by makise-homura · 5 years ago
  90. e74f372 Get back -Wsigned-one-bit-field and fix sources according to it by makise-homura · 5 years ago
  91. 0be6aa9 Get back -Wsign-compare and fix sources according to it by makise-homura · 5 years ago
  92. ac2fd65 Support building on e2k (Elbrus) architecture by makise-homura · 5 years ago
  93. 721f7c1 Add minimal client authentication test to ssl-opt.sh by Hanno Becker · 5 years ago
  94. 2f54a3c Add tests to ssl-opt.sh exercising new `key_pwd[2]` parameters by Hanno Becker · 5 years ago
  95. 226eedb Add password protected version of key for data_files/server{2,5}.key by Hanno Becker · 5 years ago
  96. 98944cd Merge pull request #3404 from mpg/improve-ssl-opt-logs by Manuel Pégourié-Gonnard · 5 years ago
  97. 2d3ac68 Parse key-file and -password parameters in same place in ssl_client2 by Hanno Becker · 5 years ago
  98. bffa54f Add usage string for `key_pwd` argument in ssl_client2 program by Hanno Becker · 5 years ago
  99. 34ce81f Avoid overly long usage string literal in ssl_server2 program by Hanno Becker · 5 years ago
  100. a4e8614 Always revoke certificate on CRL by Raoul Strackx · 5 years ago