| .. |
|
.gitignore
|
|
|
|
aes.c
|
Use optimised counter increment in AES-CTR and CTR-DRBG
|
2024-01-15 11:45:01 +00:00 |
|
aesce.c
|
|
|
|
aesce.h
|
|
|
|
aesni.c
|
|
|
|
aesni.h
|
|
|
|
alignment.h
|
|
|
|
aria.c
|
|
|
|
asn1parse.c
|
|
|
|
asn1write.c
|
|
|
|
base64.c
|
|
|
|
base64_internal.h
|
|
|
|
bignum.c
|
|
|
|
bignum_core.c
|
|
|
|
bignum_core.h
|
|
|
|
bignum_mod.c
|
|
|
|
bignum_mod.h
|
|
|
|
bignum_mod_raw.c
|
|
|
|
bignum_mod_raw.h
|
|
|
|
bignum_mod_raw_invasive.h
|
|
|
|
block_cipher.c
|
psa: add key_type as input parameter of psa_can_do_cipher()
|
2023-12-28 18:33:17 +01:00 |
|
block_cipher_internal.h
|
|
|
|
bn_mul.h
|
|
|
|
camellia.c
|
|
|
|
ccm.c
|
Merge pull request #8632 from valeriosetti/issue8598
|
2024-01-08 08:07:53 +00:00 |
|
chacha20.c
|
|
|
|
chachapoly.c
|
|
|
|
check_crypto_config.h
|
|
|
|
cipher.c
|
|
|
|
cipher_wrap.c
|
cipher_wrap: fix guards for some CCM/GCM functions
|
2024-01-02 17:20:58 +01:00 |
|
cipher_wrap.h
|
|
|
|
cmac.c
|
|
|
|
CMakeLists.txt
|
|
|
|
common.h
|
|
|
|
constant_time.c
|
|
|
|
constant_time_impl.h
|
|
|
|
constant_time_internal.h
|
|
|
|
ctr.h
|
Add header guards
|
2024-01-17 11:06:31 +00:00 |
|
ctr_drbg.c
|
Fix error in ctr_drbg
|
2024-01-16 17:28:25 +00:00 |
|
debug.c
|
|
|
|
des.c
|
|
|
|
dhm.c
|
|
|
|
ecdh.c
|
|
|
|
ecdsa.c
|
|
|
|
ecjpake.c
|
|
|
|
ecp.c
|
Make input parameter const
|
2024-01-02 17:56:54 +01:00 |
|
ecp_curves.c
|
|
|
|
ecp_curves_new.c
|
|
|
|
ecp_internal_alt.h
|
|
|
|
ecp_invasive.h
|
|
|
|
entropy.c
|
|
|
|
entropy_poll.c
|
|
|
|
entropy_poll.h
|
|
|
|
gcm.c
|
Make gcm counter increment more efficient
|
2024-01-15 11:45:01 +00:00 |
|
hkdf.c
|
|
|
|
hmac_drbg.c
|
|
|
|
lmots.c
|
|
|
|
lmots.h
|
|
|
|
lms.c
|
|
|
|
Makefile
|
|
|
|
md.c
|
|
|
|
md5.c
|
|
|
|
md_psa.h
|
md: move PSA conversion functions from md_psa.h to psa_util.h
|
2024-01-02 13:26:04 +01:00 |
|
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
|
|
|
|
nist_kw.c
|
|
|
|
oid.c
|
oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C
|
2023-12-29 16:35:58 +01:00 |
|
padlock.c
|
|
|
|
padlock.h
|
|
|
|
pem.c
|
|
|
|
pk.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
pk_internal.h
|
psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa()
|
2024-01-09 13:41:52 +01:00 |
|
pk_wrap.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
pk_wrap.h
|
|
|
|
pkcs5.c
|
pkcs[5/12]: add CIPHER_C for [en/de]crypting functions
|
2023-12-21 16:39:04 +01:00 |
|
pkcs7.c
|
|
|
|
pkcs12.c
|
pkcs[5/12]: add CIPHER_C for [en/de]crypting functions
|
2023-12-21 16:39:04 +01:00 |
|
pkparse.c
|
psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa()
|
2024-01-09 13:41:52 +01:00 |
|
pkwrite.c
|
|
|
|
pkwrite.h
|
|
|
|
platform.c
|
|
|
|
platform_util.c
|
|
|
|
poly1305.c
|
|
|
|
psa_crypto.c
|
Merge pull request #8666 from valeriosetti/issue8340
|
2024-01-18 13:58:55 +00:00 |
|
psa_crypto_aead.c
|
|
|
|
psa_crypto_aead.h
|
|
|
|
psa_crypto_cipher.c
|
|
|
|
psa_crypto_cipher.h
|
|
|
|
psa_crypto_client.c
|
|
|
|
psa_crypto_core.h
|
Document the thread safety of the primitive key slot functions
|
2024-01-18 10:54:42 +00:00 |
|
psa_crypto_core_common.h
|
|
|
|
psa_crypto_driver_wrappers_no_static.h
|
|
|
|
psa_crypto_ecp.c
|
Merge pull request #8666 from valeriosetti/issue8340
|
2024-01-18 13:58:55 +00:00 |
|
psa_crypto_ecp.h
|
|
|
|
psa_crypto_ffdh.c
|
|
|
|
psa_crypto_ffdh.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_pake.c
|
|
|
|
psa_crypto_pake.h
|
|
|
|
psa_crypto_random_impl.h
|
|
|
|
psa_crypto_rsa.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
psa_crypto_rsa.h
|
|
|
|
psa_crypto_se.c
|
|
|
|
psa_crypto_se.h
|
|
|
|
psa_crypto_slot_management.c
|
Move key_slot_mutex to threading.h
|
2024-01-19 12:59:28 +00:00 |
|
psa_crypto_slot_management.h
|
Add empty line in register_read comment
|
2024-01-19 13:02:58 +00:00 |
|
psa_crypto_storage.c
|
|
|
|
psa_crypto_storage.h
|
|
|
|
psa_its_file.c
|
|
|
|
psa_util.c
|
psa_util: rename parameter of mbedtls_ecc_group_from_psa
|
2024-01-09 13:41:53 +01:00 |
|
psa_util_internal.h
|
|
|
|
ripemd160.c
|
|
|
|
rsa.c
|
|
|
|
rsa_alt_helpers.c
|
|
|
|
rsa_alt_helpers.h
|
|
|
|
rsa_internal.h
|
|
|
|
sha1.c
|
|
|
|
sha3.c
|
|
|
|
sha256.c
|
|
|
|
sha512.c
|
|
|
|
ssl_cache.c
|
|
|
|
ssl_ciphersuites.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
ssl_client.c
|
|
|
|
ssl_client.h
|
|
|
|
ssl_cookie.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
ssl_debug_helpers.h
|
|
|
|
ssl_misc.h
|
Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext
|
2024-01-12 13:39:15 +00:00 |
|
ssl_msg.c
|
|
|
|
ssl_ticket.c
|
|
|
|
ssl_tls.c
|
Merge pull request #8666 from valeriosetti/issue8340
|
2024-01-18 13:58:55 +00:00 |
|
ssl_tls12_client.c
|
|
|
|
ssl_tls12_server.c
|
Merge pull request #8633 from Wenxing-hou/clear_clienthello_comment
|
2023-12-21 12:09:23 +00:00 |
|
ssl_tls13_client.c
|
tls13: cli: Fix setting of early data transform
|
2024-01-22 09:37:45 +01:00 |
|
ssl_tls13_generic.c
|
Merge pull request #8666 from valeriosetti/issue8340
|
2024-01-18 13:58:55 +00:00 |
|
ssl_tls13_invasive.h
|
|
|
|
ssl_tls13_keys.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
ssl_tls13_keys.h
|
|
|
|
ssl_tls13_server.c
|
Merge pull request #8666 from valeriosetti/issue8340
|
2024-01-18 13:58:55 +00:00 |
|
threading.c
|
Fix typo
|
2024-01-19 13:45:19 +00:00 |
|
timing.c
|
|
|
|
version.c
|
|
|
|
x509.c
|
|
|
|
x509_create.c
|
Update fix to be more platform-independent
|
2024-01-09 16:41:10 +01:00 |
|
x509_crl.c
|
|
|
|
x509_crt.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
x509_csr.c
|
|
|
|
x509write.c
|
|
|
|
x509write_crt.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |
|
x509write_csr.c
|
library/tests: replace md_psa.h with psa_util.h as include file for MD conversion
|
2024-01-02 13:27:32 +01:00 |