1. b3e3d79 RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  2. af72167 DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  3. 9f58c4b DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago
  4. db61c35 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  5. 1cb2beb Merge pull request #3423 from niacat/sysctl-arnd by Manuel Pégourié-Gonnard · 5 years ago
  6. 8373c86 entropy: Adjust parameter type of internal function to avoid a cast by nia · 5 years ago
  7. e3fdcfa entropy: Avoid arithmetic on void pointer by nia · 5 years ago
  8. 1c7d54a Merge pull request #700 from mpg/l13-hw-starts-finish-restricted by Manuel Pégourié-Gonnard · 5 years ago
  9. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  10. e81dc00 Merge pull request #3422 from niacat/net-sockets-fixes by Gilles Peskine · 5 years ago
  11. f4d9f21 entropy: Rename sysctl_wrapper to sysctl_arnd_wrapper by nia · 5 years ago
  12. 1215c54 Add length check in ecp_drbg_seed() by Manuel Pégourié-Gonnard · 5 years ago
  13. 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
  14. 4539a45 Use fixed-length encoding for internal RNG seed by Manuel Pégourié-Gonnard · 5 years ago
  15. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  16. c4b6656 Merge pull request #3405 from AndrzejKurek/variable-buffers-cid-serialization by danh-arm · 5 years ago
  17. b657783 Update iv and len context pointers manually when reallocating buffers by Andrzej Kurek · 5 years ago
  18. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  19. f4e3fc9 Use starts/finish around Lucky 13 dummy compressions by Manuel Pégourié-Gonnard · 5 years ago
  20. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  21. 9f5312c entropy: Add support for BSD sysctl(KERN_ARND) by nia · 5 years ago
  22. 0b01fd9 net_sockets: Fix building on NetBSD 9.0 by nia · 5 years ago
  23. 5ee5707 ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  24. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  25. 25705e6 Fix typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  26. 3c4a46c Merge pull request #3398 from gilles-peskine-arm/montmul-cmp-branch-development by Janos Follath · 5 years ago
  27. 09ec10a Clean up some comments by Gilles Peskine · 5 years ago
  28. 0e5faf6 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  29. 221626f Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  30. c097e9e Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  31. 37ecc61 More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  32. 9b8d34e Avoid superflous randomization with restartable by Manuel Pégourié-Gonnard · 5 years ago
  33. d53ef2f Use HMAC_DRBG by default for ECP internal DRBG by Manuel Pégourié-Gonnard · 5 years ago
  34. 22b1de3 Skip redundant checks for NULL f_rng by Manuel Pégourié-Gonnard · 5 years ago
  35. 53fb66d Add support for RESTARTABLE with internal RNG by Manuel Pégourié-Gonnard · 5 years ago
  36. f2a9fcf Move internal drbg init to specific mul functions by Manuel Pégourié-Gonnard · 5 years ago
  37. c52a43c Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  38. 1a3f9ed Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  39. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  40. 026f555 Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  41. 132c097 Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  42. f04d11e Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  43. 2a82f72 Document some internal bignum functions by Gilles Peskine · 5 years ago
  44. 4e91d47 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  45. 742f1a4 Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  46. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  47. f486e28 Document precondition of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  48. 1595281 Improve documentation of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  49. 1cda266 Spell out check for non-zero'ness by Hanno Becker · 5 years ago
  50. 16bf0e2 Fix debug print of explicit IV by Hanno Becker · 5 years ago
  51. 7cca358 Fix indentation in debug statement in ssl_msg.c by Hanno Becker · 5 years ago
  52. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  53. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  54. c3f7b0b Fix #endif indicator comment by Hanno Becker · 5 years ago
  55. 67a37db Add missing configuration guards to SSL record protection helpers by Hanno Becker · 5 years ago
  56. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  57. 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
  58. 8216dd3 Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  59. e131bfe Return error in case of bad user configurations by Hanno Becker · 8 years ago
  60. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  61. 261602c Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  62. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  63. 2c3a917 Minor style improvement by Nicola Di Lieto · 5 years ago
  64. 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
  65. fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
  66. fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
  67. 6e24980 Minor style and documentation improvements by ndilieto · 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. f93c2d7 Add support for TLS 1.3 record protection to ssl_populate_transform() by Hanno Becker · 5 years ago
  72. 447558d Improve documentation of ssl_populate_transform() by Hanno Becker · 5 years ago
  73. c0eefa8 Introduce helper function to retrieve explicit IV len for transform by Hanno Becker · 5 years ago
  74. 1726380 Simplify AEAD nonce derivation by Hanno Becker · 5 years ago
  75. df8be22 TLS record protection: Add helper function for nonce derivation by Hanno Becker · 5 years ago
  76. bd5ed1d TLS record protection: Add explicit IV after record protection. by Hanno Becker · 5 years ago
  77. 1cb6c2a TLS record protection: Rewrite AAD setup and add case of TLS 1.3 by Hanno Becker · 5 years ago
  78. 9231340 Improve documentation of (D)TLSInnerPlaintext handling by Hanno Becker · 5 years ago
  79. ccc13d0 TLS 1.3: Implement TLSInnerPlaintext parsing/building by Hanno Becker · 5 years ago
  80. 581bc1b Remove ref to CID from inner plaintext parsing/building functions by Hanno Becker · 5 years ago
  81. b1ccff8 Merge pull request #2855 from irwir/fix_x509_crt.c by Gilles Peskine · 5 years ago
  82. deacf60 Merge pull request #3326 from kohnakagawa/fix/utf-8_encoding_bug by Gilles Peskine · 5 years ago
  83. 583cd7f Re-generate error.c by Gilles Peskine · 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. 5eae4dd Merge pull request #3301 from Patater/inline-mbedtls_ecc_group_to_psa by Manuel Pégourié-Gonnard · 5 years ago
  87. ee61b66 Merge pull request #3302 from gilles-peskine-arm/psa-lifetime-persistence-indicator by Gilles Peskine · 5 years ago
  88. c39a80d Merge pull request #3312 from sander-visser/cleanup-nullptr-deref by Gilles Peskine · 5 years ago
  89. 2b04f46 Update SE support to pass a location when registering a driver by Gilles Peskine · 5 years ago
  90. 1a4a3f5 Merge pull request #3311 from sander-visser/validate-tls-mac-key-len by Janos Follath · 5 years ago
  91. 6692a06 Fix potential memory leak in EC multiplication by Jonas · 5 years ago
  92. 3888b03 Add variable initialization to large SSL TLS function. by sander-visser · 5 years ago
  93. 4c7bbe2 Remove unnecessary MBEDTLS_ECP_C preprocessor condition by Ronald Cron · 5 years ago
  94. b8aa207 Scope reduction to enable NULL check to protect dereferencing. by sander-visser · 5 years ago
  95. 1abe8ee Expose SSL HW record acceleration error. by sander-visser · 5 years ago
  96. b2fff6d Shorten lines in library/ssl_cli.c to at most 80 characters by Hanno Becker · 8 years ago
  97. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  98. 1bde9cd psa: Clear bits in mbedtls_ecc_group_to_psa() by Jaeden Amero · 5 years ago
  99. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  100. 1d632c2 Merge pull request #3239 from opatomic/win2kdns by Manuel Pégourié-Gonnard · 5 years ago