Make no-autoload-config option work again#21621
Make no-autoload-config option work again#21621paulidale wants to merge 5 commits intoopenssl:masterfrom
Conversation
|
Hi Paul! Thanks for taking care of this regression. As a small side opinion: maybe introducing a helper such as This helper could be made no-op if
|
|
@evgenykotkov, I did contemplate adding such a call but while making the changes it didn't seem worthwhile given the other code I could remove. Some of the other conditional checks looked like being expensive and they can also be avoided by this approach. Still, such a call might be worth introducing at some point. |
|
Ping @openssl/committers for second review please. |
…help Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit badf3c1)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit 52ea255)
…sn't loaded Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit a9dde74)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit 9a255aa)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit cb8e641)
…help Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621)
…sn't loaded Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621)
|
Merged to all three branches. OpenSSL 3.0 required a manual fix but it was fairly trivial. |
…help Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit badf3c1)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit 52ea255)
…sn't loaded Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit a9dde74)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit 9a255aa)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from #21621) (cherry picked from commit cb8e641)
Added in 2018-04-17 [1]. Released in v1.1.1. Broken since v3.x and received a fix just recently [2]. [1] openssl/openssl@dbabc86 openssl/openssl#5959 [2] openssl/openssl@cb8e641 openssl/openssl#21621
|
I think this deserves a CHANGES.md entry. |
…help Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from openssl#21621) (cherry picked from commit badf3c1)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from openssl#21621) (cherry picked from commit 52ea255)
…sn't loaded Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from openssl#21621) (cherry picked from commit a9dde74)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from openssl#21621) (cherry picked from commit 9a255aa)
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from openssl#21621) (cherry picked from commit cb8e641)
The no-autoload-config option stopped working after 1.1.1.
It should work still.