1. d9aaf76 Fixing CI complains. Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  2. b06acd7 Fixing PSA return status Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  3. 670913f Fixing return value for ssl_tls13_write_certificate_body() by pespacek · 3 years, 2 months ago
  4. 3493587 FEATURE: mbedtls_md() in ssl_tls13_write_certificate_verify_body() by pespacek · 3 years, 3 months ago
  5. a137810 FEATURE: use psa_hash_xxx rather than mbedtls_md_xxx for TLS 1.3. by pespacek · 3 years, 3 months ago
  6. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  7. b2f2b02 Clarify mbedtls_pk_can_do_ext() return documentation amd add warning on future addition of allowed algs & usage flags by Neil Armstrong · 3 years, 3 months ago
  8. c661ff5 Fix pk_can_do_ext tests with non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  9. a724f7a Document mbedtls_pk_can_do_ext() return for non-allowed algorithms and usage flags by Neil Armstrong · 3 years, 3 months ago
  10. 81d391f Check when usage == 0 in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  11. b80785f Comment typo fix in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  12. e4d3a6a Merge pull request #5804 from superna9999/5797-remove-cipher-deps-tls by Gilles Peskine · 3 years, 3 months ago
  13. 5c5b116 Add pk_can_do_ext test for non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  14. afe149d Merge pull request #5846 from bootstrap-prime/development by Dave Rodgman · 3 years, 3 months ago
  15. 4283a6b Merge pull request #5736 from gilles-peskine-arm/psa-raw_key_agreement-buffer_too_small by Paul Elliott · 3 years, 3 months ago
  16. 084338d Change mbedtls_pk_can_do_ext() usage test logic for opaque keys by Neil Armstrong · 3 years, 3 months ago
  17. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  18. 8395d7a Change guard of mbedtls_ssl_cipher_to_psa() with USE_PSA_CRYPTO || SSL_PROTO_TLS1_3 by Neil Armstrong · 3 years, 3 months ago
  19. 0fa8ce3 TLS 1.3 only have AEAD ciphers, drop the PSA_ALG_IS_AEAD() check in mbedtls_ssl_tls13_get_cipher_key_info() by Neil Armstrong · 3 years, 3 months ago
  20. b818e16 Move out common PSA code from mbedtls_ssl_tls13_generate_handshake_keys/mbedtls_ssl_tls13_generate_application_keys by Neil Armstrong · 3 years, 3 months ago
  21. e3b0b8a Remove non-PSA code in mbedtls_ssl_tls13_generate_handshake_keys/mbedtls_ssl_tls13_generate_application_keys by Neil Armstrong · 3 years, 3 months ago
  22. 9361724 Code style fixes by Neil Armstrong · 3 years, 3 months ago
  23. 689557c Make CIPHER_C guard code as alternate of USE_PSA_CRYPTO in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() by Neil Armstrong · 3 years, 3 months ago
  24. 4f4f271 In mbedtls_ssl_tls13_generate_handshake_keys() and mbedtls_ssl_tls13_generate_application_keys(), avoid calling mbedtls_cipher_info_from_type() by Neil Armstrong · 3 years, 3 months ago
  25. a8093f5 In mbedtls_ssl_tls13_populate_transform() make sure mbedtls_cipher_info_from_type() is only called when USE_PSA is disabled by Neil Armstrong · 3 years, 3 months ago
  26. 801abb6 Provide a PSA definition of mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 3 months ago
  27. 6ab65e2 Merge pull request #5842 from mprse/decrypt_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  28. 42ed963 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
  29. 9edf51d Merge pull request #5785 from gabor-mezei-arm/5460_unify_parsing_sig_alg_ext by Ronald Cron · 3 years, 3 months ago
  30. a478441 Merge pull request #5748 from yuhaoth/pr/add-tls13-write-certificate-and-verify by Paul Elliott · 3 years, 3 months ago
  31. bbb8b75 Fixup comment of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  32. 8eb0afb Remove duplicate pk_can_do_ext test by Neil Armstrong · 3 years, 3 months ago
  33. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  34. 434d4eb Remove invalid comments in pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  35. dab56ba Fix typo in mbedtls_pk_can_do_ext() code documentation by Neil Armstrong · 3 years, 3 months ago
  36. cec133a Fix typo in mbedtls_pk_can_do_ext() documentation by Neil Armstrong · 3 years, 3 months ago
  37. 3e56130 psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
  38. 7be11a7 Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  39. d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  40. 3ff2544 Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  41. d4a258a Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  42. 992bee8 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  43. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 3 months ago
  44. 8da6da3 ssl-opt.sh: add test of RSA Opaque keys with TLS 1.2 server for decryption by Przemek Stekiel · 3 years, 3 months ago
  45. 9b7e296 Merge pull request #4211 from ccawley2011/mingw by Gilles Peskine · 3 years, 3 months ago
  46. f460191 Merge pull request #5840 from bensze01/python_3.10_support by Gilles Peskine · 3 years, 3 months ago
  47. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 4 months ago
  48. 696956d Typo by Gabor Mezei · 3 years, 3 months ago
  49. 0a4298b Remove unnecessary duble conversion by Gabor Mezei · 3 years, 3 months ago
  50. 44f138d Add minimum requirements for Python 3.10 support by Bence Szépkúti · 3 years, 3 months ago
  51. b89125b Add test without server certificate by Jerry Yu · 3 years, 3 months ago
  52. d87e46f Merge pull request #3641 from okhowang/c99 by Dave Rodgman · 3 years, 3 months ago
  53. 23d1a25 fix hrr handler undefine fail by Jerry Yu · 3 years, 3 months ago
  54. 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  55. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  56. ce1d239 Add tests for mbedtls_pk_can_do_ext() in test_suite_pktest_suite_pk by Neil Armstrong · 3 years, 3 months ago
  57. a88b158 Add implementation of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  58. 0b52958 Add definition of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  59. 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  60. 8b65420 Add comment by Dave Rodgman · 3 years, 3 months ago
  61. da5f483 all.sh: Fix order of CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  62. a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
  63. 179d748 all.sh: add build/test config crypto_full minus CIPHER Dependency list: by Przemek Stekiel · 3 years, 3 months ago
  64. 10f3a60 all.sh: add build/test config full minus CIPHER by Przemek Stekiel · 3 years, 3 months ago
  65. ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  66. 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
  67. 34f6ac7 Merge pull request #5812 from adeaarm/development by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  68. c9c6e8d Improve comments by Dave Rodgman · 3 years, 3 months ago
  69. 5a26f30 Refactor cert exchange states by Jerry Yu · 3 years, 3 months ago
  70. c450566 Update client auth tests by Jerry Yu · 3 years, 3 months ago
  71. f1c3c4e fix various issues by Jerry Yu · 3 years, 3 months ago
  72. c8bdbf7 test:add state check for certificate and verify by Jerry Yu · 3 years, 4 months ago
  73. c6e6dbf fix various issues by Jerry Yu · 3 years, 4 months ago
  74. 4ff9e14 Add server certificate verfiy by Jerry Yu · 3 years, 4 months ago
  75. 1bff711 tls13:server:add server certificate writing by Jerry Yu · 3 years, 4 months ago
  76. 83da34e tls13:server:add dummy write certificate by Jerry Yu · 3 years, 4 months ago
  77. 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  78. 65a141a Fix minor grammatical error by Dave Rodgman · 3 years, 4 months ago
  79. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  80. e27e96d Revert spelling fixes to ChangeLog by Dave Rodgman · 3 years, 4 months ago
  81. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  82. 85fba90 Add comment by Dave Rodgman · 3 years, 3 months ago
  83. faef649 Fix Ubuntu compile error in udp_proxy.c by Dave Rodgman · 3 years, 3 months ago
  84. f5f1cfc Additional CMake flag for controlling C standard by Dave Rodgman · 3 years, 3 months ago
  85. df865c3 Pass c99 to compiler in CMakeLists.txt by okhowang(王沛文) · 5 years ago
  86. 86acf05 Update signiture algorithm handling by Gabor Mezei · 3 years, 3 months ago
  87. 53a3b14 Update documntation by Gabor Mezei · 3 years, 3 months ago
  88. c1051b6 Remove `MBEDTLS_SSL_SIG_ALG_SET` macro by Gabor Mezei · 3 years, 3 months ago
  89. 3631cf6 Rename signiture algorithm macros to better suite with TLS 1.2 by Gabor Mezei · 3 years, 3 months ago
  90. 24c7c2b Unify `MBEDTLS_TLS_SIG_NONE` macro definition for TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
  91. a3d016c Rename and rewrite `mbedtls_ssl_sig_hash_set_find` function by Gabor Mezei · 3 years, 3 months ago
  92. 1226590 Explicitly set invalid value for the end of the signiture algorithm set by Gabor Mezei · 3 years, 3 months ago
  93. 15b95a6 Use common macro for the invalid signiture algorithm botn in TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
  94. 1a3be08 Reorder defines to use previous definitions by Gabor Mezei · 3 years, 3 months ago
  95. 078e803 Unify parsing of the signature algorithms extension by Gabor Mezei · 3 years, 3 months ago
  96. 5479f53 Merge pull request #5772 from superna9999/5762-rsa-decrypt-pk by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  97. 814562a Switch last TEST_ASSERT() in TEST_EQUAL() in pk_wrap_rsa_decrypt_test_vec() by Neil Armstrong · 3 years, 3 months ago
  98. d1a954d Merge pull request #5707 from yuhaoth/pr/add-tls13-write-hello-retry-request by Paul Elliott · 3 years, 3 months ago
  99. 4bfb007 Handle platform differences in gmtime_s by Dave Rodgman · 3 years, 3 months ago
  100. 3383e43 Add changelog entry by Dave Rodgman · 3 years, 3 months ago