mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 06:15:41 +01:00
Document recent make changes
This commit is contained in:
parent
f7a9f30348
commit
40f315ac16
@ -31,6 +31,9 @@ Bugfix
|
||||
* Add missing extern "C" guard in aesni.h (reported by amir zamani).
|
||||
|
||||
Changes
|
||||
* Adjusting/overriding CFLAGS and LDFLAGS with the make build syste is now
|
||||
more flexible (warning: OFLAGS is not used any more) (see the README)
|
||||
(contributed by Alon Bar-Lev).
|
||||
* ssl_set_own_cert() now longers calls pk_check_pair() since the
|
||||
performance impact was bad for some users (this was introduced in 1.3.10).
|
||||
* Move from SHA-1 to SHA-256 in example programs using signatures
|
||||
|
@ -37,6 +37,8 @@ In order to run the tests, enter::
|
||||
|
||||
In order to build for a Windows platform, you should use WINDOWS_BUILD=1 if the target is Windows but the build environment is Unix-like (eg when cross-compiling, or compiling from an MSYS shell), and WINDOWS=1 if the build environment is a Windows shell.
|
||||
|
||||
Setting the variable SHARED in your environment will build a shared library in addition to the static library. Setting DEBUG gives you a debug build. You can override CFLAGS and LDFLAGS by setting them in your environment or on the make command line; if you do so, essential parts such as -I will still be preserved. Warning options may be overridden separately using WARNING_CFLAGS.
|
||||
|
||||
Depending on your platform, you might run into some issues. Please check the Makefiles in *library/*, *programs/* and *tests/* for options to manually add or remove for specific platforms. You can also check `the mbed TLS Knowledge Base <https://tls.mbed.org/kb>`_ for articles on your platform or issue.
|
||||
|
||||
In case you find that you need to do something else as well, please let us know what, so we can add it to the KB.
|
||||
|
Loading…
Reference in New Issue
Block a user