mbedtls/library
Manuel Pégourié-Gonnard e25c43bd66
Merge pull request #7791 from valeriosetti/issue7406
driver-only ECC: TLS: avoid use of mbedtls_ecp_write_key() (with USE_PSA)
2023-06-22 11:13:44 +02:00
..
.gitignore
aes.c Merge pull request #7624 from daverodgman/aes-perf 2023-06-15 12:10:06 +01:00
aesce.c
aesce.h
aesni.c
aesni.h
alignment.h
aria.c
asn1parse.c
asn1write.c
base64.c
bignum_core.c
bignum_core.h
bignum_mod_raw_invasive.h
bignum_mod_raw.c
bignum_mod_raw.h
bignum_mod.c
bignum_mod.h
bignum.c
bn_mul.h Comment tidy-up 2023-06-04 20:43:05 -04:00
camellia.c
ccm.c
chacha20.c
chachapoly.c
check_crypto_config.h config_psa: replace USE symbols with BASIC one for all KEY_PAIRs 2023-06-16 12:27:02 +02:00
cipher_wrap.c
cipher_wrap.h
cipher.c
cmac.c
CMakeLists.txt Merge remote-tracking branch 'origin/development' into sha3-updated 2023-06-07 18:02:04 +01:00
common.h Use a single fast-path in mbedtls_xor, gains around 1% in benchmarks 2023-06-09 20:10:36 +01:00
constant_time_internal.h
constant_time_invasive.h
constant_time.c
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c
ecdsa.c
ecjpake.c Remove hash_info.[ch] 2023-06-06 10:33:54 +02:00
ecp_curves.c Fix 32 bit unreachable code build failure 2023-06-20 17:55:15 +01:00
ecp_internal_alt.h
ecp_invasive.h Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 2023-06-16 13:46:25 +01:00
ecp.c
entropy_poll.c
entropy_poll.h
entropy.c
gcm.c
hkdf.c
hmac_drbg.c
lmots.c
lmots.h
lms.c
Makefile Merge remote-tracking branch 'origin/development' into sha3-updated 2023-06-07 18:02:04 +01:00
md5.c
md_psa.h Add MD <-> PSA translation functions to MD light 2023-06-06 10:33:54 +02:00
md_wrap.h
md.c Replace use of MBEDTLS_SHA3_C with MBEDTLS_MD_CAN_SHA3_xxx 2023-06-08 16:03:54 +01:00
memory_buffer_alloc.c
mps_common.h Merge branch 'development' into development 2023-06-04 14:57:19 -04:00
mps_error.h
mps_reader.c
mps_reader.h
mps_trace.c
mps_trace.h
net_sockets.c
nist_kw.c
oid.c library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS 2023-06-19 19:24:05 +02:00
padlock.c
padlock.h
pem.c Remove hash_info.[ch] 2023-06-06 10:33:54 +02:00
pk_internal.h pk: remove useless internal function 2023-06-19 19:24:05 +02:00
pk_wrap.c library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS 2023-06-19 19:24:05 +02:00
pk_wrap.h library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS 2023-06-19 19:24:05 +02:00
pk.c pk: remove useless internal function 2023-06-19 19:24:05 +02:00
pkcs5.c Remove hash_info.[ch] 2023-06-06 10:33:54 +02:00
pkcs7.c
pkcs12.c Remove hash_info.[ch] 2023-06-06 10:33:54 +02:00
pkparse.c library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS 2023-06-19 19:24:05 +02:00
pkwrite.c pkwrite: fix wrong guard position for pk_get_opaque_ec_family() 2023-06-19 19:24:05 +02:00
pkwrite.h library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS 2023-06-19 19:24:05 +02:00
platform_util.c
platform.c
poly1305.c
psa_crypto_aead.c
psa_crypto_aead.h
psa_crypto_cipher.c
psa_crypto_cipher.h
psa_crypto_client.c
psa_crypto_core_common.h
psa_crypto_core.h
psa_crypto_driver_wrappers.h
psa_crypto_ecp.c library: replace deprecated symbols with temporary _LEGACY ones 2023-06-16 12:23:55 +02:00
psa_crypto_ecp.h
psa_crypto_ffdh.c library: replace deprecated symbols with temporary _LEGACY ones 2023-06-16 12:23:55 +02:00
psa_crypto_ffdh.h Pacify clang15 warnings about empty /retval 2023-06-20 15:51:46 +01:00
psa_crypto_hash.c
psa_crypto_hash.h
psa_crypto_invasive.h
psa_crypto_its.h
psa_crypto_mac.c
psa_crypto_mac.h
psa_crypto_pake.c
psa_crypto_pake.h Pacify clang15 warnings about empty /retval 2023-06-20 15:51:46 +01:00
psa_crypto_random_impl.h
psa_crypto_rsa.c library: replace deprecated symbols with temporary _LEGACY ones 2023-06-16 12:23:55 +02:00
psa_crypto_rsa.h
psa_crypto_se.c
psa_crypto_se.h
psa_crypto_slot_management.c
psa_crypto_slot_management.h
psa_crypto_storage.c
psa_crypto_storage.h
psa_crypto.c pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() 2023-06-19 19:24:05 +02:00
psa_its_file.c
psa_util.c library: replace deprecated symbols with temporary _LEGACY ones 2023-06-16 12:23:55 +02:00
ripemd160.c
rsa_alt_helpers.c
rsa_alt_helpers.h
rsa.c Use PSA-neutral function for availability check 2023-06-06 10:33:54 +02:00
sha1.c
sha3.c Fix for big-endian architectures 2023-06-07 19:59:05 +01:00
sha256.c Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c 2023-06-09 11:29:50 +01:00
sha512.c Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c 2023-06-09 11:29:50 +01:00
ssl_cache.c
ssl_ciphersuites.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_client.c
ssl_client.h
ssl_cookie.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_debug_helpers.h
ssl_misc.h Remove hash_info.[ch] 2023-06-06 10:33:54 +02:00
ssl_msg.c
ssl_ticket.c
ssl_tls12_client.c Remove hash_info.[ch] 2023-06-06 10:33:54 +02:00
ssl_tls12_server.c tls: always zeroize buffer on exit 2023-06-22 09:06:31 +02:00
ssl_tls13_client.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_tls13_generic.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_tls13_invasive.h
ssl_tls13_keys.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_tls13_keys.h
ssl_tls13_server.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_tls.c Use function instead of macro for error conversion 2023-06-06 10:33:54 +02:00
threading.c
timing.c
version.c
x509_create.c
x509_crl.c
x509_crt.c Remove references to x509_invasive.h 2023-06-07 08:54:34 -04:00
x509_csr.c
x509.c Add a do-while loop around macros 2023-06-20 11:48:04 -04:00
x509write_crt.c Add missing include 2023-06-06 10:33:54 +02:00
x509write_csr.c Add missing include 2023-06-06 10:33:54 +02:00