mbedtls/library
Neil Armstrong 96eceb8022 Refine mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() when USE_PSA_CRYPTO is selected
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2022-06-30 18:05:05 +02:00
..
.gitignore
aes.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
aesni.c
aesni.h
aria.c
asn1parse.c
asn1write.c Fix memcpy() UB in mbedtls_asn1_named_data() 2022-05-04 11:45:06 +01:00
base64.c
bignum.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
bignum_internal.h Fix Doxygen for mbedtls_mpi_core_mla() 2022-04-11 13:44:15 +01:00
bn_mul.h Add comment explaining structure of UMAAL assembly 2022-04-17 06:59:33 +01:00
camellia.c
ccm.c Fix typos in documentation and constants with typo finding tool 2022-05-18 14:15:33 -04:00
chacha20.c
chachapoly.c
check_crypto_config.h
cipher.c Deprecate mbedtls_cipher_setup_psa() 2022-05-06 10:55:10 +02:00
cipher_wrap.c
cipher_wrap.h
cmac.c
CMakeLists.txt Merge pull request #5837 from robert-shade/robert-shade/add_subdirectory_support 2022-06-06 14:11:06 +01:00
common.h
constant_time.c Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access 2022-06-01 11:42:51 +02:00
constant_time_internal.h Fix uninitialised memory access in constant time functions 2022-05-19 18:23:24 +01:00
constant_time_invasive.h
ctr_drbg.c Fix typos in documentation and constants with typo finding tool 2022-05-18 14:15:33 -04:00
debug.c
des.c
dhm.c
ecdh.c Fix typos in documentation and constants with typo finding tool 2022-05-18 14:15:33 -04:00
ecdsa.c
ecjpake.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
ecp.c Merge pull request #5766 from leorosen/fix-var-init 2022-05-16 14:47:00 +01:00
ecp_curves.c Since the group is unloaded for all curves, it is better to initialize the group also for all curves. 2022-05-06 18:43:58 +02:00
ecp_internal_alt.h
ecp_invasive.h
entropy.c
entropy_poll.c
entropy_poll.h
gcm.c Add missing local variable initialization 2022-05-13 18:08:11 +01:00
hkdf.c
hmac_drbg.c
Makefile Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file 2022-03-29 17:00:29 +02:00
md.c
md5.c
md_wrap.h
memory_buffer_alloc.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
mps_common.h Fix typos in documentation and constants with typo finding tool 2022-05-18 14:15:33 -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
padlock.c
padlock.h
pem.c
pk.c Check when usage == 0 in mbedtls_pk_can_do_ext() 2022-05-20 09:26:16 +02:00
pk_wrap.c Guard pk_opaque_rsa_decrypt() with PSA_WANT_KEY_TYPE_RSA_KEY_PAIR 2022-05-04 11:02:37 +02:00
pk_wrap.h Guard pk_opaque_rsa_decrypt() with PSA_WANT_KEY_TYPE_RSA_KEY_PAIR 2022-05-04 11:02:37 +02:00
pkcs5.c
pkcs12.c Add missing local variable initialization 2022-05-13 18:08:11 +01:00
pkparse.c Merge pull request #5766 from leorosen/fix-var-init 2022-05-16 14:47:00 +01:00
pkwrite.c Add support for RSA Opaque PK key in mbedtls_pk_write_pubkey_der() 2022-04-07 15:01:24 +02:00
pkwrite.h
platform.c
platform_util.c Add comment 2022-05-12 09:45:03 +01:00
poly1305.c
psa_crypto.c Merge pull request #5834 from mprse/HKDF_1 2022-06-20 15:27:46 +02:00
psa_crypto_aead.c
psa_crypto_aead.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
psa_crypto_cipher.c If a cipher algorithm is not supported, fail during setup 2022-04-05 15:03:39 +02:00
psa_crypto_cipher.h
psa_crypto_client.c
psa_crypto_core.h
psa_crypto_driver_wrappers.h
psa_crypto_ecp.c
psa_crypto_ecp.h
psa_crypto_hash.c
psa_crypto_hash.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
psa_crypto_invasive.h
psa_crypto_its.h
psa_crypto_mac.c
psa_crypto_mac.h
psa_crypto_random_impl.h
psa_crypto_rsa.c
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_its_file.c
ripemd160.c
rsa.c Merge pull request #5766 from leorosen/fix-var-init 2022-05-16 14:47:00 +01:00
rsa_alt_helpers.c
rsa_alt_helpers.h
sha1.c
sha256.c Hide unnecessarily public functions in SHA-256 and SHA-512 A64 acceleration 2022-04-19 13:52:24 +01:00
sha512.c Hide unnecessarily public functions in SHA-256 and SHA-512 A64 acceleration 2022-04-19 13:52:24 +01:00
ssl_cache.c
ssl_ciphersuites.c Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() 2022-06-28 18:12:17 +02:00
ssl_client.c Rebase and solve conflicts 2022-05-07 01:37:04 +00:00
ssl_client.h Refine code base on review 2022-04-20 11:05:24 +00:00
ssl_cookie.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
ssl_debug_helpers.h add named group debug helper 2022-05-09 15:49:00 +08:00
ssl_misc.h Adress review comments 2022-06-23 03:24:12 +00:00
ssl_msg.c Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access 2022-06-01 11:42:51 +02:00
ssl_ticket.c Merge pull request #5766 from leorosen/fix-var-init 2022-05-16 14:47:00 +01:00
ssl_tls.c Refine mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() when USE_PSA_CRYPTO is selected 2022-06-30 18:05:05 +02:00
ssl_tls12_client.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
ssl_tls12_server.c Move preferred_hash_for_sig_alg() check after ssl_pick_cert() and check if hash alg is supported with mbedtls_pk_can_do_ext() 2022-06-28 18:12:17 +02:00
ssl_tls13_client.c tls13: Fix buffer overread checks in ssl_tls13_parse_alpn_ext() 2022-06-28 09:21:13 +02:00
ssl_tls13_generic.c tls13: Fix certificate extension size write 2022-06-28 09:21:13 +02:00
ssl_tls13_invasive.h Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() 2022-06-21 07:22:33 +02:00
ssl_tls13_keys.c Zeroize hkdf_label buffer 2022-06-23 09:22:49 +02:00
ssl_tls13_keys.h add compute application transform 2022-05-19 14:29:48 +08:00
ssl_tls13_server.c tls13: Rename ssl_tls13_write_hello_retry_request_coordinate 2022-06-28 09:21:13 +02:00
threading.c Fix typo "phtreads" to "pthreads" 2022-03-29 17:43:56 +02:00
timing.c Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C 2022-04-08 04:41:42 -04:00
version.c
x509.c Inline mbedtls_x509_dn_get_next() in x509.h 2022-06-27 14:20:07 -04:00
x509_create.c
x509_crl.c
x509_crt.c
x509_csr.c
x509write_crt.c Use ASN1 UTC tags for dates before 2000 2022-06-01 16:24:28 +01:00
x509write_csr.c