Lines Matching refs:files

526    * Add pc files for pkg-config, e.g.:
690 * Rename directory containing Visual Studio files from visualc/VS2013 to
1064 configuration-independent files. This allows them to be generated when
1194 * Install the .cmake files into CMAKE_INSTALL_LIBDIR/cmake/MbedTLS,
1201 * Visual Studio: Rename the directory containing Visual Studio files from
1267 - PEM parsing of encrypted files now uses MD-5 from PSA when (and only
1303 * cert_write: support for writing certificate files in either PEM
1357 other certificate files. Contributed by Eduardo Silva in #2602.
1560 disabled on stdio files, to stop secrets loaded from said files being
1615 files are already present. Fixes #5374.
1692 * Assume source files are in UTF-8 when using MSVC with CMake.
1794 These header files cause compilation errors in musl.
1880 * The generated configuration-independent files are now automatically
1905 directory. The files concerned are ecp_internal.h and rsa_internal.h
1909 Header files that were only meant for the library's internal use and
2055 release, some configuration-independent files are now generated at build
2057 source files as well as the Visual Studio solution. Perl, Python 3 and a
2058 C compiler for the host platform are required. See “Generated source files
2696 * Library files installed after a CMake build no longer have execute
2729 years of publishing are no longer tracked in the source files. This also
2730 eliminates the need for the lines declaring the files to be part of
2735 these applications with password-protected key files. Analogously but for
2849 * The unit tests now rely on header files in framework/tests/include/test and source
2850 files in framework/tests/src. When building with make or cmake, the files in
3313 in the header files, which missed the precompilation check. #971
3322 * Fix false failure in all.sh when backup files exist in include/mbedtls
3334 * Include configuration file in all header files that use configuration,
3335 instead of relying on other header files that they include.
3733 * Fix namespacing in header files. Remove the `mbedtls` namespacing in
3734 the `#include` in the header files. Resolves #857
3788 * Changed the Clang parameters used in the CMake build files to work for
3936 * Declare functions in header files even when an alternative implementation
3972 This allows reading encrypted PEM files produced by software that
4072 * Allow comments in test data files.
4448 * Fixed the templates used to generate project and solution files for Visual
4449 Studio 2015 as well as the files themselves, to remove a build warning
4541 naming collision in projects which also have files with the common name
4710 * Fixed paths for check_config.h in example config files. (Found by bachp)
5060 * Remove some unneeded inclusions of header files from the standard library
5062 * Change #include lines in test files to use double quotes instead of angle
5501 * Header files with 'polarssl/'
5735 * Fixed MSVC project files
5754 * Parsing of PKCS#8 encrypted private key files
5757 settings without editing header files by using POLARSSL_CONFIG_OPTIONS
6152 * Reading of Public Key files incorporated into default x509
6182 * Parsing of PEM files moved to separate module (Fixes
6361 * Centralized file opening and reading for x509 files into
6390 * Enabled support for large files by default in aescrypt2.c