[openssl/openssl] 96e13a: app_http_tls_cb(): fix crash on inconsistency w.r....
David von Oheimb
noreply at reply.github.openssl.org
Wed Jul 6 07:23:49 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 96e13a1679872d879683346c1e09ca227f77efb0
https://github.openssl.org/openssl/openssl/commit/96e13a1679872d879683346c1e09ca227f77efb0
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M apps/lib/apps.c
Log Message:
-----------
app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS
This happens if use_ssl is not set but an SSL_CTX is provided.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18674)
Commit: 35750cb9af007702dad92d62da57200fdf9ddaf4
https://github.openssl.org/openssl/openssl/commit/35750cb9af007702dad92d62da57200fdf9ddaf4
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M crypto/http/http_client.c
M doc/man3/OSSL_HTTP_transfer.pod
Log Message:
-----------
OSSL_HTTP_open(): improve use of use_ssl and its documentation
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18674)
Commit: 059a4ad0999dd6dbd7340b5e4f7566812d51bb1e
https://github.openssl.org/openssl/openssl/commit/059a4ad0999dd6dbd7340b5e4f7566812d51bb1e
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M crypto/http/http_client.c
Log Message:
-----------
OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx-rbio)
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18674)
Commit: 7d5019c15af8f88443a7edddd4b150a7dafeda5d
https://github.openssl.org/openssl/openssl/commit/7d5019c15af8f88443a7edddd4b150a7dafeda5d
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M crypto/http/http_client.c
M doc/man3/OSSL_HTTP_REQ_CTX.pod
M doc/man3/OSSL_HTTP_transfer.pod
Log Message:
-----------
http_client.c: fix comment and documentation of the memory BIOs used
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18674)
Compare: https://github.openssl.org/openssl/openssl/compare/33478aedafaf...7d5019c15af8
More information about the openssl-commits
mailing list