1. 0c3a071 Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
  2. 0cc417d Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
  3. 9efde4f Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
  4. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  5. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  6. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  7. 81d903f Merge pull request #5510 from SiliconLabs/feature/PSEC-3269-MD-X.509-hashing by Gilles Peskine · 3 years, 5 months ago
  8. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  9. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  10. 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
  11. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  12. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  13. 44311f5 Merge pull request #5571 from superna9999/5162-pk-rsa-signing by Gilles Peskine · 3 years, 5 months ago
  14. 15364ff Merge pull request #5579 from SiliconLabs/erase_secret_before_free by Gilles Peskine · 3 years, 5 months ago
  15. b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
  16. d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
  17. 7fc0751 Restore build options for mbedtls_ecc_group_of_psa() and related functions by Przemek Stekiel · 3 years, 5 months ago
  18. 09e803c Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago
  19. 108bf52 Add a missing guard for time.h in net_sockets.c by Andrzej Kurek · 3 years, 5 months ago
  20. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  21. db69c52 Use new PSA to mbedtls PK error mapping functions in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  22. 66fa769 Fix 80 characters indentation in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  23. 4b1a059 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  24. 48a9833 Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  25. e4f2868 Fix comment typo in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  26. 9854568 PK: RSA signing PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  27. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  28. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  29. e8c8300 Merge pull request #5581 from superna9999/pk-move-rename-rsa-ec-key-sizes by Gilles Peskine · 3 years, 5 months ago
  30. e894c5c Fix code style (indentation) in ssl_tls13_generate_and_write_ecdh_key_exchange() by Przemek Stekiel · 3 years, 5 months ago
  31. 0689865 Merge pull request #5471 from yuhaoth/pr/add-tls13-client-certificate-verify by Paul Elliott · 3 years, 5 months ago
  32. 15565ee Move publick key check out of MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR by Przemek Stekiel · 3 years, 5 months ago
  33. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  34. a81aed2 Clean up init values of psa crypto status and fix switch default case by Przemek Stekiel · 3 years, 5 months ago
  35. f110dc0 Clenup conditional compilation flags. by Przemek Stekiel · 3 years, 5 months ago
  36. dcab6cc Return PSA_ERROR_INVALID_ARGUMENT for a public key, and PSA_ERROR_NOT_SUPPORTED for a type that is not handled. by Przemek Stekiel · 3 years, 5 months ago
  37. 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  38. e9ecd27 Rename max sizes of RSA & EC DER keys defines by Neil Armstrong · 3 years, 5 months ago
  39. e0326a6 Move max sizes of RSA & EC DER keys into private pkwrite.h by Neil Armstrong · 3 years, 5 months ago
  40. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  41. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
  42. 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 7 months ago
  43. cd5be32 Erase secrets in allocated memory before freeing said memory by Steven Cooreman · 3 years, 5 months ago
  44. a0237f8 Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
  45. 7e7aba8 Rename mbedtls_a64_crypto_sha256_check_support() to mbedtls_a64_crypto_sha256_determine_support() by Tom Cosgrove · 3 years, 5 months ago
  46. 71f36f1 change alert message type by Jerry Yu · 3 years, 5 months ago
  47. 0b7b101 fix warnings by Jerry Yu · 3 years, 5 months ago
  48. 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
  49. 91ebfc0 Adapt compilation flags for ECC key derivation by Przemyslaw Stekiel · 3 years, 6 months ago
  50. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 6 months ago
  51. ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  52. cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  53. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 6 months ago
  54. 76960a7 mbedtls_mpi_read_binary() document that function guarantees to return an MPI with exactly the necessary number of limbs and remove redundant call to mbedtls_mpi_grow() by Przemyslaw Stekiel · 3 years, 6 months ago
  55. aeaa4f0 Code optimization by Przemyslaw Stekiel · 3 years, 6 months ago
  56. 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 7 months ago
  57. 9248159 Workaround for VS compiler build error by Przemyslaw Stekiel · 3 years, 7 months ago
  58. e33ae71 psa_crypto.c: adapt macros by Przemyslaw Stekiel · 3 years, 7 months ago
  59. dc215f4 Simplify calculations for clear mask by Przemyslaw Stekiel · 3 years, 8 months ago
  60. d80b6ed Use loop instead goto and fix misleading variable name by Przemyslaw Stekiel · 3 years, 8 months ago
  61. dc8d7d9 fix mbedtls/psa status code mismatch by Przemyslaw Stekiel · 3 years, 8 months ago
  62. 871a336 Remove redundant psa_generate_derived_ecc_key_weierstrass_check_config() by Przemyslaw Stekiel · 3 years, 8 months ago
  63. aaa1ada psa_generate_derived_ecc_key_weierstrass_check_config: Build only when ECC enabled by Przemyslaw Stekiel · 3 years, 8 months ago
  64. 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  65. 58ce8d8 Add support for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
  66. 705fb0f Only Weierstrass curves supported by Przemyslaw Stekiel · 3 years, 9 months ago
  67. c6e4c51 psa_crypto.c: fix warning on windows compiler by Przemyslaw Stekiel · 3 years, 9 months ago
  68. 1dfd122 psa_generate_derived_ecc_key_helper: compile only when ECC is supported by Przemyslaw Stekiel · 3 years, 9 months ago
  69. 6534816 psa_generate_derived_ecc_key_helper: fix bugs found during testing by Przemyslaw Stekiel · 3 years, 9 months ago
  70. d8cdcba Move derivation of ECC private key to helper function and refactor code by Przemyslaw Stekiel · 3 years, 9 months ago
  71. 1608e33 PSA: implement key derivation for ECC keys by Przemyslaw Stekiel · 3 years, 9 months ago
  72. 7827207 Refactor write_certificate_verify by Jerry Yu · 3 years, 6 months ago
  73. 2124d05 Add sha384 and sha512 case by Jerry Yu · 3 years, 6 months ago
  74. d66409a Add non support sig alg check and test by Jerry Yu · 3 years, 6 months ago
  75. c8d8d4e fix various issues by Jerry Yu · 3 years, 6 months ago
  76. 7db5b8f add rsa_pss_rsae_sha256 write support by Jerry Yu · 3 years, 6 months ago
  77. 3391ac0 fix various issue by Jerry Yu · 3 years, 6 months ago
  78. ca133a3 Change state machine by Jerry Yu · 3 years, 6 months ago
  79. 537530d Add certificate request echo by Jerry Yu · 3 years, 6 months ago
  80. 3e53644 fix various issues by Jerry Yu · 3 years, 6 months ago
  81. a23b9d9 fix undefine error by Jerry Yu · 3 years, 6 months ago
  82. 7399d0d refactor write certificate by Jerry Yu · 3 years, 6 months ago
  83. 1bb5a1f Implement received sig_algs check by Jerry Yu · 3 years, 6 months ago
  84. 32e0c2d fix server only build fail by Jerry Yu · 3 years, 6 months ago
  85. 90f152d fix psk only build fail by Jerry Yu · 3 years, 6 months ago
  86. 72637c7 fix write certificate fail by Jerry Yu · 3 years, 6 months ago
  87. 8511f12 Add certificteVerify by Jerry Yu · 3 years, 6 months ago
  88. 5cc3506 Add write certificate and client handler by Jerry Yu · 3 years, 6 months ago
  89. 566c781 Add dummy state for client_certifiate by Jerry Yu · 3 years, 6 months ago
  90. 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
  91. e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  92. 66971f8 Add prototype for automatically generated debug helper by Gilles Peskine · 3 years, 7 months ago
  93. c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
  94. e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
  95. b9987fc Handle MBEDTLS_SHA256_USE_A64_* on Windows on ARM64 too by Tom Cosgrove · 3 years, 6 months ago
  96. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  97. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 6 months ago
  98. 9b545c0 Merge pull request #5520 from gabor-mezei-arm/5402_implement_hkdf_expand_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  99. f1b23ca move wrong comments by Jerry Yu · 3 years, 6 months ago
  100. 18621df remove extra empty line by Jerry Yu · 3 years, 6 months ago