1. ebb3640 Added SHA3 to benchmark. by Pol Henarejos · 3 years, 3 months ago
  2. 4712d4c Added SHA3 to MD. by Pol Henarejos · 3 years, 3 months ago
  3. 1f3ae16 olen parameter shall contain the length of the buffer. by Pol Henarejos · 3 years, 3 months ago
  4. e6b8c83 Remove sha3_alt.h by Pol Henarejos · 3 years, 3 months ago
  5. 116411e Fix when no SHA3 family is found. by Pol Henarejos · 3 years, 3 months ago
  6. 85eeda0 olen = 0 is not allowed for SHA-3. by Pol Henarejos · 3 years, 3 months ago
  7. 084649d SHA-3 does not use SHA3_ALT anymore. by Pol Henarejos · 3 years, 3 months ago
  8. 90f360e Aligning spaces by Pol Henarejos · 3 years, 3 months ago
  9. f645705 Add test vectors (from NIST) for SHA-3. by Pol Henarejos · 3 years, 3 months ago
  10. 0cd1f1c Add SHA-3 module. by Pol Henarejos · 3 years, 3 months ago
  11. 310294f Merge pull request #5759 from tom-daubney-arm/correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
  12. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  13. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  14. 4098083 Merge pull request #5745 from superna9999/5712-pk-opaque-rsa-pss-sign-tls by Gilles Peskine · 3 years, 3 months ago
  15. ae396bb Merge pull request #5773 from daverodgman/fix_debug_helper by Gilles Peskine · 3 years, 3 months ago
  16. 4acd3c7 Merge pull request #5776 from mprse/mixed_psk_log by Gilles Peskine · 3 years, 3 months ago
  17. f216179 Merge pull request #2082 from hanno-arm/iotssl-2490 by Gilles Peskine · 3 years, 3 months ago
  18. 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
  19. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  20. 2230e6c Simplify PSA transform->ivlen set in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 3 months ago
  21. 3bf040e Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup() by Neil Armstrong · 3 years, 3 months ago
  22. 301711e Simplify mbedtls_ssl_get_base_mode by Gilles Peskine · 3 years, 3 months ago
  23. e108d98 Simplify mbedtls_ssl_get_mode by Gilles Peskine · 3 years, 3 months ago
  24. 98136b1 Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh by Neil Armstrong · 3 years, 3 months ago
  25. efffd64 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  26. 1c9eb72 Update PSA specific comment in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 3 months ago
  27. 8ba99e7 Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  28. 002a7b2 Adapt ChangeLog by Hanno Becker · 7 years ago
  29. 2b9fb88 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  30. eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 months ago
  31. b51561b Add change log entry for mixed-psk by Przemek Stekiel · 3 years, 3 months ago
  32. a828f4d Merge pull request #5684 from tom-daubney-arm/M-AEAD_decrypt_driver_dispatch_test by Ronald Cron · 3 years, 4 months ago
  33. e65d801 fix undeclare error by Jerry Yu · 3 years, 4 months ago
  34. 882e02e Move and fixup check_test_requires_psa_disabled() into check_test_cases() by Neil Armstrong · 3 years, 4 months ago
  35. 6e6967f Reorganize PSA INVALID_PADDING handling for test #5 in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 4 months ago
  36. 2f8c2a5 Merge pull request #5753 from tom-cosgrove-arm/fix-missing-prototypes-warnings-a64-sha256-sha512 by Gilles Peskine · 3 years, 4 months ago
  37. eef30bc Merge pull request #5755 from mpg/ecdsa-range-test by Gilles Peskine · 3 years, 4 months ago
  38. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  39. 955ddd7 fix various issues by Jerry Yu · 3 years, 4 months ago
  40. 4914d50 Fix spelling error in generated helper code by Dave Rodgman · 3 years, 4 months ago
  41. b8f7694 Fix Doxygen syntax error in generated code by Dave Rodgman · 3 years, 4 months ago
  42. 60d83f0 Merge pull request #5710 from superna9999/5627-pk-opaque-rsa-x509 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  43. 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  44. 76b7407 Use MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM to enable ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
  45. f2c82f0 Introduce MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM macro to determine if Encrypt-then-MAC with CBC is used in a ciphersuite by Neil Armstrong · 3 years, 4 months ago
  46. ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
  47. d1be767 Use PSA_BLOCK_CIPHER_BLOCK_LENGTH instead of PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  48. 6b27c97 Rename mbedtls_get_mode() to mbedtls_ssl_get_mode() by Neil Armstrong · 3 years, 4 months ago
  49. ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
  50. 858581e Remove cipher_info in mbedtls_ssl_ticket_setup() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  51. a0eeb7f Remove cipher_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  52. 7fea33e Use mbedtls_get_mode_from_ciphersuite() in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  53. fe635e4 Use mbedtls_get_mode_from_ciphersuite() in server-side ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
  54. 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
  55. 136f840 Replace PSA/Cipher logic with mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  56. 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  57. 7d063f6 Adds comments for clarification by Thomas Daubney · 3 years, 4 months ago
  58. a09f5e9 fix build fail by Jerry Yu · 3 years, 4 months ago
  59. cfc04b3 Update comments in write server hello by Jerry Yu · 3 years, 4 months ago
  60. e74e04a Rename write supported_versions ext by Jerry Yu · 3 years, 4 months ago
  61. d9436a1 remove guards for write_key_share by Jerry Yu · 3 years, 4 months ago
  62. 57d4841 fix write key_share issues by Jerry Yu · 3 years, 4 months ago
  63. 637a3f1 fix various issues by Jerry Yu · 3 years, 4 months ago
  64. 1c3e688 fix comments issues by Jerry Yu · 3 years, 4 months ago
  65. 8b9fd37 Add P_CLI test to easy debug by Jerry Yu · 3 years, 4 months ago
  66. 349a613 fix write selected_version fail by Jerry Yu · 3 years, 4 months ago
  67. abf20c7 add state check by Jerry Yu · 3 years, 4 months ago
  68. fb9f54d fix comments issue by Jerry Yu · 3 years, 4 months ago
  69. 89e103c tls13: Share write ecdh_key_exchange function by Jerry Yu · 3 years, 4 months ago
  70. 3bf2c64 tls13: write server hello compile pass by Jerry Yu · 3 years, 4 months ago
  71. 56404d7 tls13:server:Add finalize write_server_hello and dummy body by Jerry Yu · 3 years, 4 months ago
  72. f4b27e4 tls13:server:Add prepare write_server_hello by Jerry Yu · 3 years, 4 months ago
  73. 5b64ae9 tls13:server:Add base framework for serverhello by Jerry Yu · 3 years, 4 months ago
  74. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  75. 7f6f672 Add Opaque PK test case for TLS 1.3 by Neil Armstrong · 3 years, 4 months ago
  76. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  77. e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 4 months ago
  78. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  79. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  80. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  81. 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 4 months ago
  82. 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 4 months ago
  83. 9d8716c Merge pull request #5739 from gilles-peskine-arm/depends-curves-positive-only by Gilles Peskine · 3 years, 4 months ago
  84. 843795a Use macro for public key buffer size in pk_psa_wrap_sign_ext() by Neil Armstrong · 3 years, 4 months ago
  85. 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  86. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  87. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  88. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  89. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  90. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  91. c5bd1b8 PSA key derivation mix-psk tests: add description for bad state cases by Przemek Stekiel · 3 years, 4 months ago
  92. 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
  93. 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago
  94. 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 4 months ago
  95. e47201b rename: psa_tls12_prf_set_other_key->psa_tls12_prf_psk_to_ms_set_other_key and adapt code by Przemek Stekiel · 3 years, 4 months ago
  96. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  97. 2503f7e Handle empty other secret when passed with input bytes by Przemek Stekiel · 3 years, 4 months ago
  98. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  99. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  100. b29d814 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago