Lines Matching refs:time

195      in Mbed TLS 3.0, but was not announced in a changelog entry at the time.
314 MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is
328 time by the MBEDTLS_SSL_EARLY_DATA configuration option and at runtime by
362 - If the TLS 1.2 implementation was disabled at build time, a TLS 1.2
385 * Switch to milliseconds as the unit for ticket creation and reception time
496 * Add new millisecond time type `mbedtls_ms_time_t` and `mbedtls_ms_time()`
598 * Reduce syscalls to time() during certificate verification.
600 setting the CMake variable of the same name at configuration time.
619 disables the plain C implementation and the run-time detection for the
647 time code, which could allow a padding oracle attack if the attacker
649 * Updates to constant-time C code so that compilers are less likely to use
769 time.
812 * General performance improvements by accessing multiple bytes at a time.
852 be used to enable this feature. Run-time detection is supported
1054 * Add the LM-OTS post-quantum-safe one-time signature scheme, which is
1377 to catch bad uses of time.h.
1449 driver descriptions. For the time being, to customize this file,
1499 MBEDTLS_TLS_EXT_CID at compile time.
1516 * Add new API mbedtls_ct_memcmp for constant time buffer comparison.
1574 * Fix compile-time or run-time errors in PSA
1643 time.
1820 time rather than checked into source control. This includes some library
1830 compile-time option, which was off by default. Users should not trust
1844 compile-time option. This option has been inactive for a long time.
1915 * Remove the compile-time option
2089 and can change at any time, so this change should be transparent, but it
2141 this choice by setting MBEDTLS_PSA_HMAC_DRBG_MD_TYPE at compile time.
2321 instead of generating it at build time. Fixes #3524.
2749 constant time/constant trace, so side channel attacks can retrieve the
2855 The feature is enabled at compile-time by MBEDTLS_SSL_RECORD_CHECKING
2858 (https://project-everest.github.io/). It can be enabled at compile time
2983 changed its IP or port. The feature is enabled at compile-time by setting
2984 MBEDTLS_SSL_DTLS_CONNECTION_ID (disabled by default), and at run-time
3054 for the benefit of saving RAM, by disabling the new compile-time
3254 constrained, single-threaded systems where ECC is time consuming and can
3256 but can be enabled by MBEDTLS_ECP_RESTARTABLE at compile time and
3317 * Fix compilation failure for configurations which use compile time
3352 This allows users to configure such an implementation at compile time when
3381 compile-time constant MBEDTLS_SSL_DTLS_MAX_BUFFERING defined
3464 * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time
3523 * Allow overriding the time on Windows via the platform-time abstraction.
3814 * Add a provision to prevent compiler optimizations breaking the time
3822 * Make mbedtls_mpi_read_binary() constant-time with respect to the input
4049 * Fix a call to the libc function time() to call the platform abstraction
4051 * Avoid shadowing of time and index functions through mbed TLS function
4076 certificate verification. SHA-1 can be turned back on with a compile-time
4260 * Fix for platform time abstraction to avoid dependency issues where a build
4261 may need time but not the standard C library abstraction, and added
4324 * Support for platform abstraction of the standard C library time()
4697 compile time.
4786 doing it at runtime (using uname) rather that compile time.
4855 * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the
4857 * Support for renegotiation can now be disabled at compile-time
5027 * version_check_feature() added to check for compile-time options at
5028 run-time
5072 * Use UTC time to check certificate validity.
5203 * More constant-time checks in the RSA module
5234 * Padding checks in cipher layer are now constant-time
5235 * Value comparisons in SSL layer are now constant-time
5257 * RSA blinding locks for a smaller amount of time
5320 * Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
5393 * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the
5432 * Use UTC time to check certificate validity.
5836 * Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory
5989 * x509parse_time_expired() checks time in addition to
6001 * Added compile-time and run-time version information
6240 time, to reduce the memory footprint on embedded systems