mbedtls/library
Tom Cosgrove 17526a0d16
Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto
PSA: add guards for PAKE getter functions
2023-07-24 15:59:28 +01:00
..
.gitignore
aes.c AES: fix mismatch comment in #endif 2023-07-06 17:10:44 +08:00
aesce.c Replace cpu modifier flags 2023-07-13 17:32:11 +08:00
aesce.h Improve readability of unrolled AESCE code 2023-06-16 09:36:50 +01:00
aesni.c
aesni.h Address test review comments 2023-06-16 20:18:36 +01:00
alignment.h Fix MBEDTLS_BSWAP32 on armcc 5 2023-07-11 14:06:37 +01:00
aria.c
asn1parse.c
asn1write.c
base64.c
bignum_core.c Remove trailing whitespace bignum_core 2023-07-17 15:23:52 +01:00
bignum_core.h
bignum_mod_raw_invasive.h
bignum_mod_raw.c ecp_curves: Adjusted expected_width inputs to use BITS_TO_LIMBS macro. 2023-06-27 14:07:07 +01:00
bignum_mod_raw.h
bignum_mod.c bignum_mod: Added a typedef for OPT_RED function pointer. 2023-06-22 09:14:28 +01:00
bignum_mod.h bignum_mod: Added a typedef for OPT_RED function pointer. 2023-06-22 09:14:28 +01:00
bignum.c Merge pull request #7934 from AgathiyanB/move-declarations-to-top 2023-07-19 15:25:27 +01:00
bn_mul.h Merge pull request #7784 from daverodgman/aesce-unroll 2023-07-04 18:41:13 +01:00
camellia.c
ccm.c Use fewer bits for block_size 2023-06-24 13:37:28 +01:00
chacha20.c
chachapoly.c
check_crypto_config.h lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT 2023-06-30 10:16:22 +02:00
cipher_wrap.c Drop not-used items from the base look-up table 2023-06-24 22:58:51 +01:00
cipher_wrap.h code style 2023-06-24 13:37:28 +01:00
cipher.c Use consistent guards for deprecated feature 2023-07-06 12:42:33 +02:00
cmac.c Merge pull request #7825 from daverodgman/cipher_wrap_size 2023-07-05 15:45:48 +01:00
CMakeLists.txt Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module 2023-07-11 15:00:01 +01:00
common.h Merge pull request #7960 from daverodgman/expect-fix 2023-07-19 19:48:15 +01:00
constant_time_internal.h
constant_time_invasive.h
constant_time.c Merge pull request #7665 from AndrzejKurek/optimize-error-translation-code-size 2023-06-28 08:09:00 +01:00
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 Merge pull request #7934 from AgathiyanB/move-declarations-to-top 2023-07-19 15:25:27 +01:00
ecp_internal_alt.h
ecp_invasive.h Update comment 2023-07-07 12:59:22 +02:00
ecp_new.c Use only MBEDTLS_ECP_WITH_MPI_UINT to switch between the ecp variants 2023-07-06 10:37:51 +02:00
ecp.c Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller 2023-07-18 16:48:37 +01:00
entropy_poll.c Don't force the default windows version down 2023-06-16 14:34:11 +02:00
entropy_poll.h
entropy.c
gcm.c Reduce size of static data in gcm 2023-07-13 15:57:20 +01:00
hkdf.c
hmac_drbg.c
lmots.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
lmots.h
lms.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
Makefile Enable build of the new ecp_new.c file 2023-06-30 11:39:20 +02:00
md5.c
md_psa.h Make MD<->PSA translation static inline 2023-06-08 12:10:03 +02:00
md_wrap.h
md.c Merge pull request #7546 from mpg/align-psa-md-identifiers 2023-07-20 11:34:28 +02:00
memory_buffer_alloc.c
mps_common.h
mps_error.h
mps_reader.c
mps_reader.h
mps_trace.c
mps_trace.h
net_sockets.c Merge pull request #7792 from robUx4/win32_winnt 2023-07-13 19:34:24 +01:00
nist_kw.c Use fewer bits for block_size 2023-06-24 13:37:28 +01:00
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 Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
pk_wrap.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
pk_wrap.h pk: uniform naming of functions and structures in pk/pk_wrap 2023-06-29 14:33:27 +02:00
pk.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
pkcs5.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
pkcs7.c
pkcs12.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
pkparse.c pkparse: always check all private keys on import 2023-07-11 11:28:22 +02:00
pkwrite.c Create psa_util_internal.h 2023-07-06 12:42:33 +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 Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s 2023-07-19 10:01:58 +01:00
platform.c
poly1305.c
psa_crypto_aead.c
psa_crypto_aead.h
psa_crypto_cipher.c Use fewer bits for block_size 2023-06-24 13:37:28 +01:00
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 lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT 2023-06-30 10:16:22 +02:00
psa_crypto_ecp.h
psa_crypto_ffdh.c Fix missing includes 2023-07-06 12:47:28 +02:00
psa_crypto_ffdh.h Merge pull request #7627 from mprse/ffdh_tls13_v2 2023-07-03 10:12:33 +02: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 Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
psa_crypto_pake.h Pacify clang15 warnings about empty /retval 2023-06-20 15:51:46 +01:00
psa_crypto_random_impl.h Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
psa_crypto_rsa.c Merge pull request #7546 from mpg/align-psa-md-identifiers 2023-07-20 11:34:28 +02:00
psa_crypto_rsa.h
psa_crypto_se.c
psa_crypto_se.h
psa_crypto_slot_management.c Move the ARRAY_LENGTH definition to common.h 2023-06-13 05:46:47 -04:00
psa_crypto_slot_management.h
psa_crypto_storage.c
psa_crypto_storage.h
psa_crypto.c Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto 2023-07-24 15:59:28 +01:00
psa_its_file.c
psa_util_internal.h Rationalize includes in psa_util 2023-07-06 12:47:27 +02:00
psa_util.c Rationalize includes in psa_util 2023-07-06 12:47:27 +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 Add error message for old armclang 2023-07-13 10:40:29 +08:00
sha512.c Add error message for old armclang 2023-07-13 10:40:29 +08:00
ssl_cache.c
ssl_ciphersuites.c Add missing include 2023-06-06 10:33:54 +02:00
ssl_client.c Fix function name after rebase 2023-07-05 10:34:40 +02:00
ssl_client.h
ssl_cookie.c Fix wrong array size calculation in error translation code 2023-06-13 05:46:47 -04:00
ssl_debug_helpers.h
ssl_misc.h Merge pull request #7848 from valeriosetti/issue7749 2023-07-18 10:33:21 +02:00
ssl_msg.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
ssl_ticket.c Fix wrong array size calculation in error translation code 2023-06-13 05:46:47 -04:00
ssl_tls12_client.c Merge pull request #7716 from mpg/psa-util-internal 2023-07-10 18:33:23 +02:00
ssl_tls12_server.c Fix code style 2023-07-07 09:34:17 +02:00
ssl_tls13_client.c Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange 2023-07-06 12:16:44 +02:00
ssl_tls13_generic.c Merge pull request #7716 from mpg/psa-util-internal 2023-07-10 18:33:23 +02:00
ssl_tls13_invasive.h
ssl_tls13_keys.c Merge pull request #7858 from mprse/ffdh_tls13_v2_f 2023-07-07 16:19:35 +02:00
ssl_tls13_keys.h
ssl_tls13_server.c Merge pull request #7716 from mpg/psa-util-internal 2023-07-10 18:33:23 +02:00
ssl_tls.c Merge pull request #7546 from mpg/align-psa-md-identifiers 2023-07-20 11:34:28 +02:00
threading.c
timing.c
version.c
x509_create.c Return an error when no name is parsed 2023-06-27 15:31:40 +01:00
x509_crl.c
x509_crt.c Merge pull request #7792 from robUx4/win32_winnt 2023-07-13 19:34:24 +01:00
x509_csr.c
x509.c Merge pull request #6003 from gstrauss/x509_time 2023-07-06 09:28:14 +01:00
x509write_crt.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00
x509write_csr.c Create psa_util_internal.h 2023-07-06 12:42:33 +02:00