1. 6c6f102 fix various issues by Jerry Yu · 3 years, 4 months ago
  2. bd1b327 Remove useless code by Jerry Yu · 3 years, 4 months ago
  3. e26acee Refactor guards for sig algs by Jerry Yu · 3 years, 5 months ago
  4. f8aa9a4 fix various issues by Jerry Yu · 3 years, 5 months ago
  5. 8c33886 create sig_alg decode function by Jerry Yu · 3 years, 5 months ago
  6. 0c23fc3 fix various guards issues by Jerry Yu · 3 years, 5 months ago
  7. 7533982 guard pk_error_from_psa_ecdsa with USE_PSA_CRYPTO by Jerry Yu · 3 years, 5 months ago
  8. e010de4 Rename ctx to rsa_ctx by Jerry Yu · 3 years, 5 months ago
  9. fb0621d fix pk_sign_ext issues by Jerry Yu · 3 years, 5 months ago
  10. cef3f33 Guard rsa sig algs with rsa_c and pkcs1_v{15,21} by Jerry Yu · 3 years, 5 months ago
  11. e91a51a Refactor get_sig_alg_from pk by Jerry Yu · 3 years, 5 months ago
  12. bf455e7 rename pk_psa_rsa_sign_ext param by Jerry Yu · 3 years, 5 months ago
  13. dddf5a0 Refactor get_sig_alg_from_pk by Jerry Yu · 3 years, 5 months ago
  14. 89107d1 fix ci fail without RSA_C by Jerry Yu · 3 years, 5 months ago
  15. 406cf27 fix various issues by Jerry Yu · 3 years, 5 months ago
  16. 848ecce fix wrong typo in function name by Jerry Yu · 3 years, 5 months ago
  17. 07869e8 fix psa crypto test fail by Jerry Yu · 3 years, 5 months ago
  18. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  19. b6875bc change rsa_pss salt type by Jerry Yu · 3 years, 5 months ago
  20. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  21. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  22. 1d172a3 Add pk_psa_sign_ext by Jerry Yu · 3 years, 5 months ago
  23. 8beb9e1 Change prototype of pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  24. 67eced0 replace pk_sign with pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  25. d69439a add mbedtls_pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  26. 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
  27. bfcfe74 add signature algorithm debug helper by Jerry Yu · 3 years, 5 months ago
  28. 919130c Add rsa_pss_rsae_sha256 support by Jerry Yu · 3 years, 5 months ago
  29. f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  30. 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  31. 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  32. 8d7afc6 Merge pull request #5523 from ronald-cron-arm/one-flush-output-development by Ronald Cron · 3 years, 5 months ago
  33. 62e6ea2 Avoid spurious write to *olen in PSA version of rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  34. 17a0655 Add documentation to find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
  35. 05132ed md_alg is used in ecdsa_sign_wrap(), cleanup code by Neil Armstrong · 3 years, 5 months ago
  36. cb753a6 Use mbedtls_eckey_info directly in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  37. e5b5319 Merge pull request #5636 from mprse/tls_ecdh_2b by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  38. 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
  39. 9ebb9ff Reduce HMAC buffer usage in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  40. 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
  41. 36cc13b Use PSA defines for buffers in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  42. ae57cfd Use psa_ssl_status_to_mbedtls in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  43. 28d9c63 Fix comments in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  44. 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
  45. 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  46. 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
  47. 560ef59 Merge pull request #5613 from mprse/tls_ecdh_2a by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  48. 068a6b4 ssl_check_server_ecdh_params():Adapt build flags by Przemek Stekiel · 3 years, 5 months ago
  49. da1d80d Use mbedtls_rsa_info directly in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  50. 7b1dc85 Simplify padding check and get rid of psa_sig_md in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  51. 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  52. 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  53. 103e08a Fix return value handling by Gabor Mezei · 3 years, 5 months ago
  54. 561a423 ssl_parse_signature_algorithm(): refactor PSA CRYPTO code by Przemek Stekiel · 3 years, 5 months ago
  55. 5b8b890 Check PSA functions' return value before converting by Gabor Mezei · 3 years, 5 months ago
  56. 36c9f51 Use size_t instead of int to silence compiler warnings by Gabor Mezei · 3 years, 5 months ago
  57. 4f4bac7 Remove blank lines by Gabor Mezei · 3 years, 5 months ago
  58. dd482bf Modify own_pubkey_max_len calculation by Przemek Stekiel · 3 years, 5 months ago
  59. a4e15cc Fix comment: add fields size by Przemek Stekiel · 3 years, 5 months ago
  60. 855938e Move mbedtls_ecdh_setup() to no-psa path by Przemek Stekiel · 3 years, 5 months ago
  61. 338b61d Fix code style by Przemek Stekiel · 3 years, 5 months ago
  62. 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
  63. ea4000f ssl_parse_signature_algorithm(): populate psa handshake fields when psa crypto is enabled by Przemek Stekiel · 3 years, 5 months ago
  64. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  65. ce1d792 Remove duplicated code by Przemek Stekiel · 3 years, 5 months ago
  66. 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  67. 3aca61f Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  68. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  69. fc91a1f Use PSA for private key generation and public key export only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
  70. 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
  71. 0a60c12 Add intermediate variables to increase code readability by Przemek Stekiel · 3 years, 5 months ago
  72. e9f0044 Destroy ecdh_psa_privkey on failure by Przemek Stekiel · 3 years, 5 months ago
  73. 130c4b5 Use PSA version of key agreement only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
  74. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  75. 81d903f Merge pull request #5510 from SiliconLabs/feature/PSEC-3269-MD-X.509-hashing by Gilles Peskine · 3 years, 5 months ago
  76. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  77. 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago
  78. 2a02051 Use PSA in TLS ticket handling by Gabor Mezei · 3 years, 5 months ago
  79. e6d867f Typo by Gabor Mezei · 3 years, 5 months ago
  80. a8b3887 Move state change from CLIENT_CERTIFICATE_VERIFY to its main handler by Ronald Cron · 3 years, 5 months ago
  81. 7a94aca Move state change from CLIENT_CERTIFICATE to its main handler by Ronald Cron · 3 years, 5 months ago
  82. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  83. fd32e96 ssl_parse_client_key_exchange(): read the curve identifier and the peer's public key and compute the shared secret using PSA by Przemek Stekiel · 3 years, 5 months ago
  84. b6ce0b6 ssl_prepare_server_key_exchange(): generate a private/public key and write out the curve identifier and public key using PSA by Przemek Stekiel · 3 years, 5 months ago
  85. 5bb8fc8 Call Certificate writing generic handler only if necessary by Ronald Cron · 3 years, 5 months ago
  86. 3f20b77 Improve comment by Ronald Cron · 3 years, 5 months ago
  87. 00d012f2 Fix type of force_flush parameter by Ronald Cron · 3 years, 5 months ago
  88. 9f55f63 Move state change from CSS states to their main handler by Ronald Cron · 3 years, 6 months ago
  89. 3addfa4 Move state change from WRITE_CLIENT_HELLO to its main handler by Ronald Cron · 3 years, 6 months ago
  90. 66dbf91 TLS 1.3: Do not send handshake data in handshake step handlers by Ronald Cron · 3 years, 6 months ago
  91. 9df7c80 TLS 1.3: Always go through the CLIENT_CERTIFICATE state by Ronald Cron · 3 years, 5 months ago
  92. 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
  93. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  94. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  95. 44311f5 Merge pull request #5571 from superna9999/5162-pk-rsa-signing by Gilles Peskine · 3 years, 5 months ago
  96. 15364ff Merge pull request #5579 from SiliconLabs/erase_secret_before_free by Gilles Peskine · 3 years, 5 months ago
  97. b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
  98. d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
  99. 7fc0751 Restore build options for mbedtls_ecc_group_of_psa() and related functions by Przemek Stekiel · 3 years, 5 months ago
  100. 09e803c Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago