mbedtls/library
Daniel Axtens f071024bf8 Do not include time.h without MBEDTLS_HAVE_TIME
MBEDTLS_HAVE_TIME is documented as: "System has time.h and time()."

If that is not defined, do not attempt to include time.h.

A particular problem is platform-time.h, which should only be included if
MBEDTLS_HAVE_TIME is defined, which makes everything messier. Maybe it
should be refactored to have the check inside the header.

Signed-off-by: Daniel Axtens <dja@axtens.net>
2022-03-04 05:07:45 -05:00
..
.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
base64.c
bignum.c
bn_mul.h
camellia.c
ccm.c
chacha20.c
chachapoly.c
check_crypto_config.h
cipher_wrap.c
cipher_wrap.h
cipher.c
cmac.c
CMakeLists.txt
common.h
constant_time_internal.h
constant_time_invasive.h
constant_time.c Cap the workaround for mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to MSVC versions prior to 17.1. 2022-01-31 13:34:01 -08:00
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh_misc.h
ecdh.c
ecdsa.c Rename error translation functions and move them to library/pk_wrap.* 2022-03-01 15:21:02 +01:00
ecjpake.c
ecp_curves.c
ecp_internal_alt.h
ecp_invasive.h
ecp.c
entropy_poll.c
entropy_poll.h
entropy.c
gcm.c
hkdf.c
hmac_drbg.c
Makefile
md5.c
md_wrap.h
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
padlock.c
padlock.h
pem.c
pk_wrap.c Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls 2022-03-03 13:30:29 +01:00
pk_wrap.h Rename error translation functions and move them to library/pk_wrap.* 2022-03-01 15:21:02 +01:00
pk.c Rename error translation functions and move them to library/pk_wrap.* 2022-03-01 15:21:02 +01:00
pkcs5.c
pkcs12.c
pkparse.c
pkwrite.c Rename max sizes of RSA & EC DER keys defines 2022-03-01 10:03:21 +01:00
pkwrite.h Rename max sizes of RSA & EC DER keys defines 2022-03-01 10:03:21 +01:00
platform_util.c
platform.c
poly1305.c
psa_crypto_aead.c
psa_crypto_aead.h
psa_crypto_cipher.c
psa_crypto_cipher.h
psa_crypto_client.c
psa_crypto_core.h
psa_crypto_driver_wrappers.h
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
psa_crypto_storage.h
psa_crypto.c
psa_its_file.c Update library/psa_its_file.c 2022-02-14 12:24:56 +01:00
ripemd160.c
rsa_alt_helpers.c
rsa_alt_helpers.h
rsa.c Rename error translation functions and move them to library/pk_wrap.* 2022-03-01 15:21:02 +01:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c Add missing key destruction calls in ssl_write_client_key_exchange 2022-02-25 04:36:40 -05:00
ssl_cookie.c
ssl_debug_helpers.h Add prototype for automatically generated debug helper 2022-02-21 15:14:01 +01:00
ssl_misc.h fix various issues 2022-02-22 10:17:58 +08:00
ssl_msg.c ssl_msg.c: Change message in MBEDTLS_SSL_DEBUG_RET() to be the failed function name instead current function name 2022-02-07 15:12:05 +01:00
ssl_srv.c Remove guard inside ssl_srv.c 2022-02-21 09:06:00 +08:00
ssl_ticket.c Create public macros for ssl_ticket key,name sizes 2022-02-09 15:28:28 -05:00
ssl_tls13_client.c Change state machine 2022-02-22 10:17:58 +08:00
ssl_tls13_generic.c change alert message type 2022-02-23 17:34:29 +08:00
ssl_tls13_invasive.h Implement HKDF expand in TLS 1.3 based on PSA HMAC 2022-02-10 10:57:23 +01:00
ssl_tls13_keys.c Typo 2022-02-17 11:50:02 +01:00
ssl_tls13_keys.h
ssl_tls13_server.c tls13_only: improve guards of files. 2022-02-21 09:06:00 +08:00
ssl_tls.c Fix mbedtls_ssl_get_version() for TLSv1.3 2022-02-21 15:14:01 +01:00
threading.c
timing.c
version.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 Do not include time.h without MBEDTLS_HAVE_TIME 2022-03-04 05:07:45 -05:00
x509_csr.c
x509.c
x509write_crt.c
x509write_csr.c