Lines Matching refs:h
141 (RFC 6209). Disabled by default, see MBEDTLS_ARIA_C in config.h
146 platform_util.h (and its associated platform_util.c) only contain
155 * Fix an issue with MicroBlaze support in bn_mul.h which was causing the
297 config.h. Found by Andreas Walz (ivESK, Offenburg University of
428 MBEDTLS_ECDSDA_GENKEY_AT in config.h.
434 MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h.
451 implementations of the RSA interface declared in rsa.h.
505 * Include configuration file in md.h, to fix compilation warnings.
590 by the user in a platform_alt.h file. These new functions are required in
617 * Fix conditional preprocessor directives in bignum.h to enable 64-bit
636 * Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
643 config-no-entropy.h to reduce the RAM footprint.
727 * Remove macros from compat-1.3.h that correspond to deleted items from most
766 mbedtls_ssl_set_bio_timeout in compat-1.3.h, by removing it.
769 x509_csr.c that are reported when building mbed TLS with a config.h that
834 * Added a configuration file config-no-entropy.h that configures the subset of
836 * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users
843 configuration consistency checks to check_config.h
887 net.c. For consistency, the corresponding header file, net.h, is marked as
888 deprecated, and its contents moved to net_sockets.h.
916 ECDSA was disabled in config.h . The leak didn't occur by default.
1055 * Fixed paths for check_config.h in example config files. (Found by bachp)
1079 (MBEDTLS_SSL_DTLS_HELLO_VERIFY defined in config.h, and usable cookie
1126 end of the default config.h by defining MBEDTLS_USER_CONFIG_FILE on the
1157 Migration helpers scripts/rename.pl and include/mbedlts/compat-1.3.h are
1177 (see rename.pl and compat-1.3.h above) and their first argument's type
1217 * test_ca_list (from certs.h) is renamed to test_cas_pem and is only
1228 * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION
1229 (support for renegotiation now needs explicit enabling in config.h).
1231 in config.h
1242 (use generic functions from md.h)
1248 * Removed compat-1.2.h (helper for migrating from 1.2 to 1.3).
1249 * Removed openssl.h (very partial OpenSSL compatibility layer).
1282 custom config.h
1383 POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced
1385 * Add missing extern "C" guard in aesni.h (reported by amir zamani).
1397 * compat-1.2.h and openssl.h are deprecated.
1406 "minimize" others (eg use stddef.h if only size_t is needed).
1474 switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
1486 * Use platform.h in all test suites and programs.
1547 * Add example config.h for PSK with CCM, optimized for low RAM usage.
1548 * Optimize for RAM usage in example config.h for NSA Suite B profile.
1553 * Add SSL_CIPHERSUITES config.h flag to allow specifying a list of
1674 * Fix #include path in ecdsa.h which wasn't accepted by some compilers.
1762 * Assembly format fixes in bn_mul.h
1841 * config.h is more script-friendly
2039 * Fix ASM format in bn_mul.h
2101 * Centralized module option values in config.h to allow user-defined
2111 config.h)
2125 * Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler
2413 * Changed the defined key-length of DES ciphers in cipher.h to include the
2442 * Improved build support for s390x and sparc64 in bignum.h
2443 * Fixed MS Visual C++ name clash with int64 in sha4.h
2663 * Fixed include location of endian.h on FreeBSD (found by
2665 * Fixed include location of endian.h and name clash on
2871 * Added the copyright notice at the top of havege.h