1. 70fce98 Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
  2. 69b01f7 Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
  3. d06125c ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
  4. 3f3302f ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
  5. f455786 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
  6. 21b3d12 Merge pull request #3374 from danh-arm/dh/branch-cov by Manuel Pégourié-Gonnard · 5 years ago
  7. a7f6d25 Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev by Manuel Pégourié-Gonnard · 5 years ago
  8. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  9. 5b942dc Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  10. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  11. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  12. f486e28 Document precondition of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  13. 1595281 Improve documentation of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  14. 1cda266 Spell out check for non-zero'ness by Hanno Becker · 5 years ago
  15. 16bf0e2 Fix debug print of explicit IV by Hanno Becker · 5 years ago
  16. 7cca358 Fix indentation in debug statement in ssl_msg.c by Hanno Becker · 5 years ago
  17. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  18. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  19. 73b3942 Merge pull request #3367 from hug-dev/psa-constants-in-build-dir by Gilles Peskine · 5 years ago
  20. bd004e8 Merge pull request #3320 from gilles-peskine-arm/check-files-changelog-development by Manuel Pégourié-Gonnard · 5 years ago
  21. afca47a Fix typo in check_config.h by Hanno Becker · 5 years ago
  22. 5a83d29 Mention HKDF in TLS 1.3 feature document by Hanno Becker · 5 years ago
  23. 0c3bebf Fix typo in header of TLS 1.3 experimental features document by Hanno Becker · 5 years ago
  24. 6055a17 Add dependencies for experimental TLS 1.3 features in check_config.h by Hanno Becker · 5 years ago
  25. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  26. 9338f9f Add documentation on state of upstreaming of TLS 1.3 prototype by Hanno Becker · 5 years ago
  27. 29e9895 Change TLS 1.3 default padding to no padding by Hanno Becker · 5 years ago
  28. 3427f1d Update query_config.c by Hanno Becker · 5 years ago
  29. c3f7b0b Fix #endif indicator comment by Hanno Becker · 5 years ago
  30. 67a37db Add missing configuration guards to SSL record protection helpers by Hanno Becker · 5 years ago
  31. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  32. 817e368 Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  33. 600cf9d Add usage info of generate_psa_constants script by Hugues de Valon · 5 years ago
  34. a89040c Fix undeclared deps on CTR_DRBG in programs/fuzz by Manuel Pégourié-Gonnard · 5 years ago
  35. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  36. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  37. a8b26c2 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  38. eca95db Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  39. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  40. b54094b Fix copy-pasta in TLS 1.3 record protection unit test names by Hanno Becker · 5 years ago
  41. 6147e86 Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-development by Gilles Peskine · 5 years ago
  42. b246214 Fix Changelag PR number and uniformize code when prng fails by Jonas · 5 years ago
  43. a0c65d8 Update version_features.c by Hanno Becker · 5 years ago
  44. e683287 Adapt SSL record protection unit test to setup TLS 1.3 transforms by Hanno Becker · 5 years ago
  45. f93c2d7 Add support for TLS 1.3 record protection to ssl_populate_transform() by Hanno Becker · 5 years ago
  46. 447558d Improve documentation of ssl_populate_transform() by Hanno Becker · 5 years ago
  47. c0eefa8 Introduce helper function to retrieve explicit IV len for transform by Hanno Becker · 5 years ago
  48. 1726380 Simplify AEAD nonce derivation by Hanno Becker · 5 years ago
  49. df8be22 TLS record protection: Add helper function for nonce derivation by Hanno Becker · 5 years ago
  50. bd5ed1d TLS record protection: Add explicit IV after record protection. by Hanno Becker · 5 years ago
  51. 1cb6c2a TLS record protection: Rewrite AAD setup and add case of TLS 1.3 by Hanno Becker · 5 years ago
  52. 81f3662 Update query_config.c by Hanno Becker · 5 years ago
  53. 9231340 Improve documentation of (D)TLSInnerPlaintext handling by Hanno Becker · 5 years ago
  54. 3c358d4 Improve documentation of MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL by Hanno Becker · 5 years ago
  55. e416060 Disable experimental TLS 1.3 features in default config by Hanno Becker · 5 years ago
  56. b2713ab Enhance record encryption unit tests by checking hidden content type by Hanno Becker · 5 years ago
  57. 3169dad Add unit tests for TLS 1.3 record encryption by Hanno Becker · 5 years ago
  58. ccc13d0 TLS 1.3: Implement TLSInnerPlaintext parsing/building by Hanno Becker · 5 years ago
  59. 7d343ec Add note on inner plaintext parsing to ssl_transform documentation by Hanno Becker · 5 years ago
  60. 581bc1b Remove ref to CID from inner plaintext parsing/building functions by Hanno Becker · 5 years ago
  61. 2ab47dc Add internal version identifier for TLS 1.3 by Hanno Becker · 5 years ago
  62. a711f6e Add 'build+unit test' test for experimental TLS 1.3 code to all.sh by Hanno Becker · 5 years ago
  63. 9fc15ea Introduce config option for experimental TLS 1.3 specific features by Hanno Becker · 5 years ago
  64. 30e0bb4 Run assemble_changelog.py in all.sh by Gilles Peskine · 5 years ago
  65. ba968a7 Wrap line to 79 columns by Gilles Peskine · 5 years ago
  66. 344da1c Some .pem files are openssl output and have tabs and that's ok by Gilles Peskine · 5 years ago
  67. d2df86f .dsw files are Visual Studio stuff by Gilles Peskine · 5 years ago
  68. 12b180a Permit empty files by Gilles Peskine · 5 years ago
  69. ee40e76 Normalize line endings by Gilles Peskine · 5 years ago
  70. 3e2ee3c Check only files checked into Git by Gilles Peskine · 5 years ago
  71. d4a853d Exclude binary files from text checks by Gilles Peskine · 5 years ago
  72. 0598db8 Regex mechanism for check-specific exemptions by Gilles Peskine · 5 years ago
  73. c1d1b66 Check all files by default by Gilles Peskine · 5 years ago
  74. 05a51a8 More accurate variable name by Gilles Peskine · 5 years ago
  75. 4eb05a4 Fix article in documentation by Gilles Peskine · 5 years ago
  76. 14b8b3c Merge pull request #3351 from ronald-cron-arm/make_cmake_versions by danh-arm · 5 years ago
  77. eee1f3b Merge pull request #3341 from paul-elliott-arm/fix-contributing by Janos Follath · 5 years ago
  78. b1ccff8 Merge pull request #2855 from irwir/fix_x509_crt.c by Gilles Peskine · 5 years ago
  79. deacf60 Merge pull request #3326 from kohnakagawa/fix/utf-8_encoding_bug by Gilles Peskine · 5 years ago
  80. 87e658d Add output of `python3` version by Ronald Cron · 5 years ago
  81. 2c1a1f0 Add output of make and cmake versions by Ronald Cron · 5 years ago
  82. 7c3468e Fix #3328 by Gilles Peskine · 5 years ago
  83. 583cd7f Re-generate error.c by Gilles Peskine · 5 years ago
  84. efdce2d Do include asn1.h in error.c by Gilles Peskine · 5 years ago
  85. 5241f85 Check that all necessary headers are included in error.c by Gilles Peskine · 5 years ago
  86. 4bfa117 Merge pull request #3335 from Redfoxymoon/development by Manuel Pégourié-Gonnard · 5 years ago
  87. 8c4fd40 Change Changelog link to point at Changelog readme by Paul Elliott · 5 years ago
  88. 479d8de Add support for midipix, a POSIX layer for Microsoft Windows by Ørjan Malde · 5 years ago
  89. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  90. d742a24 Add changelog entry by irwir · 5 years ago
  91. 5eae4dd Merge pull request #3301 from Patater/inline-mbedtls_ecc_group_to_psa by Manuel Pégourié-Gonnard · 5 years ago
  92. 4850263 Merge pull request #3319 from Kxuan/development by danh-arm · 5 years ago
  93. ee61b66 Merge pull request #3302 from gilles-peskine-arm/psa-lifetime-persistence-indicator by Gilles Peskine · 5 years ago
  94. 4a67182 Add Changelog entry for #3318 by Jonas · 5 years ago
  95. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  96. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  97. 24ba42c Fix explanation of rules for function substitution by Gilles Peskine · 5 years ago
  98. 688f6cc There are test programs, not just unit tests by Gilles Peskine · 5 years ago
  99. 5925183 Fix explanation of PSA_DONE by Gilles Peskine · 5 years ago
  100. 2182585 Introduction: present the top-level sections by Gilles Peskine · 5 years ago