Dave Rodgman 247e6f088d
Merge pull request #7608 from daverodgman/pr6511-2.28
Fix: no newline when debug msg over DEBUG_BUF_SIZE - backport 2.28
2023-05-17 17:59:54 +01:00
..
.gitignore Ignore *.o everywhere 2023-05-12 13:57:39 +02:00
aes.c Fix code style nit 2023-03-19 14:04:04 +00:00
aesni.c AESNI: Overhaul implementation selection 2023-03-17 16:31:59 +00:00
arc4.c
aria.c
asn1parse.c
asn1write.c
base64.c
bignum.c Silence a warning from Clang >=15 about an unused local variable 2023-02-24 12:08:57 +01:00
blowfish.c
camellia.c
ccm.c
certs.c updating test-ca.key to use AES instead of DES 2023-05-10 12:12:40 +01:00
chacha20.c
chachapoly.c
check_crypto_config.h
cipher_wrap.c
cipher.c
cmac.c
CMakeLists.txt Bump version to 2.28.3 2023-03-23 18:06:54 +00:00
common.h Have MBEDTLS_STATIC_ASSERT() match current development more closely 2023-03-20 15:10:11 +00:00
constant_time_internal.h
constant_time_invasive.h
constant_time.c Backport 2.28: Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() 2023-05-03 09:50:10 +01:00
ctr_drbg.c
debug.c Make use of MBEDTLS_STATIC_ASSERT 2023-05-16 16:47:09 +01:00
des.c
dhm.c
ecdh.c Update links of references in bignum code 2023-04-21 09:58:07 +00:00
ecdsa.c Update links of references in bignum code 2023-04-21 09:58:07 +00:00
ecjpake.c
ecp_curves.c
ecp_invasive.h Update gen_prvkey_mx paras to align with comments and c code 2023-04-21 10:29:17 +00:00
ecp.c Update links of references in bignum code 2023-04-21 09:58:07 +00:00
entropy_poll.c
entropy.c
error.c
gcm.c Print out AESNI mechanism used by GCM in self-test 2023-03-19 15:07:06 +00:00
havege.c
hkdf.c
hmac_drbg.c
Makefile
md2.c
md4.c
md5.c
md.c
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 Fix segfault in mbedtls_oid_get_numeric_string 2023-03-16 01:07:35 -04:00
padlock.c
pem.c
pk_wrap.c
pk.c pk: fixing backport issues 2023-05-02 16:38:57 +02:00
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
pkwrite.c
platform_util.c
platform.c
poly1305.c
psa_crypto_aead.c
psa_crypto_aead.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_cipher.c
psa_crypto_cipher.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_client.c
psa_crypto_core.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_driver_wrappers.c
psa_crypto_driver_wrappers.h
psa_crypto_ecp.c
psa_crypto_ecp.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_hash.c
psa_crypto_hash.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_invasive.h
psa_crypto_its.h
psa_crypto_mac.c
psa_crypto_mac.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_random_impl.h
psa_crypto_rsa.c
psa_crypto_rsa.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_se.c Implement and use MBEDTLS_STATIC_ASSERT() 2023-03-20 15:08:21 +00:00
psa_crypto_se.h
psa_crypto_slot_management.c
psa_crypto_slot_management.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_storage.c Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto_storage.h Make \retval commands non-empty 2023-02-24 11:41:45 +01:00
psa_crypto.c Implement and use MBEDTLS_STATIC_ASSERT() 2023-03-20 15:08:21 +00:00
psa_its_file.c
ripemd160.c
rsa_internal.c
rsa.c
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c
ssl_cookie.c
ssl_msg.c Add corresponding fix for mbedtls_ssl_write 2023-02-24 16:02:26 +00:00
ssl_srv.c
ssl_ticket.c
ssl_tls13_keys.c
ssl_tls13_keys.h
ssl_tls.c
threading.c
timing.c Fix trailing whitespace 2023-03-31 17:24:10 +01:00
version_features.c
version.c
x509_create.c
x509_crl.c
x509_crt.c
x509_csr.c
x509.c
x509write_crt.c
x509write_csr.c
xtea.c