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