5ea4d764 | 18-Jun-2021 |
Pauli |
ssl: replace tabs with spaces Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1582
ssl: replace tabs with spaces Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
show more ...
|
e69bde88 | 18-Jun-2021 |
Pauli |
include: replace tabs with spaces in headers Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/op
include: replace tabs with spaces in headers Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
show more ...
|
d0e5230d | 18-Jun-2021 |
Pauli |
test: add test for auto DH security level meets the minimum Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/o
test: add test for auto DH security level meets the minimum Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15818)
show more ...
|
d7b5c648 | 18-Jun-2021 |
Pauli |
ssl: do not choose auto DH groups that are weaker than the security level Fixes #15808 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
ssl: do not choose auto DH groups that are weaker than the security level Fixes #15808 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15818)
show more ...
|
b9d022d7 | 18-Jun-2021 |
Pauli |
params: fix range check when converting double to uint64_t. Found in #15815 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Re
params: fix range check when converting double to uint64_t. Found in #15815 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15819)
show more ...
|
d7c88f76 | 18-Jun-2021 |
Pauli |
params: avoid using intmax_t since it's not well supported Converting doubles to integers used to go via intmax_t which isn't properly defined on some platforms. The alternative is to g
params: avoid using intmax_t since it's not well supported Converting doubles to integers used to go via intmax_t which isn't properly defined on some platforms. The alternative is to go via int64_t. Fixes #15815 Alternative to #15816 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15817)
show more ...
|
d9ee027e | 17-Jun-2021 |
Tomas Mraz |
aix64-gcc target: Fix build breakage with enable-fips Fixes #15804 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-b
aix64-gcc target: Fix build breakage with enable-fips Fixes #15804 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15807)
show more ...
|
47bb597b | 17-Jun-2021 |
Dr. David von Oheimb |
http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficient Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.
http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficient Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15796)
show more ...
|
765860a3 | 17-Jun-2021 |
Dr. David von Oheimb |
http_client.c: make HTTP_LINE1_MINLEN more efficient Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/op
http_client.c: make HTTP_LINE1_MINLEN more efficient Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15796)
show more ...
|
b6fec965 | 17-Jun-2021 |
Dr. David von Oheimb |
http_client.c: make prefix checking more readable and more efficient Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://githu
http_client.c: make prefix checking more readable and more efficient Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15796)
show more ...
|
552aeaef | 17-Jun-2021 |
Dr. David von Oheimb |
http_client.c: fix error reporting (a char was missing; improve style) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://git
http_client.c: fix error reporting (a char was missing; improve style) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15796)
show more ...
|
8df299d6 | 17-Jun-2021 |
Dr. David von Oheimb |
http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy use Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.co
http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy use Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15796)
show more ...
|
0eed845c | 16-Jun-2021 |
Richard Levitte |
Make util/wrap.pl work better on VMS Perl's system() on VMS needs to have the command line properly fixed up, even with arguments passed in list form. We arrange that by having util
Make util/wrap.pl work better on VMS Perl's system() on VMS needs to have the command line properly fixed up, even with arguments passed in list form. We arrange that by having util/wrap.pl use the same command line fixups as OpenSSL::Test. As a consequence, util/wrap.pl needs to be generated, to easily pick up data from configdata.pm. This also removes yet another file copying hack from the build file templates. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15791)
show more ...
|
1abcd1e8 | 16-Jun-2021 |
Richard Levitte |
OpenSSL::Test: Move the command line quotifier The command line quotifier is more useful as a common utility, so it gets moved to OpenSSL::Util, as the following two functions:
OpenSSL::Test: Move the command line quotifier The command line quotifier is more useful as a common utility, so it gets moved to OpenSSL::Util, as the following two functions: fixup_cmd_elements(), which is the generic command line reformatter fixup_cmd(), which is like fixup_cmd_elements(), but treats the first element specially where necessary (such as on VMS). Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15791)
show more ...
|
a2058604 | 22-May-2021 |
Marek |
Add demo for HKDF Fixes #14120 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merge
Add demo for HKDF Fixes #14120 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15784)
show more ...
|
52e6c77e | 17-Jun-2021 |
Matt Caswell |
Prepare for 3.0 beta 2 Reviewed-by: Richard Levitte <levitte@openssl.org> |
f9bfdc3a | 17-Jun-2021 |
Matt Caswell |
Prepare for release of 3.0 beta 1 Reviewed-by: Richard Levitte <levitte@openssl.org> |
8af25d0a | 17-Jun-2021 |
Matt Caswell |
make update Reviewed-by: Richard Levitte <levitte@openssl.org> |
38fc02a7 | 17-Jun-2021 |
Matt Caswell |
Update copyright year Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15801) |
e23206ae | 17-Jun-2021 |
Richard Levitte |
test/recipes/80-test_cmp_http.t: Kill the mock server brutally To kill a subprocess with the KILL signal is pretty brutal. However, it doesn't seem to be killed completely on some platf
test/recipes/80-test_cmp_http.t: Kill the mock server brutally To kill a subprocess with the KILL signal is pretty brutal. However, it doesn't seem to be killed completely on some platforms, which makes this test recipe hang indefinitely when (implicitly) closing the file handle for this server ($server_fh). A brutal KILL resolves this problem. Fixes #15781 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15797)
show more ...
|
98dc656e | 17-Jun-2021 |
Pauli |
gost: remove the internal GOST test. The external GOST test is sufficient according @beldmit. This avoids having to manually update and build the GOST engine when something changes.
gost: remove the internal GOST test. The external GOST test is sufficient according @beldmit. This avoids having to manually update and build the GOST engine when something changes. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15795)
show more ...
|
a515c825 | 16-Jun-2021 |
Richard Levitte |
Fix exit code for VMS in util/wrap.pl and test/run_tests.pl The exit code for VMS is a bit tricky, and while perl translates the VMS status code from a typical C program to posix terms,
Fix exit code for VMS in util/wrap.pl and test/run_tests.pl The exit code for VMS is a bit tricky, and while perl translates the VMS status code from a typical C program to posix terms, it doesn't automatically translate its exit code into the typical C program VMS status code. Perl scripts are recommended to do so explicitly. Therefore, we make util/wrap.pl and test/run_tests.pl simulate the typical C program VMS status code for all non-zero exit codes, except we give them all the error severity (according to the VMS C library reference manual, exit codes 2 and above are treated as success...). Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15787)
show more ...
|
fd6d0c5a | 16-Jun-2021 |
Richard Levitte |
Fix small typo in test/recipes/05-test_pbe.t Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pu
Fix small typo in test/recipes/05-test_pbe.t Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15786)
show more ...
|
d84c368b | 17-Jun-2021 |
Shane Lontis |
Add self test for ECDSA using curve with a binary field Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl
Add self test for ECDSA using curve with a binary field Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15794)
show more ...
|
c3932c34 | 10-Jun-2021 |
Rich Salz |
Always wait for both threads to finish Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (
Always wait for both threads to finish Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15708)
show more ...
|