46399d9d | 16-Jun-2021 |
Richard Levitte |
UTF-8 not easily supported on VMS command line yet Some tests are designed to test UTF-8 on the command line. We simply disable those on VMS. Reviewed-by: Paul Dale <pauli@opens
UTF-8 not easily supported on VMS command line yet Some tests are designed to test UTF-8 on the command line. We simply disable those on VMS. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15823)
show more ...
|
e7137c84 | 16-Jun-2021 |
Richard Levitte |
Fix test_errstr for VMS Occasionally, we get an error code on VMS that doesn't translate into POSIX, and the error string reflects that Reviewed-by: Paul Dale <pauli@openssl.org
Fix test_errstr for VMS Occasionally, we get an error code on VMS that doesn't translate into POSIX, and the error string reflects that Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15823)
show more ...
|
89fe2952 | 24-Jun-2021 |
Christian Heimes |
Fix segfault in openssl x509 -modulus The command ``openssl x509 -noout -modulus -in cert.pem`` used to segfaults sometimes because an uninitialized variable was passed to ``BN_lebin
Fix segfault in openssl x509 -modulus The command ``openssl x509 -noout -modulus -in cert.pem`` used to segfaults sometimes because an uninitialized variable was passed to ``BN_lebin2bn``. The bug triggered an assertion in bn_expand_internal(). Fixes: https://github.com/openssl/openssl/issues/15899 Signed-off-by: Christian Heimes <christian@python.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15900)
show more ...
|
15500c9d | 24-Jun-2021 |
Matt Caswell |
Add wrap.pl to .gitignore This file is now auto-generated from a template (wrap.pl.in). Therefore it should be ignored by git. Reviewed-by: Paul Dale <pauli@openssl.org> (Me
Add wrap.pl to .gitignore This file is now auto-generated from a template (wrap.pl.in). Therefore it should be ignored by git. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15895)
show more ...
|
3a1ec0c2 | 24-Jun-2021 |
Theo Buehler |
Fix two typos in OSSL_trace_enabled.pod Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org>
Fix two typos in OSSL_trace_enabled.pod Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15894)
show more ...
|
f06c5547 | 25-Jun-2021 |
Pauli |
test: check for NULL returns better Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15910) |
711d5a2f | 25-Jun-2021 |
Pauli |
test: avoid memory leaks on errors Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15910) |
1f25fd16 | 25-Jun-2021 |
Pauli |
evp_test: address NULL pointer dereference and return failure better Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15910) |
a52d20c8 | 25-Jun-2021 |
Pauli |
ui: address potential memory leak Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15910) |
1f3f8a3d | 25-Jun-2021 |
Pauli |
apps: address potential memory leaks Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15910) |
15025190 | 25-Jun-2021 |
Pauli |
x509: address NULL dereference and memory leaks Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15910) |
d4af922c | 24-Jun-2021 |
Pauli |
apps: properly initialise arguments to EVP_PKEY_get_bn_param() This avoids use of uninitialised memory. Follow on to #15900 Reviewed-by: Shane Lontis <shane.lontis@oracle.c
apps: properly initialise arguments to EVP_PKEY_get_bn_param() This avoids use of uninitialised memory. Follow on to #15900 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15908)
show more ...
|
a31350c0 | 24-Jun-2021 |
Tomas Mraz |
Update fips sources and checksums Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15903) |
f870a1f8 | 24-Jun-2021 |
Tomas Mraz |
Only the fips module dependencies are relevant for fips.module.sources Fixes #15639 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pu
Only the fips module dependencies are relevant for fips.module.sources Fixes #15639 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15903)
show more ...
|
5fc0992f | 24-Jun-2021 |
Dr. David von Oheimb |
Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.c Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://githu
Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.c Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15892)
show more ...
|
d5567d5f | 23-Jun-2021 |
yunh |
enable getauxval on android 10 Fixes #9498 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/ope
enable getauxval on android 10 Fixes #9498 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15870) (cherry picked from commit b2dea4d5f22ec146373324c282fb1bcecd5a7d90)
show more ...
|
3d178db7 | 18-Jun-2021 |
Tomas Mraz |
ppccap.c: Split out algorithm-specific functions Fixes #13336 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15828) |
991519ae | 23-Jun-2021 |
Dr. David von Oheimb |
CMP: Improve reporting of error codes and related strings via 'error' msg Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15879) |
cfd854a5 | 23-Jun-2021 |
Dr. David von Oheimb |
ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for readability Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15879) |
7b3990e3 | 23-Jun-2021 |
Dr. David von Oheimb |
CMP: Clean up internal message creation API and its documentation Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15879) |
0f7a4ca5 | 24-Jun-2021 |
Pauli |
test: add EVP_Q_mac tests to evp_test Fixes #15837 Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from h
test: add EVP_Q_mac tests to evp_test Fixes #15837 Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/15888)
show more ...
|
4d7c39f4 | 24-Jun-2021 |
Pauli |
test: add EVP_Q_digest tests to evp_test Fixes #15837 Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged fro
test: add EVP_Q_digest tests to evp_test Fixes #15837 Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/15888)
show more ...
|
e86b2e78 | 24-Jun-2021 |
Richard Levitte |
OpenSSL::Util::fixup_cmd_elements(): Include '!' among the VMS chars to process ! is the DCL character that starts a comment, and therefore acts as a cut-off if not quoted. Revi
OpenSSL::Util::fixup_cmd_elements(): Include '!' among the VMS chars to process ! is the DCL character that starts a comment, and therefore acts as a cut-off if not quoted. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15889)
show more ...
|
11efa7d4 | 05-May-2021 |
Petr Gotthard |
BIO_new_from_core_bio: Fix heap-use-after-free after attach The providers have to call up_ref to keep the cbio pointer, just like the internal bio_prov.c does. OSSL_STORE_attach
BIO_new_from_core_bio: Fix heap-use-after-free after attach The providers have to call up_ref to keep the cbio pointer, just like the internal bio_prov.c does. OSSL_STORE_attach passes a cbio pointer to the provider and then calls ossl_core_bio_free(cbio). If up_ref is not called, the cbio gets freed way too early. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15163)
show more ...
|
454d6927 | 23-Jun-2021 |
Tomas Mraz |
trace: Do not produce dead code calling BIO_printf if disabled Fixes #15880 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Me
trace: Do not produce dead code calling BIO_printf if disabled Fixes #15880 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15882)
show more ...
|