- 183264c Fix shared library link error with cmake on Windows by Ron Eldor · 8 years ago
- 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
- 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 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
- 560ef59 Merge pull request #5613 from mprse/tls_ecdh_2a by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 103e08a Fix return value handling by Gabor Mezei · 3 years, 5 months ago
- 5b8b890 Check PSA functions' return value before converting by Gabor Mezei · 3 years, 5 months ago
- 36c9f51 Use size_t instead of int to silence compiler warnings by Gabor Mezei · 3 years, 5 months ago
- 4f4bac7 Remove blank lines by Gabor Mezei · 3 years, 5 months ago
- dd482bf Modify own_pubkey_max_len calculation by Przemek Stekiel · 3 years, 5 months ago
- a4e15cc Fix comment: add fields size by Przemek Stekiel · 3 years, 5 months ago
- 855938e Move mbedtls_ecdh_setup() to no-psa path by Przemek Stekiel · 3 years, 5 months ago
- 338b61d Fix code style by Przemek Stekiel · 3 years, 5 months ago
- 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
- ce1d792 Remove duplicated code by Przemek Stekiel · 3 years, 5 months ago
- 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
- 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
- fc91a1f Use PSA for private key generation and public key export only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
- 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
- 0a60c12 Add intermediate variables to increase code readability by Przemek Stekiel · 3 years, 5 months ago
- e9f0044 Destroy ecdh_psa_privkey on failure by Przemek Stekiel · 3 years, 5 months ago
- 130c4b5 Use PSA version of key agreement only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
- c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 81d903f Merge pull request #5510 from SiliconLabs/feature/PSEC-3269-MD-X.509-hashing by Gilles Peskine · 3 years, 5 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago
- 2a02051 Use PSA in TLS ticket handling by Gabor Mezei · 3 years, 5 months ago
- e6d867f Typo by Gabor Mezei · 3 years, 5 months ago
- 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 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
- 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
- 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
- d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
- 44311f5 Merge pull request #5571 from superna9999/5162-pk-rsa-signing by Gilles Peskine · 3 years, 5 months ago
- 15364ff Merge pull request #5579 from SiliconLabs/erase_secret_before_free by Gilles Peskine · 3 years, 5 months ago
- b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
- d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
- 7fc0751 Restore build options for mbedtls_ecc_group_of_psa() and related functions by Przemek Stekiel · 3 years, 5 months ago
- 09e803c Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago
- 108bf52 Add a missing guard for time.h in net_sockets.c by Andrzej Kurek · 3 years, 5 months ago
- f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
- e878049 Use new PSA to mbedtls PK error mapping functions in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- b556a42 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- f471357 Map INVALID_PADDING from PSA to MbedTLS error in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 0d46786 Fix style issue in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- f1b564b Check psa_destroy_key() return in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 18f43c7 PK: RSA decrypt PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
- db69c52 Use new PSA to mbedtls PK error mapping functions in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 66fa769 Fix 80 characters indentation in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 4b1a059 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- 48a9833 Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- e4f2868 Fix comment typo in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 9854568 PK: RSA signing PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
- 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
- d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
- e8c8300 Merge pull request #5581 from superna9999/pk-move-rename-rsa-ec-key-sizes by Gilles Peskine · 3 years, 5 months ago
- e894c5c Fix code style (indentation) in ssl_tls13_generate_and_write_ecdh_key_exchange() by Przemek Stekiel · 3 years, 5 months ago
- 0689865 Merge pull request #5471 from yuhaoth/pr/add-tls13-client-certificate-verify by Paul Elliott · 3 years, 5 months ago
- 15565ee Move publick key check out of MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR by Przemek Stekiel · 3 years, 5 months ago
- 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
- a81aed2 Clean up init values of psa crypto status and fix switch default case by Przemek Stekiel · 3 years, 5 months ago
- f110dc0 Clenup conditional compilation flags. by Przemek Stekiel · 3 years, 5 months ago
- 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
- 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- e9ecd27 Rename max sizes of RSA & EC DER keys defines by Neil Armstrong · 3 years, 5 months ago
- e0326a6 Move max sizes of RSA & EC DER keys into private pkwrite.h by Neil Armstrong · 3 years, 5 months ago
- 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
- 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
- 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 7 months ago
- cd5be32 Erase secrets in allocated memory before freeing said memory by Steven Cooreman · 3 years, 5 months ago
- a0237f8 Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
- 7e7aba8 Rename mbedtls_a64_crypto_sha256_check_support() to mbedtls_a64_crypto_sha256_determine_support() by Tom Cosgrove · 3 years, 5 months ago
- 71f36f1 change alert message type by Jerry Yu · 3 years, 5 months ago
- 0b7b101 fix warnings by Jerry Yu · 3 years, 5 months ago
- 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
- 91ebfc0 Adapt compilation flags for ECC key derivation by Przemyslaw Stekiel · 3 years, 6 months ago
- 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 6 months ago
- ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 6 months ago
- cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 6 months ago
- a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 6 months ago
- 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
- aeaa4f0 Code optimization by Przemyslaw Stekiel · 3 years, 6 months ago
- 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 7 months ago
- 9248159 Workaround for VS compiler build error by Przemyslaw Stekiel · 3 years, 7 months ago
- e33ae71 psa_crypto.c: adapt macros by Przemyslaw Stekiel · 3 years, 7 months ago
- dc215f4 Simplify calculations for clear mask by Przemyslaw Stekiel · 3 years, 8 months ago
- d80b6ed Use loop instead goto and fix misleading variable name by Przemyslaw Stekiel · 3 years, 8 months ago
- dc8d7d9 fix mbedtls/psa status code mismatch by Przemyslaw Stekiel · 3 years, 8 months ago
- 871a336 Remove redundant psa_generate_derived_ecc_key_weierstrass_check_config() by Przemyslaw Stekiel · 3 years, 8 months ago
- aaa1ada psa_generate_derived_ecc_key_weierstrass_check_config: Build only when ECC enabled by Przemyslaw Stekiel · 3 years, 8 months ago
- 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
- 58ce8d8 Add support for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
- 705fb0f Only Weierstrass curves supported by Przemyslaw Stekiel · 3 years, 9 months ago
- c6e4c51 psa_crypto.c: fix warning on windows compiler by Przemyslaw Stekiel · 3 years, 9 months ago
- 1dfd122 psa_generate_derived_ecc_key_helper: compile only when ECC is supported by Przemyslaw Stekiel · 3 years, 9 months ago
- 6534816 psa_generate_derived_ecc_key_helper: fix bugs found during testing by Przemyslaw Stekiel · 3 years, 9 months ago
- d8cdcba Move derivation of ECC private key to helper function and refactor code by Przemyslaw Stekiel · 3 years, 9 months ago