..
.gitignore
aes.c
Ensure ctr_drbg is initialised every time
2022-02-10 18:38:53 +00: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
Use separate counters for 8-fold and single multiplication steps
2022-04-17 06:16:03 +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
chacha20.c
chachapoly.c
check_crypto_config.h
cipher.c
Return an error for IV lengths other than 12 with ChaCha20+Poly1305
2022-01-14 16:31:54 +01:00
cipher_wrap.c
cipher_wrap.h
cmac.c
CMakeLists.txt
Merge pull request #1133 from RonEld/1805
2022-04-11 09:31:59 +02:00
common.h
constant_time.c
Reduce HMAC buffer usage in PSA version of mbedtls_ct_hmac()
2022-03-18 11:09:58 +01:00
constant_time_internal.h
Implement mbedtls_ct_hmac() using PSA hash API
2022-02-25 15:16:50 +01:00
constant_time_invasive.h
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c
Remove ECDH code specific to TLS 1.3
2022-04-19 18:31:24 +02:00
ecdsa.c
Rename error translation functions and move them to library/pk_wrap.*
2022-03-01 15:21:02 +01:00
ecjpake.c
ecp.c
Remove parameters validation using ECP_VALIDATE_RET
2022-03-28 07:23:08 +02: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
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
mps_common.h
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
Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm
2022-04-28 13:27:59 +02:00
pk_wrap.c
Implement PK Opaque RSA PSS signature
2022-04-12 15:11:49 +02:00
pk_wrap.h
Add support for RSA PK Opaque key
2022-04-07 14:51:47 +02:00
pkcs5.c
pkcs12.c
pkparse.c
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
poly1305.c
psa_crypto.c
Do not erase input key in psa_tls12_prf_psk_to_ms_set_key()
2022-05-04 11:06:22 +02:00
psa_crypto_aead.c
psa_crypto_aead.h
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
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
Rename error translation functions and move them to library/pk_wrap.*
2022-03-01 15:21:02 +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
mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version
2022-04-14 15:40:12 -04: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
Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx
2022-03-22 10:41:38 +01:00
ssl_debug_helpers.h
add signature algorithm debug helper
2022-03-22 15:13:33 +08:00
ssl_misc.h
Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks
2022-05-09 10:15:16 +02:00
ssl_msg.c
Fix the wrong variable being used for TLS record size checks
2022-06-24 20:09:37 +01:00
ssl_ticket.c
Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup()
2022-04-27 10:35:28 +02:00
ssl_tls.c
Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks
2022-05-09 10:15:16 +02:00
ssl_tls12_client.c
Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes
2022-05-05 14:01:49 +02:00
ssl_tls12_server.c
Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes
2022-05-05 14:01:49 +02:00
ssl_tls13_client.c
fix various issues
2022-05-06 11:16:55 +08:00
ssl_tls13_generic.c
tls13: Share write ecdh_key_exchange function
2022-04-22 16:45:01 +08: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
fix coding style issues
2022-05-06 16:40:05 +08:00
ssl_tls13_keys.h
fix various issues
2022-05-06 11:16:55 +08:00
ssl_tls13_server.c
Update code base on comments
2022-05-09 01:11:21 +00: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
Improving readability of x509_crt and x509write_crt for PR
2022-03-07 13:59:44 +01:00
x509write_csr.c
Improving readability of x509_crt and x509write_crt for PR
2022-03-07 13:59:44 +01:00