X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=INSTALL;h=064b2f8b000ac704758e05b2191be07da4fa3aff;hp=8ae0644f6279671e3eeab0ceddd99445a8f9af48;hb=511fbc60d4b6ab5b4ab3a7ad79be6abe898189da;hpb=a74341f9f9277959beb08063bfd41e30bdee6ed0 diff --git a/INSTALL b/INSTALL index 8ae0644f62..064b2f8b00 100644 --- a/INSTALL +++ b/INSTALL @@ -412,8 +412,9 @@ has an impact when not built "shared". no-stdio - Don't use any C "stdio" features. Only libcrypto and libssl - can be built in this way. Using this option will suppress + Don't use anything from the C header file "stdio.h" that + makes use of the "FILE" type. Only libcrypto and libssl can + be built in this way. Using this option will suppress building the command line applications. Additionally since the OpenSSL tests also use the command line applications the tests will also be skipped. @@ -484,8 +485,9 @@ enable-tls1_3 TODO(TLS1.3): Make this enabled by default Build support for TLS1.3. Note: This is a WIP feature and - does not currently interoperate with other TLS1.3 - implementations! Use with caution!! + only a single draft version is supported. Implementations + of different draft versions will negotiate TLS 1.2 instead + of (draft) TLS 1.3. Use with caution!! no- Don't build support for negotiating the specified SSL/TLS @@ -702,7 +704,8 @@ compiler optimization flags from the CFLAGS line in Makefile and run "make clean; make" or corresponding. - Please send bug reports to . + To report a bug please open an issue on GitHub, at + https://github.com/openssl/openssl/issues. For more details on how the make variables TESTS can be used, see section TESTS in Detail below.