1. 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
  2. 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
  3. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  4. 39f2f73 Merge pull request #5630 from ronald-cron-arm/restore-full-compat-testing by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  5. e44d8e7 Merge pull request #5369 from xkqian/add_2nd_client_hello by Ronald Cron · 3 years, 4 months ago
  6. ab5274b Remove parameters validation using ECP_VALIDATE_RET by Przemek Stekiel · 3 years, 4 months ago
  7. fb39f15 ssl_tls.c: Use ETM status only in CBC mode case by Ronald Cron · 3 years, 4 months ago
  8. 862902d ssl_srv.c: Mark ETM as disabled if cipher is not CBC by Ronald Cron · 3 years, 5 months ago
  9. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  10. 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago
  11. c02768a Replace ssl->handshake with handshake in write_cookie_ext() by XiaokangQian · 3 years, 6 months ago
  12. 9b93c0d Change cookie parameters for dtls and tls 1.3 by XiaokangQian · 3 years, 6 months ago
  13. 25c9c90 Refine cookie len to fix compile issues by XiaokangQian · 3 years, 6 months ago
  14. 9deb90f Change parameter names and code style by XiaokangQian · 3 years, 6 months ago
  15. 5e3c947 Fix right-shift data loss issue with MBEDTLS_PUT_UINT16_BE in cookie by XiaokangQian · 3 years, 6 months ago
  16. 233397e Update code base on comments by XiaokangQian · 3 years, 6 months ago
  17. 0b64eed Add cookies write in client hello by XiaokangQian · 3 years, 6 months ago
  18. 9004524 Merge pull request #5659 from yuhaoth/pr/fix-wrong-check-certificate-verify by Ronald Cron · 3 years, 4 months ago
  19. 6c6f102 fix various issues by Jerry Yu · 3 years, 4 months ago
  20. bd1b327 Remove useless code by Jerry Yu · 3 years, 5 months ago
  21. b7f5b97 Minor changes to sha256.c to bring it in line with sha512.c by Tom Cosgrove · 3 years, 5 months ago
  22. 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  23. e26acee Refactor guards for sig algs by Jerry Yu · 3 years, 5 months ago
  24. f8aa9a4 fix various issues by Jerry Yu · 3 years, 5 months ago
  25. 5e4bf95 Merge pull request #5602 from superna9999/5174-md-hmac-dtls-cookies by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  26. 8c33886 create sig_alg decode function by Jerry Yu · 3 years, 5 months ago
  27. 0c23fc3 fix various guards issues by Jerry Yu · 3 years, 5 months ago
  28. 7533982 guard pk_error_from_psa_ecdsa with USE_PSA_CRYPTO by Jerry Yu · 3 years, 5 months ago
  29. e010de4 Rename ctx to rsa_ctx by Jerry Yu · 3 years, 5 months ago
  30. fb0621d fix pk_sign_ext issues by Jerry Yu · 3 years, 5 months ago
  31. cef3f33 Guard rsa sig algs with rsa_c and pkcs1_v{15,21} by Jerry Yu · 3 years, 5 months ago
  32. e91a51a Refactor get_sig_alg_from pk by Jerry Yu · 3 years, 5 months ago
  33. bf455e7 rename pk_psa_rsa_sign_ext param by Jerry Yu · 3 years, 5 months ago
  34. 3616533 tls13:remove ec check from validate certification by Jerry Yu · 3 years, 5 months ago
  35. 488a40e Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  36. dddf5a0 Refactor get_sig_alg_from_pk by Jerry Yu · 3 years, 5 months ago
  37. 89107d1 fix ci fail without RSA_C by Jerry Yu · 3 years, 5 months ago
  38. 406cf27 fix various issues by Jerry Yu · 3 years, 5 months ago
  39. 848ecce fix wrong typo in function name by Jerry Yu · 3 years, 5 months ago
  40. 07869e8 fix psa crypto test fail by Jerry Yu · 3 years, 5 months ago
  41. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  42. b6875bc change rsa_pss salt type by Jerry Yu · 3 years, 5 months ago
  43. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  44. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  45. 1d172a3 Add pk_psa_sign_ext by Jerry Yu · 3 years, 5 months ago
  46. 8beb9e1 Change prototype of pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  47. 67eced0 replace pk_sign with pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  48. d69439a add mbedtls_pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  49. 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 6 months ago
  50. bfcfe74 add signature algorithm debug helper by Jerry Yu · 3 years, 6 months ago
  51. 919130c Add rsa_pss_rsae_sha256 support by Jerry Yu · 3 years, 5 months ago
  52. b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
  53. 79daea2 Handle and return translated PSA errors in ssl_cookie.c by Neil Armstrong · 3 years, 5 months ago
  54. 2d5e343 Use inline PSA code instead of using ssl_cookie_hmac in mbedtls_ssl_cookie_write() by Neil Armstrong · 3 years, 5 months ago
  55. f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  56. 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  57. 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  58. 8d7afc6 Merge pull request #5523 from ronald-cron-arm/one-flush-output-development by Ronald Cron · 3 years, 5 months ago
  59. 62e6ea2 Avoid spurious write to *olen in PSA version of rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  60. 17a0655 Add documentation to find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
  61. 05132ed md_alg is used in ecdsa_sign_wrap(), cleanup code by Neil Armstrong · 3 years, 5 months ago
  62. cb753a6 Use mbedtls_eckey_info directly in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  63. 711d0f5 Add implemetation of ECP keypair export function by Przemek Stekiel · 3 years, 5 months ago
  64. e5b5319 Merge pull request #5636 from mprse/tls_ecdh_2b by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  65. 29c0c04 Only make PSA HMAC key exportable when NULL or CBC & not EtM in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 5 months ago
  66. 9ebb9ff Reduce HMAC buffer usage in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  67. 72c2f76 Assume MAC key length is always exactly the output size in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  68. 36cc13b Use PSA defines for buffers in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  69. ae57cfd Use psa_ssl_status_to_mbedtls in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  70. 28d9c63 Fix comments in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  71. 8d4bc5e Merge pull request #5481 from gabor-mezei-arm/5401_implement_hkdf_extract_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  72. 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  73. 7c92fe9 Merge pull request #5614 from gabor-mezei-arm/5203_tls_cipher_tickets_use_psa_for_protection by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  74. 560ef59 Merge pull request #5613 from mprse/tls_ecdh_2a by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  75. 068a6b4 ssl_check_server_ecdh_params():Adapt build flags by Przemek Stekiel · 3 years, 5 months ago
  76. da1d80d Use mbedtls_rsa_info directly in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  77. 7b1dc85 Simplify padding check and get rid of psa_sig_md in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  78. 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  79. 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  80. 103e08a Fix return value handling by Gabor Mezei · 3 years, 5 months ago
  81. 561a423 ssl_parse_signature_algorithm(): refactor PSA CRYPTO code by Przemek Stekiel · 3 years, 5 months ago
  82. 5b8b890 Check PSA functions' return value before converting by Gabor Mezei · 3 years, 5 months ago
  83. 36c9f51 Use size_t instead of int to silence compiler warnings by Gabor Mezei · 3 years, 5 months ago
  84. 4f4bac7 Remove blank lines by Gabor Mezei · 3 years, 5 months ago
  85. dd482bf Modify own_pubkey_max_len calculation by Przemek Stekiel · 3 years, 5 months ago
  86. a4e15cc Fix comment: add fields size by Przemek Stekiel · 3 years, 5 months ago
  87. 855938e Move mbedtls_ecdh_setup() to no-psa path by Przemek Stekiel · 3 years, 5 months ago
  88. 338b61d Fix code style by Przemek Stekiel · 3 years, 5 months ago
  89. d905d33 ssl_write_client_key_exchange(): enable psa support for ECDH-ECDSA and ECDH-RSA key exchange by Przemek Stekiel · 3 years, 5 months ago
  90. ea4000f ssl_parse_signature_algorithm(): populate psa handshake fields when psa crypto is enabled by Przemek Stekiel · 3 years, 5 months ago
  91. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  92. ce1d792 Remove duplicated code by Przemek Stekiel · 3 years, 5 months ago
  93. 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  94. 3aca61f Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  95. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  96. fc91a1f Use PSA for private key generation and public key export only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
  97. a21af3d Use mbedtls_psa_parse_tls_ecc_group() instead PSA_KEY_TYPE_ECC_KEY_PAIR( mbedtls_ecc_group_to_psa() ) by Przemek Stekiel · 3 years, 5 months ago
  98. 0a60c12 Add intermediate variables to increase code readability by Przemek Stekiel · 3 years, 5 months ago
  99. e9f0044 Destroy ecdh_psa_privkey on failure by Przemek Stekiel · 3 years, 5 months ago
  100. 130c4b5 Use PSA version of key agreement only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago