Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add caveat regarding OpenSSL installs [skip ci] #402

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ this, e.g., as follows:
OpenSSL 3.2.0-dev (Library: OpenSSL 3.2.0-dev )
```

### Note on OpenSSL installation

If one does not have an OpenSSL version installed in a suitable version, care
is advised installing such version such as not to damage a pre-installed/system-wide
`openssl` installation.

In order to experiment with a local `openssl` version, we have made available
[a shell script](scripts/fullbuild.sh) creating a local, non-system wide installed
`openssl` binary. By default, the current "master" branch is built by this script
but it can be configured to build any release/tag by setting the [OPENSSL_BRANCH](CONFIGURE.md#openssl_branch)
environment variable.

## Activation

Every OpenSSL provider needs to be activated for use. There are three main ways
Expand Down