mbedtls/library
Manuel Pégourié-Gonnard a82a8b9f4b Mark internal int SSL functions CHECK_RETURN_CRITICAL
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-06-20 21:12:55 +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_internal.h Fix Doxygen for mbedtls_mpi_core_mla() 2022-04-11 13:44:15 +01:00
bignum.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +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_wrap.c
cipher_wrap.h
cipher.c Deprecate mbedtls_cipher_setup_psa() 2022-05-06 10:55:10 +02:00
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_internal.h Fix uninitialised memory access in constant time functions 2022-05-19 18:23:24 +01:00
constant_time_invasive.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
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 Rename error translation functions and move them to library/pk_wrap.* 2022-03-01 15:21:02 +01:00
ecjpake.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
ecp_curves.c Remove unnecessary memory operations in p25519 quasireduction 2022-04-13 07:26:53 +01:00
ecp_internal_alt.h
ecp_invasive.h
ecp.c Merge pull request #5766 from leorosen/fix-var-init 2022-05-16 14:47:00 +01:00
entropy_poll.c
entropy_poll.h
entropy.c
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
md5.c
md_wrap.h
md.c
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 Add a missing guard for time.h in net_sockets.c 2022-03-04 05:07:45 -05:00
nist_kw.c
oid.c
padlock.c
padlock.h
pem.c
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
pk.c Check when usage == 0 in mbedtls_pk_can_do_ext() 2022-05-20 09:26:16 +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_util.c Add comment 2022-05-12 09:45:03 +01:00
platform.c
poly1305.c
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 Merge pull request #5292 from mprse/asym_encrypt 2022-03-10 20:07:38 +01:00
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_crypto.c psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted 2022-05-16 19:37:54 +02:00
psa_its_file.c
ripemd160.c
rsa_alt_helpers.c
rsa_alt_helpers.h
rsa.c Merge pull request #5766 from leorosen/fix-var-init 2022-05-16 14:47:00 +01:00
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 Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_ciphersuites.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_client.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_client.h Mark internal int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:55 +02:00
ssl_cookie.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_debug_helpers.h add named group debug helper 2022-05-09 15:49:00 +08:00
ssl_misc.h Mark internal int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:55 +02:00
ssl_msg.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_ticket.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls12_client.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls12_server.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls13_client.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls13_generic.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls13_invasive.h Use hash algoritm for parameter instead of HMAC 2022-03-26 17:28:06 +01:00
ssl_tls13_keys.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls13_keys.h Mark internal int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:55 +02:00
ssl_tls13_server.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +02:00
ssl_tls.c Mark static int SSL functions CHECK_RETURN_CRITICAL 2022-06-20 21:12:52 +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_create.c
x509_crl.c Do not include time.h without MBEDTLS_HAVE_TIME 2022-03-04 05:07:45 -05:00
x509_crt.c Merge pull request #3624 from daxtens/timeless 2022-03-15 16:43:19 +00:00
x509_csr.c
x509.c
x509write_crt.c Use ASN1 UTC tags for dates before 2000 2022-06-01 16:24:28 +01:00
x509write_csr.c Improving readability of x509_crt and x509write_crt for PR 2022-03-07 13:59:44 +01:00