Loading CHANGES +5 −0 Original line number Original line Diff line number Diff line Loading @@ -9,6 +9,11 @@ Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] *) Changed Configure so it only says what it does and doesn't dump so much data. Instead, ./configdata.pm should be used as a script to display all sorts of configuration data. [Richard Levitte] *) Added processing of "make variables" to Configure. *) Added processing of "make variables" to Configure. [Richard Levitte] [Richard Levitte] Loading INSTALL +16 −0 Original line number Original line Diff line number Diff line Loading @@ -625,6 +625,22 @@ precedence over environment variables that are defined precedence over environment variables that are defined when reconfiguring. when reconfiguring. Displaying configuration data ----------------------------- The configuration script itself will say very little, and finishes by creating "configdata.pm". This perl module can be loaded by other scripts to find all the configuration data, and it can also be used as a script to display all sorts of configuration data in a human readable form. For more information, please do: $ ./configdata.pm --help # Unix or $ perl configdata.pm --help # Windows and VMS Installation in Detail Installation in Detail ---------------------- ---------------------- Loading NEWS +1 −0 Original line number Original line Diff line number Diff line Loading @@ -7,6 +7,7 @@ Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.1 [under development] Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.1 [under development] o Move the display of configuration data to configdata.pm. o Allow GNU style "make variables" to be used with Configure. o Allow GNU style "make variables" to be used with Configure. o Add a STORE module (OSSL_STORE) o Add a STORE module (OSSL_STORE) o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes Loading README +1 −2 Original line number Original line Diff line number Diff line Loading @@ -68,8 +68,7 @@ and create an issue on GitHub: and create an issue on GitHub: - OpenSSL version: output of 'openssl version -a' - OpenSSL version: output of 'openssl version -a' - Any "Configure" options that you selected during compilation of the - Configuration data: output of 'perl configdata.pm --dump' library if applicable (see INSTALL) - OS Name, Version, Hardware platform - OS Name, Version, Hardware platform - Compiler Details (name, version) - Compiler Details (name, version) - Application Details (name, version) - Application Details (name, version) Loading Loading
CHANGES +5 −0 Original line number Original line Diff line number Diff line Loading @@ -9,6 +9,11 @@ Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] *) Changed Configure so it only says what it does and doesn't dump so much data. Instead, ./configdata.pm should be used as a script to display all sorts of configuration data. [Richard Levitte] *) Added processing of "make variables" to Configure. *) Added processing of "make variables" to Configure. [Richard Levitte] [Richard Levitte] Loading
INSTALL +16 −0 Original line number Original line Diff line number Diff line Loading @@ -625,6 +625,22 @@ precedence over environment variables that are defined precedence over environment variables that are defined when reconfiguring. when reconfiguring. Displaying configuration data ----------------------------- The configuration script itself will say very little, and finishes by creating "configdata.pm". This perl module can be loaded by other scripts to find all the configuration data, and it can also be used as a script to display all sorts of configuration data in a human readable form. For more information, please do: $ ./configdata.pm --help # Unix or $ perl configdata.pm --help # Windows and VMS Installation in Detail Installation in Detail ---------------------- ---------------------- Loading
NEWS +1 −0 Original line number Original line Diff line number Diff line Loading @@ -7,6 +7,7 @@ Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.1 [under development] Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.1 [under development] o Move the display of configuration data to configdata.pm. o Allow GNU style "make variables" to be used with Configure. o Allow GNU style "make variables" to be used with Configure. o Add a STORE module (OSSL_STORE) o Add a STORE module (OSSL_STORE) o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes Loading
README +1 −2 Original line number Original line Diff line number Diff line Loading @@ -68,8 +68,7 @@ and create an issue on GitHub: and create an issue on GitHub: - OpenSSL version: output of 'openssl version -a' - OpenSSL version: output of 'openssl version -a' - Any "Configure" options that you selected during compilation of the - Configuration data: output of 'perl configdata.pm --dump' library if applicable (see INSTALL) - OS Name, Version, Hardware platform - OS Name, Version, Hardware platform - Compiler Details (name, version) - Compiler Details (name, version) - Application Details (name, version) - Application Details (name, version) Loading