Lines Matching refs:files
483 * Add pc files for pkg-config, e.g.:
647 * Rename directory containing Visual Studio files from visualc/VS2013 to
1021 configuration-independent files. This allows them to be generated when
1151 * Install the .cmake files into CMAKE_INSTALL_LIBDIR/cmake/MbedTLS,
1158 * Visual Studio: Rename the directory containing Visual Studio files from
1224 - PEM parsing of encrypted files now uses MD-5 from PSA when (and only
1260 * cert_write: support for writing certificate files in either PEM
1314 other certificate files. Contributed by Eduardo Silva in #2602.
1517 disabled on stdio files, to stop secrets loaded from said files being
1572 files are already present. Fixes #5374.
1649 * Assume source files are in UTF-8 when using MSVC with CMake.
1751 These header files cause compilation errors in musl.
1837 * The generated configuration-independent files are now automatically
1862 directory. The files concerned are ecp_internal.h and rsa_internal.h
1866 Header files that were only meant for the library's internal use and
2012 release, some configuration-independent files are now generated at build
2014 source files as well as the Visual Studio solution. Perl, Python 3 and a
2015 C compiler for the host platform are required. See “Generated source files
2653 * Library files installed after a CMake build no longer have execute
2686 years of publishing are no longer tracked in the source files. This also
2687 eliminates the need for the lines declaring the files to be part of
2692 these applications with password-protected key files. Analogously but for
2806 * The unit tests now rely on header files in framework/tests/include/test and source
2807 files in framework/tests/src. When building with make or cmake, the files in
3270 in the header files, which missed the precompilation check. #971
3279 * Fix false failure in all.sh when backup files exist in include/mbedtls
3291 * Include configuration file in all header files that use configuration,
3292 instead of relying on other header files that they include.
3690 * Fix namespacing in header files. Remove the `mbedtls` namespacing in
3691 the `#include` in the header files. Resolves #857
3745 * Changed the Clang parameters used in the CMake build files to work for
3893 * Declare functions in header files even when an alternative implementation
3929 This allows reading encrypted PEM files produced by software that
4029 * Allow comments in test data files.
4405 * Fixed the templates used to generate project and solution files for Visual
4406 Studio 2015 as well as the files themselves, to remove a build warning
4498 naming collision in projects which also have files with the common name
4667 * Fixed paths for check_config.h in example config files. (Found by bachp)
5017 * Remove some unneeded inclusions of header files from the standard library
5019 * Change #include lines in test files to use double quotes instead of angle
5458 * Header files with 'polarssl/'
5692 * Fixed MSVC project files
5711 * Parsing of PKCS#8 encrypted private key files
5714 settings without editing header files by using POLARSSL_CONFIG_OPTIONS
6109 * Reading of Public Key files incorporated into default x509
6139 * Parsing of PEM files moved to separate module (Fixes
6318 * Centralized file opening and reading for x509 files into
6347 * Enabled support for large files by default in aescrypt2.c