5b03b89f | 04-Jan-2022 |
Tomas Mraz |
EVP_PKEY_fromdata(): Do not return newly allocated pkey on failure Fixes #17407 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1
EVP_PKEY_fromdata(): Do not return newly allocated pkey on failure Fixes #17407 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17411)
show more ...
|
7b1264ba | 04-Jan-2022 |
xkernel |
fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/
fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17413)
show more ...
|
949e4f79 | 05-Jan-2022 |
xkernel |
properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://git
properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17415)
show more ...
|
1b87116a | 04-Jan-2022 |
xkernel |
properly free the resource from CRYPTO_malloc Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Me
properly free the resource from CRYPTO_malloc Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17412)
show more ...
|
fd84b9c3 | 05-Jan-2022 |
Bernd Edlinger |
Fix copyright year issues Fixes: #13765 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17427) |
da198adb | 14-May-2021 |
Dr. David von Oheimb |
OSSL_STORE: Prevent spurious error during loading private keys Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15283) |
e304aa87 | 02-Jan-2022 |
Dimitris Apostolou |
Fix typos Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17392) |
e66c4172 | 23-Dec-2021 |
Dmitry Belyavskiy |
Run TLSfuzzer tests for CI Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340) |
db87f89b | 22-Dec-2021 |
Dmitry Belyavskiy |
TLS Fuzzer: initial test infrastructure Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340) |
cccbb4fa | 22-Dec-2021 |
Dmitry Belyavskiy |
TLSfuzzer: submodules Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340) |
0da3b39a | 29-Nov-2021 |
x2018 |
check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com
check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17155)
show more ...
|
8582dccc | 01-Jan-2022 |
zhaozg |
sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2 CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://
sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2 CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17389)
show more ...
|
ea4d16bc | 04-Jan-2022 |
Peiwei Hu |
apps/passwd.c: free before error exiting use goto instead of returning directly while error handling Signed-off-by: Peiwei Hu <jlu.hpw@foxmail.com> Reviewed-by: Ben Kaduk <
apps/passwd.c: free before error exiting use goto instead of returning directly while error handling Signed-off-by: Peiwei Hu <jlu.hpw@foxmail.com> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17404)
show more ...
|
abc4345a | 28-Dec-2021 |
fangming.fang |
fix building failure when using -Wconditional-uninitialized Use clang -Wconditional-uninitialized to build, the error "initialize the variable 'buffer_size' to silence this warning" will
fix building failure when using -Wconditional-uninitialized Use clang -Wconditional-uninitialized to build, the error "initialize the variable 'buffer_size' to silence this warning" will be reported. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17375)
show more ...
|
e06c0a28 | 03-Jan-2022 |
Tomas Mraz |
trace.c: Add missing trace category entry Fixes #17397 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17399) |
b971d419 | 12-Jul-2021 |
Dr. David von Oheimb |
CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set1_refCert() Fixes #16041 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com
CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set1_refCert() Fixes #16041 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16050)
show more ...
|
acef3b2f | 12-Jul-2021 |
Dr. David von Oheimb |
X509_cmp.pod: Point out that the X509_NAME_cmp() arguments may be NULL Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16050) |
97b8c859 | 03-Jan-2022 |
Dr. David von Oheimb |
app_http_tls_cb: Fix double-free in case TLS not used Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/o
app_http_tls_cb: Fix double-free in case TLS not used Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17400)
show more ...
|
2e6afe10 | 12-Nov-2021 |
Dr. David von Oheimb |
check-format.pl: Fix report on constant on LHS of comparison or assignment Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https:/
check-format.pl: Fix report on constant on LHS of comparison or assignment Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17396)
show more ...
|
068549f8 | 26-Nov-2021 |
Dr. David von Oheimb |
HTTP client: Work around HTTPS proxy use bug due to callback design flaw See discussion in #17088, where the real solution was postponed to 4.0. This preliminarily fixes the issue t
HTTP client: Work around HTTPS proxy use bug due to callback design flaw See discussion in #17088, where the real solution was postponed to 4.0. This preliminarily fixes the issue that the HTTP(S) proxy environment vars were neglected when determining whether a proxy should be used for HTTPS. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17310)
show more ...
|
a8251a32 | 29-Dec-2021 |
fangming.fang |
Fix compile error when building with no-asm Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.
Fix compile error when building with no-asm Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17376)
show more ...
|
04e3ab64 | 29-Nov-2021 |
x2018 |
check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://
check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17153)
show more ...
|
d26b3766 | 28-Dec-2021 |
Sebastian Andrzej Siewior |
Use USE_SWAPCONTEXT on IA64. On IA64 the use of setjmp()/ longjmp() does not properly save the state of the register stack engine (RSE) and requires extra care. The use of it in the
Use USE_SWAPCONTEXT on IA64. On IA64 the use of setjmp()/ longjmp() does not properly save the state of the register stack engine (RSE) and requires extra care. The use of it in the async interface led to a failure in the test_async.t test since its introduction in 1.1.0 series. Instead of properly adding the needed assembly bits here use the swapcontext() function which properly saves the whole context. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17370)
show more ...
|
ee8a61e1 | 29-Dec-2021 |
Matt Caswell |
Validate the category in OSSL_trace_end() OSSL_trace_end() should validate that the category it has been passed by the caler is valid, and return immediately if not. Fixes #1735
Validate the category in OSSL_trace_end() OSSL_trace_end() should validate that the category it has been passed by the caler is valid, and return immediately if not. Fixes #17353 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17371)
show more ...
|
0088ef48 | 03-Jan-2022 |
Dr. David von Oheimb |
Update troublesome copyright years of auto-generated files to 2022 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17398) |