..
.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
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.c
Merge pull request #5766 from leorosen/fix-var-init
2022-05-16 14:47:00 +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
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
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.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
Rename max sizes of RSA & EC DER keys defines
2022-03-01 10:03:21 +01:00
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
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
Erase secrets in allocated memory before freeing said memory
2022-02-25 11:14:59 +01:00
psa_crypto_storage.h
psa_its_file.c
Update library/psa_its_file.c
2022-02-14 12:24:56 +01:00
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
Make CIPHER_C guard code as alternate of USE_PSA_CRYPTO in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen()
2022-05-18 13:19:29 +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
Do not encrypt CCS records
2022-06-22 17:07:21 +02:00
ssl_msg.c
Do not encrypt CCS records
2022-06-22 17:07:21 +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
Change place of ssl_tls13_check_ephemeral_key_exchange
2022-06-15 09:42:45 +00: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
Merge pull request #5817 from xkqian/tls13_add_server_name
2022-06-16 08:30:09 +02:00
ssl_tls13_client.c
Enable SNI test for both tls12 and tls13
2022-06-07 09:43:13 +00:00
ssl_tls13_generic.c
Do not encrypt CCS records
2022-06-22 17:07:21 +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
Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup
2022-05-25 12:02:06 +01:00
ssl_tls13_keys.h
add compute application transform
2022-05-19 14:29:48 +08:00
ssl_tls13_server.c
Send dummy change_cipher_spec records from TLS 1.3 server
2022-06-22 17:07:21 +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
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
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