1. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  2. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  3. 15fee93 Merge pull request #3363 from bensze01/zeroize by danh-arm · 5 years ago
  4. 4ffe084 Merge pull request #3125 from okhowang/development by danh-arm · 5 years ago
  5. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  6. 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
  7. 672257b Add changelog entry by irwir · 5 years ago
  8. 3c4a46c Merge pull request #3398 from gilles-peskine-arm/montmul-cmp-branch-development by Janos Follath · 5 years ago
  9. 5620d71 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  10. 09ec10a Clean up some comments by Gilles Peskine · 5 years ago
  11. 0e5faf6 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  12. 221626f Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  13. c097e9e Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  14. 37ecc61 More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  15. 21b3d12 Merge pull request #3374 from danh-arm/dh/branch-cov by Manuel Pégourié-Gonnard · 5 years ago
  16. a7f6d25 Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev by Manuel Pégourié-Gonnard · 5 years ago
  17. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  18. 026f555 Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  19. 5b942dc Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  20. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  21. d55bfe9 Add changelog entry: fix #3394 by Gilles Peskine · 5 years ago
  22. 132c097 Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  23. f04d11e Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  24. 2a82f72 Document some internal bignum functions by Gilles Peskine · 5 years ago
  25. 4e91d47 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  26. 742f1a4 Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  27. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  28. f486e28 Document precondition of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  29. 1595281 Improve documentation of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  30. 1cda266 Spell out check for non-zero'ness by Hanno Becker · 5 years ago
  31. 16bf0e2 Fix debug print of explicit IV by Hanno Becker · 5 years ago
  32. 7cca358 Fix indentation in debug statement in ssl_msg.c by Hanno Becker · 5 years ago
  33. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  34. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  35. 73b3942 Merge pull request #3367 from hug-dev/psa-constants-in-build-dir by Gilles Peskine · 5 years ago
  36. bd004e8 Merge pull request #3320 from gilles-peskine-arm/check-files-changelog-development by Manuel Pégourié-Gonnard · 5 years ago
  37. afca47a Fix typo in check_config.h by Hanno Becker · 5 years ago
  38. 5a83d29 Mention HKDF in TLS 1.3 feature document by Hanno Becker · 5 years ago
  39. 0c3bebf Fix typo in header of TLS 1.3 experimental features document by Hanno Becker · 5 years ago
  40. 6055a17 Add dependencies for experimental TLS 1.3 features in check_config.h by Hanno Becker · 5 years ago
  41. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  42. 9338f9f Add documentation on state of upstreaming of TLS 1.3 prototype by Hanno Becker · 5 years ago
  43. 29e9895 Change TLS 1.3 default padding to no padding by Hanno Becker · 5 years ago
  44. 3427f1d Update query_config.c by Hanno Becker · 5 years ago
  45. c3f7b0b Fix #endif indicator comment by Hanno Becker · 5 years ago
  46. 67a37db Add missing configuration guards to SSL record protection helpers by Hanno Becker · 5 years ago
  47. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  48. 110a794 Add ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt by Nicola Di Lieto · 5 years ago
  49. e58b463 Unsupported extension tests in test_suite_x509parse by Nicola Di Lieto · 5 years ago
  50. 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
  51. 817e368 Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  52. 600cf9d Add usage info of generate_psa_constants script by Hugues de Valon · 5 years ago
  53. a89040c Fix undeclared deps on CTR_DRBG in programs/fuzz by Manuel Pégourié-Gonnard · 5 years ago
  54. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  55. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  56. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  57. 17bb60c Tests for mbedtls_x509_crt_parse_der_with_ext_cb by Nicola Di Lieto · 5 years ago
  58. 5f6ebde Fix wrong parameter name in comment by Nicola Di Lieto · 5 years ago
  59. 2c3a917 Minor style improvement by Nicola Di Lieto · 5 years ago
  60. a8b26c2 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  61. eca95db Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  62. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  63. 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
  64. fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
  65. fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
  66. 6e24980 Minor style and documentation improvements by ndilieto · 5 years ago
  67. b54094b Fix copy-pasta in TLS 1.3 record protection unit test names by Hanno Becker · 5 years ago
  68. 6147e86 Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-development by Gilles Peskine · 5 years ago
  69. b246214 Fix Changelag PR number and uniformize code when prng fails by Jonas · 5 years ago
  70. a0c65d8 Update version_features.c by Hanno Becker · 5 years ago
  71. e683287 Adapt SSL record protection unit test to setup TLS 1.3 transforms by Hanno Becker · 5 years ago
  72. f93c2d7 Add support for TLS 1.3 record protection to ssl_populate_transform() by Hanno Becker · 5 years ago
  73. 447558d Improve documentation of ssl_populate_transform() by Hanno Becker · 5 years ago
  74. c0eefa8 Introduce helper function to retrieve explicit IV len for transform by Hanno Becker · 5 years ago
  75. 1726380 Simplify AEAD nonce derivation by Hanno Becker · 5 years ago
  76. df8be22 TLS record protection: Add helper function for nonce derivation by Hanno Becker · 5 years ago
  77. bd5ed1d TLS record protection: Add explicit IV after record protection. by Hanno Becker · 5 years ago
  78. 1cb6c2a TLS record protection: Rewrite AAD setup and add case of TLS 1.3 by Hanno Becker · 5 years ago
  79. 81f3662 Update query_config.c by Hanno Becker · 5 years ago
  80. 9231340 Improve documentation of (D)TLSInnerPlaintext handling by Hanno Becker · 5 years ago
  81. 3c358d4 Improve documentation of MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL by Hanno Becker · 5 years ago
  82. e416060 Disable experimental TLS 1.3 features in default config by Hanno Becker · 5 years ago
  83. b2713ab Enhance record encryption unit tests by checking hidden content type by Hanno Becker · 5 years ago
  84. 3169dad Add unit tests for TLS 1.3 record encryption by Hanno Becker · 5 years ago
  85. ccc13d0 TLS 1.3: Implement TLSInnerPlaintext parsing/building by Hanno Becker · 5 years ago
  86. 7d343ec Add note on inner plaintext parsing to ssl_transform documentation by Hanno Becker · 5 years ago
  87. 581bc1b Remove ref to CID from inner plaintext parsing/building functions by Hanno Becker · 5 years ago
  88. 2ab47dc Add internal version identifier for TLS 1.3 by Hanno Becker · 5 years ago
  89. a711f6e Add 'build+unit test' test for experimental TLS 1.3 code to all.sh by Hanno Becker · 5 years ago
  90. 9fc15ea Introduce config option for experimental TLS 1.3 specific features by Hanno Becker · 5 years ago
  91. 30e0bb4 Run assemble_changelog.py in all.sh by Gilles Peskine · 5 years ago
  92. ba968a7 Wrap line to 79 columns by Gilles Peskine · 5 years ago
  93. 344da1c Some .pem files are openssl output and have tabs and that's ok by Gilles Peskine · 5 years ago
  94. d2df86f .dsw files are Visual Studio stuff by Gilles Peskine · 5 years ago
  95. 12b180a Permit empty files by Gilles Peskine · 5 years ago
  96. ee40e76 Normalize line endings by Gilles Peskine · 5 years ago
  97. 3e2ee3c Check only files checked into Git by Gilles Peskine · 5 years ago
  98. d4a853d Exclude binary files from text checks by Gilles Peskine · 5 years ago
  99. 0598db8 Regex mechanism for check-specific exemptions by Gilles Peskine · 5 years ago
  100. c1d1b66 Check all files by default by Gilles Peskine · 5 years ago