TLS/SSL cryptography.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add openssl https://github.com/hyperpolymath/asdf-openssl-plugin.gitopenssl:
# Show all installable versions
asdf list-all openssl
# Install specific version
asdf install openssl latest
# Set a version globally (in your ~/.tool-versions file)
asdf global openssl latest
# Now openssl commands are available
openssl --versionCheck asdf readme for more instructions.
# List installed versions
asdf list openssl
# Set local version for current directory
asdf local openssl <version>
# Uninstall a version
asdf uninstall openssl <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath