OpenSSL
Open
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The Onion toolchain provides a package for OpenSSL 1.0.2p that can be added to the image by adding something like this after the toolchain is built:
# Build openssl
WORKDIR /toolchain/source
RUN make -j8 package/openssl/compile
ENV MIPSEL_UNKNOWN_LINUX_MUSL_OPENSSL_DIR=/toolchain/source/staging_dir/target-mipsel_24kc_musl/usr
Potentially we want to include this 🤔
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the Dockerfile or toolchain image build where packages are added, using the OpenSSL build commands and MIPSEL_OPENSSL_DIR setting shown in the issue as the starting point. Confirm whether OpenSSL 1.0.2p should be included and verify that the resulting image contains the package and exposes the expected library path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100