1. 068a13d Merge pull request #5771 from superna9999/5761-rsa-decrypt-rework-pk-wrap-as-opaque by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  2. 67397fa Merge pull request #5704 from mprse/mixed_psk_2cx by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  3. 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 4 months ago
  4. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  5. cb322ea Enable support for psa opaque DHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  6. b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  7. 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  8. 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  9. aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  10. fc72e42 ssl_client2: Enable support for TLS 1.2 RSA-PSK opaque ciphersuite by Przemek Stekiel · 3 years, 4 months ago
  11. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  12. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  13. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  14. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  15. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  16. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  17. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  18. f0b1271 Support RSA Opaque PK keys in ssl_server2 by Neil Armstrong · 3 years, 5 months ago
  19. ed35887 Merge pull request #2104 from hanno-arm/iotssl-2071 by Dave Rodgman · 3 years, 4 months ago
  20. 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
  21. eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
  22. e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
  23. baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
  24. 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
  25. 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago
  26. e756f64 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  27. 99a732b Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
  28. 8bb96d9 Fix buffer size calculation by Gilles Peskine · 3 years, 4 months ago
  29. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  30. 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago
  31. 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
  32. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  33. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  34. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  35. 541318a Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
  36. 554b820 Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  37. 6056e7a Fix benchmark and udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  38. 06a00af Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
  39. ca53459 programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  40. 4e0cc40 programs/fuzz: Use build_info.h in common.h by David Horstmann · 3 years, 8 months ago
  41. 5b9cb9e programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  42. 9ed9bc9 programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  43. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  44. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  45. 48a37f0 Add cert_cb use to programs/ssl/ssl_server2.c by Glenn Strauss · 3 years, 6 months ago
  46. fd222da Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  47. 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  48. 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
  49. a1b5069 Merge pull request #5526 from paul-elliott-arm/fix_fuzzer_null_ref by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  50. a1dc3e5 Add safety to dummy_random in case of NULL context by Paul Elliott · 3 years, 6 months ago
  51. 169f115 ssl_client2: init psa crypto for TLS 1.3 build by Przemyslaw Stekiel · 3 years, 6 months ago
  52. bb01681 Ensure valid context is used in fuzz_dtlsserver by Paul Elliott · 3 years, 6 months ago
  53. 51a7679 Ensure context is passed in to dummy_rand by Paul Elliott · 3 years, 6 months ago
  54. 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
  55. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  56. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  57. 9193f7d Merge pull request #5436 from mpg/prog-hmac-cipher-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  58. ae1bae8 Give a magic constant a name by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  59. c82504e Clean up output from cipher_aead_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  60. 5e6c884 Improve info() function in cipher_aead_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  61. 64754e1 Wrap long lines by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  62. 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  63. 48bae02 Avoid hardcoding a size by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  64. cf99beb Improve naming consistency by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  65. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  66. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  67. f6ea19c Work around bug in PSA_MAC_LENGTH() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  68. 12ec571 Fix bug in md_hmac_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  69. 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  70. 6fdc9e8 Move aead_non_psa out of the psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  71. cc50f1b Fix copypasta by Gilles Peskine · 3 years, 6 months ago
  72. 69bb3f5 Move hmac_non_psa out of psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  73. 248b385 Add comments to AEAD (non-PSA) examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  74. 6349794 Demonstrate better practices in HMAC examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  75. f392a02 Add comments to the HMAC (non-)PSA examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  76. fd1d13c Avoid requiring too much C99 support by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  77. 7d5ef17 Split aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  78. edf6e83 Split hmac_md_psa.c by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  79. 1a45c71 Fix cleanup code by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  80. 3aae30c Use PSA macros for buffer sizes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  81. beef9c2 Use better names for dummy data by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  82. 428a97e Improve option names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  83. 0e725c3 Improve introductory comments. by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  84. 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
  85. 11f0a9c fix deprecated-declarations error by Jerry Yu · 3 years, 7 months ago
  86. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  87. ff743a7 Merge pull request #5425 from gabor-mezei-arm/5181_tls_cipher_extend_testing_of_tickets by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  88. 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 6 months ago
  89. 7a58d52 Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 7 months ago
  90. aab5258 Avoid using %zu, not supported everywhere yet. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  91. 24e82de Fix type of temporary variable by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  92. 763641a Rm use of non-standard __func__ in example programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  93. 9efbf53 Declare incompatibility in new programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  94. ecffd96 Silence compiler warning in example program by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  95. 398d459 Add example program psa/aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  96. d4bea1e Add ticket_aead option for ssl_server2 by Gabor Mezei · 3 years, 7 months ago
  97. 667b556 Add example program psa/hmac_md_psa by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  98. bf5b46c Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  99. 6ced002 Count allocs without side-effects by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  100. cd4ad0c No need to call a function to avoid a warning. by Manuel Pégourié-Gonnard · 3 years, 7 months ago