Lines Matching refs:where

43    * Fix a bug in mbedtls_asn1_store_named_data() where it would sometimes leave
69 library or the application is built with a compiler where
79 or with compilers where "union foo x = {0}" does not initialize
88 this could happen on platforms where enum types are smaller than 32 bits
189 * Fix issue where psa_key_derivation_input_integer() is not detecting
266 starting with Mbed TLS 2.17) and, where relevant, `pk.h`.
313 * Fix rare concurrent access bug where attempting to operate on a
344 Crypto, where it never worked. Fixes #9311.
347 * Fixes an issue where some TLS 1.2 clients could not connect to an
362 * Fixed a regression introduced in 3.6.0 where the CA callback set with
366 * Fixed a regression introduced in 3.6.0 where clients that relied on
374 * Fixed a regression introduced in 3.6.0 where context-specific certificate
700 MBEDTLS_PSA_ACCEL_KEY_TYPE_xxx_KEY_PAIR, where xxx is either ECC or RSA,
720 and only in builds where MBEDTLS_MD_C was disabled; in particular the
777 MBEDTLS_PSA_ACCEL_KEY_TYPE_xxx_KEY_PAIR_yyy (where xxx is either ECC, RSA
823 * Fix a case where potentially sensitive information held in memory would not
919 * Fix some cases where mbedtls_mpi_mod_exp, RSA key construction or ECDSA
932 enabled, where some low-level modules required by requested PSA crypto
1012 (and callers) for Short Weierstrass curves with prime p where p = 3 mod 4
1065 * Use platform-provided secure zeroization function where possible, such as
1084 * Fix a bug in the build where directory names containing spaces were
1093 * Fix compile error where MBEDTLS_RSA_C and MBEDTLS_X509_CRT_WRITE_C are
1143 session where the cipher suite is TLS_AES_256_GCM_SHA384.
1146 Extensions, where some compilers would emit EOR3 instructions in other
1157 the behaviour without it, where deterministic ECDSA was already used.
1234 As a consequence, they now work in configurations where the built-in
1289 * Fix an issue where an adversary with access to precise enough information
1327 * Fix a build issue on Windows using CMake where the source and build
1342 * Fix ECDSA verification, where it was not always validating the
1350 in TLS 1.3 (where it is forbidden).
1355 * Fix bug in error reporting in dh_genprime.c where upon failure,
1375 * Move some SSL-specific code out of libmbedcrypto where it had been placed
1587 * Fix undefined behavior in mbedtls_asn1_find_named_data(), where val is
1594 * Fix a bug in the x25519 example program where the removal of
1632 * Fix an error in make where the absence of a generated file caused
1698 (where supported) for critical functions where ignoring the return
1762 where this function cannot fail, or full-module replacements with
2152 * Fix an issue where an adversary with access to precise enough information
2157 * Fix an issue where an adversary with access to precise enough timing
2180 * Fix some cases in the bignum module where the library constructed an
2194 where these are already defined, this can result in a compilation
2204 * Fix test suite code on platforms where int32_t is not int, such as
2284 now writing an empty string where it previously wrote one or more
2367 |A| - |B| where |B| is larger than |A| and has more limbs (so the
2390 is enabled, on platforms where initializing a mutex allocates resources.
2396 enabled on platforms where freeing a mutex twice is not safe.
2398 when MBEDTLS_THREADING_C is enabled on platforms where initializing
2400 * Fixes a bug where, if the library was configured to include support for
2511 * Fix build failure in configurations where MBEDTLS_USE_PSA_CRYPTO is
2536 chars. Fixes a build failure on platforms where char is unsigned. Fixes
2557 * Fix a case in elliptic curve arithmetic where an out-of-memory condition
2673 * Fix bug in redirection of unit test outputs on platforms where stdout is
2880 probability (of the order of 2^-n where n is the bitsize of the curve)
2997 no known instances where this changes the behavior of the library: this is
3056 * Add mbedtls_net_close(), enabling the building of forking servers where
3092 stdarg.h where needed. Fixes #2656.
3142 stdarg.h where needed. Fixes #2656.
3447 constrained, single-threaded systems where ECC is time consuming and can
3456 operations. On CPUs where the extensions are available, they can accelerate
3551 * Fix build failures on platforms where only gmtime() is available but
3664 where the outgoing buffer can be fixed at a smaller size than the incoming
3788 where an optional signature algorithms list is expected when the signature
3838 where data needs to be fetched from the underlying transport in order
3856 * Support cmake builds where Mbed TLS is a subproject. Fix contributed
3862 configurations where the feature is disabled. Found and fixed by Gergely
3878 * Add an option in the Makefile to support ar utilities where the operation
4080 mbedtls_<MODULE>_finish and mbedtls_<MODULE>_process where <MODULE> is
4142 RSA test suite where the failure of CTR DRBG initialization lead to
4179 modules where the software implementation can be replaced by a hardware
4249 64-bit division. This is useful on embedded platforms where 64-bit division
4453 * Fix for platform time abstraction to avoid dependency issues where a build
4470 builds where the configuration MBEDTLS_PEM_WRITE_C is not defined. Found
4483 where the limited hash choices prevented the client from sending its
4522 arguments where the same (in-place doubling). Found and fixed by Janos
4605 * Fix build error with configurations where ECDHE-PSK is the only key
4607 * Fix build error with configurations where RSA, RSA-PSK, ECDH-RSA or
4995 POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced
5403 * Fixed bug in mpi_set_bit() on platforms where t_uint is wider than int
6046 * Fixed a bug where the CRL parser expected an EXPLICIT ASN.1 tag