582043da | 22-Apr-2021 |
Pauli |
Runchecker fix for the no-autoerrinit build In this case, there was a slight different error output format that wasn't being accounted for in the error test. Fixes #14961
Runchecker fix for the no-autoerrinit build In this case, there was a slight different error output format that wasn't being accounted for in the error test. Fixes #14961 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14976)
show more ...
|
9c11e8ec | 22-Apr-2021 |
Pauli |
Runchecker: fix failure with no-autoalginit option by disabling FIPS With this option, the openssl command line tool is not created. Without that it is impossible to create the fipsmodu
Runchecker: fix failure with no-autoalginit option by disabling FIPS With this option, the openssl command line tool is not created. Without that it is impossible to create the fipsmodule.cnf file that the tests would otherwise depend upon. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14979)
show more ...
|
94dc4282 | 22-Apr-2021 |
Pauli |
Runchecker: fix TLS curves test failure with no-tls1_3 option The TLS curves test strong assumes that TLS 1.2 and TLS 1.3 are present. It is only conditioned out if TLS 1.2 isn't. This
Runchecker: fix TLS curves test failure with no-tls1_3 option The TLS curves test strong assumes that TLS 1.2 and TLS 1.3 are present. It is only conditioned out if TLS 1.2 isn't. This changes also conditions it out if TLS 1.3 isn't present. Fixes ##14965 Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14978)
show more ...
|
da671c41 | 22-Apr-2021 |
Pauli |
Runchecker: fix no-ec2m build which was trying to validate the e2cm curves The evp_extra_test program was trying to validate these curves when they were not build. Fixes #14959
Runchecker: fix no-ec2m build which was trying to validate the e2cm curves The evp_extra_test program was trying to validate these curves when they were not build. Fixes #14959 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14977)
show more ...
|
5af6e154 | 20-Apr-2021 |
Tomas Mraz |
Trivial shortcuts for EVP_PKEY_eq() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14942) |
0ba8bc05 | 21-Apr-2021 |
Dr. Matthias St. Pierre |
Remove obsolete comment Fixes #14968 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pul
Remove obsolete comment Fixes #14968 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14969)
show more ...
|
2de02e7d | 19-Apr-2021 |
Randall S. Becker |
Added Perl installation instructions to NOTES-PERL.md for HPE NonStop. Fixes #14931. Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Richard Levitte
Added Perl installation instructions to NOTES-PERL.md for HPE NonStop. Fixes #14931. Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/14932)
show more ...
|
75f036c6 | 21-Apr-2021 |
Dr. David von Oheimb |
BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14967) |
ef203432 | 21-Apr-2021 |
Dr. David von Oheimb |
apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() function Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14971) |
078fa35c | 20-Apr-2021 |
Rich Salz |
Remove an unused parameter Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl
Remove an unused parameter Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14943)
show more ...
|
1f3b58d8 | 20-Apr-2021 |
Niclas Rosenvik |
Some compilers define __STDC_VERSION__ in c++ Some compilers(g++ on Solaris/Illumos) define __STDC__VERSION__ in c++ . This causes c++ code that uses openssl to break on these compilers
Some compilers define __STDC_VERSION__ in c++ Some compilers(g++ on Solaris/Illumos) define __STDC__VERSION__ in c++ . This causes c++ code that uses openssl to break on these compilers since _Noreturn is not a keyword in c++ . CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14944)
show more ...
|
ef7ae359 | 20-Apr-2021 |
Rich Salz |
Read a REQUEST not RESPONSE in ocsp responder Fixes: #13904 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https
Read a REQUEST not RESPONSE in ocsp responder Fixes: #13904 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14946)
show more ...
|
64c609e7 | 21-Apr-2021 |
Tomas Mraz |
test_sslextension: skip tests that cannot work with no-tls1_2 Fixes runchecker failure of no-tls1_2 build. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github
test_sslextension: skip tests that cannot work with no-tls1_2 Fixes runchecker failure of no-tls1_2 build. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14955)
show more ...
|
bf6aeeb4 | 21-Apr-2021 |
Tomas Mraz |
http/http_lib.c: Include stdio.h for sscanf() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14953) |
b5644c2a | 20-Apr-2021 |
Wolf |
Force public key to be included unless explicitly excluded with -no_public Send this before the CLA was accepted, amending to re-trigger check. Reviewed-by: Matt Caswell <matt@opens
Force public key to be included unless explicitly excluded with -no_public Send this before the CLA was accepted, amending to re-trigger check. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14947)
show more ...
|
309c6fba | 12-Apr-2021 |
Todd Short |
Add RUN_ONCE support to zlib init Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14940) |
1fac2705 | 19-Apr-2021 |
Tomas Mraz |
Fix potential NULL dereference in OSSL_PARAM_get_utf8_string() Fixes Coverity ID 1476283 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/opens
Fix potential NULL dereference in OSSL_PARAM_get_utf8_string() Fixes Coverity ID 1476283 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14928)
show more ...
|
db6b1266 | 19-Apr-2021 |
Tomas Mraz |
Fix potential NULL dereference in ossl_ec_key_dup() Fixes Coverity ID 1476282 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/149
Fix potential NULL dereference in ossl_ec_key_dup() Fixes Coverity ID 1476282 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14928)
show more ...
|
59088414 | 19-Apr-2021 |
Tomas Mraz |
Removed dead code in linebuffer_ctrl() Fixes Coverity CID 1476284 Also add possible number truncation check. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from htt
Removed dead code in linebuffer_ctrl() Fixes Coverity CID 1476284 Also add possible number truncation check. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14928)
show more ...
|
6b297840 | 14-Mar-2020 |
Prcuvu |
e_os.h: Include wspiapi.h to improve Windows backward compatibility CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Revie
e_os.h: Include wspiapi.h to improve Windows backward compatibility CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/14550)
show more ...
|
fc5245a9 | 21-Apr-2021 |
Hubert Kario |
add Changelog item for TLS1.3 FFDHE work Raja added support for FFDHE in TLS 1.3 in commits 9aaecbfc98eb89, 8e63900a71df38ff, dfa1f5476e86f3 in 2019, reflect this in the changelog.
add Changelog item for TLS1.3 FFDHE work Raja added support for FFDHE in TLS 1.3 in commits 9aaecbfc98eb89, 8e63900a71df38ff, dfa1f5476e86f3 in 2019, reflect this in the changelog. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/14972)
show more ...
|
ed82976b | 22-Apr-2021 |
Matt Caswell |
Prepare for 3.0 alpha 16 Reviewed-by: Tomas Mraz <tomas@openssl.org> |
b07412ef | 22-Apr-2021 |
Matt Caswell |
Prepare for release of 3.0 alpha 15 Reviewed-by: Tomas Mraz <tomas@openssl.org> |
f5afac4b | 22-Apr-2021 |
Matt Caswell |
Update copyright year Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14986) |
d97f0870 | 22-Apr-2021 |
Tomas Mraz |
Fix build failure with MSVC Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14983) |