1. 5fbe9e7 remove useless parentheses by Johan Pascal · 4 years, 9 months ago
  2. 5ef72d2 Style and typos by Johan Pascal · 4 years, 9 months ago
  3. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  4. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  5. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  6. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 10 months ago
  7. 9bc50b0 Test check the key material exported match - include interop with openssl client by Johan Pascal · 4 years, 11 months ago
  8. d387aa0 style + missing cast by Johan Pascal · 4 years, 11 months ago
  9. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 11 months ago
  10. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
  11. d576fdb Style + fix bound check in write_use_srt_ext by Johan Pascal · 4 years, 11 months ago
  12. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
  13. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  14. 48f62e9 Fix ssl_client2 after rebase by Johan Pascal · 5 years ago
  15. 1d957e6 Fix build warning by Johan Pascal · 5 years ago
  16. b64eab7 fix style by Johan Pascal · 5 years ago
  17. 8f284c1 Add the SRTP configuration to query_config by Ron Eldor · 6 years ago
  18. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  19. a978804 Style fixes by Ron Eldor · 7 years ago
  20. ef72faf Style fixes by Ron Eldor · 7 years ago
  21. 311b95a Fix compilation errors by Ron Eldor · 7 years ago
  22. 12c6ead Fix mki issues by Ron Eldor · 7 years ago
  23. 6ea6451 Add dtls-srtp to client and server examples by Ron Eldor · 7 years ago
  24. 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 9 months ago
  25. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  26. 88ebb2d Include public and public-ish PSA headers in CPP check by Steven Cooreman · 4 years, 10 months ago
  27. d696e7d programs/ssl: Fix incorrect EOF check in ssl_context_info.c by Nayna Jain · 5 years ago
  28. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  29. 8f24a8b Merge pull request #3595 from gilles-peskine-arm/cert-gen-cleanup-202008-development by Ronald Cron · 4 years, 10 months ago
  30. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  31. de47217 Do not print any messages if query_config option is used by gabor-mezei-arm · 5 years ago
  32. f1f7b29 Fix overiding of return value. by gabor-mezei-arm · 5 years ago
  33. 7859585 Use goto exit instead of direct return by gabor-mezei-arm · 5 years ago
  34. a9eecf1 If query_config is used only the config value is printed. by gabor-mezei-arm · 5 years ago
  35. 2542c21 Add MBEDTLS_PSA_CRYPTO_CONFIG to test program by John Durkop · 4 years, 11 months ago
  36. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
  37. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  38. e5874e1 Merge pull request #3525 from HowJMay/typo by Dave Rodgman · 5 years ago
  39. ccbd622 Fix typo in comment by HowJMay · 5 years ago
  40. 0d59f7b0 Add configuration flag `MBEDTLS_PSA_CRYPTO_DRIVERS` by Steven Cooreman · 5 years ago
  41. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  42. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  43. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  44. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  45. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  46. 6edfe60 Merge pull request #2182 from hanno-arm/key_pwd by Manuel Pégourié-Gonnard · 5 years ago
  47. e014fec Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  48. 384e274 cert_req: discover hash algorithms automatically by Gilles Peskine · 5 years ago
  49. 18292fe cert_write: discover hash algorithms automatically by Gilles Peskine · 5 years ago
  50. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  51. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  52. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  53. 2d3ac68 Parse key-file and -password parameters in same place in ssl_client2 by Hanno Becker · 5 years ago
  54. bffa54f Add usage string for `key_pwd` argument in ssl_client2 program by Hanno Becker · 5 years ago
  55. 34ce81f Avoid overly long usage string literal in ssl_server2 program by Hanno Becker · 5 years ago
  56. ca04fdc Add support for password protected key file to ssl_client2 by Hanno Becker · 7 years ago
  57. e58a630 Add support for password protected key file to ssl_server2 by Hanno Becker · 7 years ago
  58. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  59. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  60. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  61. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  62. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  63. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  64. 00890e3 programs: psa: Link against mbedcrypto not mbedtls by Ronald Cron · 5 years ago
  65. 7d86616 Use mbedtls_test_unhexify in programs by Ronald Cron · 5 years ago
  66. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  67. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  68. 0b90c9d programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
  69. 2773113 programs: ssl: cmake: Add missing executables by Ronald Cron · 5 years ago
  70. 5df1be9 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  71. 4d18849 Merge branch 'development-restricted' into mbedtls-2.23.0r0 by Janos Follath · 5 years ago
  72. e81dc00 Merge pull request #3422 from niacat/net-sockets-fixes by Gilles Peskine · 5 years ago
  73. 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
  74. d335f2b Merge pull request #3421 from niacat/posix_c_source by Manuel Pégourié-Gonnard · 5 years ago
  75. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  76. c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  77. 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
  78. 65d8c26 Show failure in ssl-opts.sh when key export fails by Ron Eldor · 6 years ago
  79. 1c0c837 Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. by nia · 5 years ago
  80. 7eb0e62 ssl_mail_client: Define _XOPEN_SOURCE=600 for gethostname by nia · 5 years ago
  81. 15fee93 Merge pull request #3363 from bensze01/zeroize by danh-arm · 5 years ago
  82. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  83. 5620d71 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  84. 1a3f9ed Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  85. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  86. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  87. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  88. 73b3942 Merge pull request #3367 from hug-dev/psa-constants-in-build-dir by Gilles Peskine · 5 years ago
  89. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  90. 3427f1d Update query_config.c by Hanno Becker · 5 years ago
  91. a89040c Fix undeclared deps on CTR_DRBG in programs/fuzz by Manuel Pégourié-Gonnard · 5 years ago
  92. 235c72d Generate PSA constant names in CMake build dir by Hugues de Valon · 5 years ago
  93. 81f3662 Update query_config.c by Hanno Becker · 5 years ago
  94. ee40e76 Normalize line endings by Gilles Peskine · 5 years ago
  95. 4850263 Merge pull request #3319 from Kxuan/development by danh-arm · 5 years ago
  96. e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
  97. 297896e Remove obsolete comment by k-stachowiak · 6 years ago
  98. e22da99 Fix typo in program benchmark. by Zhai Zhaoxuan · 5 years ago
  99. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  100. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago