-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for BP_OPENSSL_ACTIVATE_LEGACY_PROVIDER (#921)
- Enabling the new environment variable will load and active the legacy openssl provider - Removes `use_legacy_openssl` buildpack.yml setting in favour of the environment variable
- Loading branch information
Sophie Wigmore
authored
Feb 15, 2024
1 parent
47bdd36
commit 4ef12fd
Showing
5 changed files
with
39 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
This app was generated with the .NET Core CLI v6: | ||
``` | ||
dotnet new mvc -o source_6.0 | ||
``` | ||
This app is used to test the functionality to load the legacy openssl provider | ||
when using cflinuxfs4 | ||
|
||
The app is tested with the addition of the `BP_OPENSSL_ACTIVATE_LEGACY_PROVIDER` environment | ||
variable set to `true` | ||
|
||
See ssl-related integration test in `src/dotnetcore/integration/default_test.go` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters