1. c6d197b ssl-opt needs debug messages by Gilles Peskine · 3 years, 5 months ago
  2. 6e86e54 Adapt tests for PSK in PSK-only builds by Gilles Peskine · 3 years, 5 months ago
  3. 2fe796f Add some missing dependencies: EXTENDED_MASTER_SECRET, CACHE by Gilles Peskine · 3 years, 5 months ago
  4. 3561526 Only run "Default" tests if the expected ciphersuite is enabled by Gilles Peskine · 3 years, 5 months ago
  5. a165b5c Automatically skip tests for some absent features: tickets, ALPN by Gilles Peskine · 3 years, 5 months ago
  6. 82a4ab2 ssl-opt: automatically skip DTLS tests in builds without DTLS by Gilles Peskine · 3 years, 5 months ago
  7. 168f17c New sample/test configuration: small DTLS 1.2 by Gilles Peskine · 3 years, 5 months ago
  8. 7451e5a Minimal TLS configuration: documentation improvements by Gilles Peskine · 3 years, 5 months ago
  9. fd222da Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  10. 9a34b60 Merge pull request #5576 from AndrzejKurek/raw-key-agreement-destroy-missing by Gilles Peskine · 3 years, 5 months ago
  11. a0237f8 Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
  12. 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
  13. e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  14. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 6 months ago
  15. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  16. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  17. 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
  18. 9cb0882 Minor clarification by Gilles Peskine · 3 years, 6 months ago
  19. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  20. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
  21. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  22. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
  23. 66971f8 Add prototype for automatically generated debug helper by Gilles Peskine · 3 years, 7 months ago
  24. c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
  25. 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
  26. e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
  27. 915896f Add accessor function from mbedtls_ssl_context to the configuration by Gilles Peskine · 3 years, 7 months ago
  28. 69477b5 Add a field for application data to TLS structures by Gilles Peskine · 3 years, 7 months ago
  29. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  30. 9b545c0 Merge pull request #5520 from gabor-mezei-arm/5402_implement_hkdf_expand_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  31. f1b23ca move wrong comments by Jerry Yu · 3 years, 6 months ago
  32. 18621df remove extra empty line by Jerry Yu · 3 years, 6 months ago
  33. 50f2f70 remove extra guards by Jerry Yu · 3 years, 6 months ago
  34. 840fbb2 guards populate_transform reference by Jerry Yu · 3 years, 6 months ago
  35. 4f9e3ef move session_save/load_tls12 by Jerry Yu · 3 years, 6 months ago
  36. d9d91da move sig_hash_* by Jerry Yu · 3 years, 6 months ago
  37. ee40f9d move get_key_exchange_md_tls12 by Jerry Yu · 3 years, 6 months ago
  38. 9bccc4c move populate_transform by Jerry Yu · 3 years, 6 months ago
  39. e93ffcd move tls_prf_get_type by Jerry Yu · 3 years, 6 months ago
  40. 392112c move tls12prf_from_cs by Jerry Yu · 3 years, 6 months ago
  41. 0b3d7c1 move parse_finished by Jerry Yu · 3 years, 6 months ago
  42. 3c8e47b move write_finished by Jerry Yu · 3 years, 6 months ago
  43. 2a9fff5 move wrapup by Jerry Yu · 3 years, 6 months ago
  44. aef0015 move wrapup_free_hs_transform by Jerry Yu · 3 years, 6 months ago
  45. b7ba49e move calc_finished_tls_sha384 by Jerry Yu · 3 years, 6 months ago
  46. 615bd6f move calc_finished_tls_sha256 by Jerry Yu · 3 years, 6 months ago
  47. d952669 move write_certificate by Jerry Yu · 3 years, 6 months ago
  48. c2c673d move resend_hello_request by Jerry Yu · 3 years, 6 months ago
  49. ce3dca4 move psk_derive_premaster by Jerry Yu · 3 years, 6 months ago
  50. c1cb384 move calc_verify_tls_sha384 by Jerry Yu · 3 years, 6 months ago
  51. 8392e0d move calc_verify_tls_sha256 by Jerry Yu · 3 years, 6 months ago
  52. d62f87e move derive_keys by Jerry Yu · 3 years, 6 months ago
  53. 2a7b5ac move compute_master by Jerry Yu · 3 years, 6 months ago
  54. d6ab235 move use_opaque_psk by Jerry Yu · 3 years, 6 months ago
  55. f009d86 move set_handshake_prfs by Jerry Yu · 3 years, 6 months ago
  56. dc7bd17 move tls_prf_sha256/384 by Jerry Yu · 3 years, 6 months ago
  57. ed14c93 add static prototypes by Jerry Yu · 3 years, 6 months ago
  58. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  59. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  60. c73c618 Wrap function not used by test_tls13_only by Jerry Yu · 3 years, 6 months ago
  61. bd19287 fix docs issue by Jerry Yu · 3 years, 6 months ago
  62. bef175d Wrap derive_keys with TLS1_2 option by Jerry Yu · 3 years, 6 months ago
  63. cc43c6b fix coding style issue by Jerry Yu · 3 years, 6 months ago
  64. 6331909 remove ifndef guard by Jerry Yu · 3 years, 6 months ago
  65. e754193 Remove guard inside ssl_srv.c by Jerry Yu · 3 years, 6 months ago
  66. fb4b647 tls13_only: improve guards of files. by Jerry Yu · 3 years, 6 months ago
  67. db8c48a tls13_only:Remove unnecessary functions by Jerry Yu · 3 years, 6 months ago
  68. 7d23963 fix wrong setting of max_minor version by Jerry Yu · 3 years, 6 months ago
  69. 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
  70. adb1869 fix document about tls13 by Jerry Yu · 3 years, 6 months ago
  71. 72a0565 docs: Add version support description by Jerry Yu · 3 years, 6 months ago
  72. da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 8 months ago
  73. c5aef88 tls13_only: guard ssl_{cli,srv}.c with TLS1_2 by Jerry Yu · 3 years, 8 months ago
  74. ab08290 tls13_only: skip tls12 tests. by Jerry Yu · 3 years, 8 months ago
  75. 8a49720 tls13_only: tls 1.3 suite pass by Jerry Yu · 3 years, 8 months ago
  76. c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
  77. c3091b1 tls13_only: compile pass by Jerry Yu · 3 years, 8 months ago
  78. e0a6412 tls13_only: check_config pass by Jerry Yu · 3 years, 8 months ago
  79. 9c6a692 Merge pull request #5551 from gilles-peskine-arm/jinja-markupsafe-2.1-dependency by Paul Elliott · 3 years, 6 months ago
  80. 7b2804b Require an older version of markupsafe for the sake of older Jinja2 by Gilles Peskine · 3 years, 6 months ago
  81. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  82. d70fa0e Restructure error handling in mbedtls_pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  83. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  84. 4fa604c Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  85. 57b1ff3 Merge pull request #5377 from hanno-arm/ecp_add_mixed_fewer_mpis by Gilles Peskine · 3 years, 6 months ago
  86. 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  87. 5955053 Change signature_length type to size_t by Andrzej Kurek · 3 years, 6 months ago
  88. 32048a6 pk_verify_ext: introduce more tests for signature length mismatches by Andrzej Kurek · 3 years, 6 months ago
  89. 4a953cd pk: properly handle signatures in larger buffers when using PSA by Andrzej Kurek · 3 years, 6 months ago
  90. 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  91. 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
  92. d917081 Typo by Gabor Mezei · 3 years, 6 months ago
  93. 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  94. 8d5a4cb Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
  95. 833713c Add better name for variable by Gabor Mezei · 3 years, 6 months ago
  96. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  97. 90ba2cb Cosmetic changes to return placement and variable naming by Andrzej Kurek · 3 years, 6 months ago
  98. a7a1dea Merge pull request #5393 from gilles-peskine-arm/opt-testcases-outcomes-fix by Ronald Cron · 3 years, 6 months ago
  99. 853ad7b Use macros in tests for PSA init/deinit routines by Andrzej Kurek · 3 years, 6 months ago
  100. a1b5069 Merge pull request #5526 from paul-elliott-arm/fix_fuzzer_null_ref by Manuel Pégourié-Gonnard · 3 years, 6 months ago