https://github.com/notreeceharris/openssl-assignment-1
https://github.com/notreeceharris/openssl-assignment-1
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notreeceharris/openssl-assignment-1
- Owner: NotReeceHarris
- Created: 2025-02-09T23:08:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T20:56:12.000Z (about 1 year ago)
- Last Synced: 2025-05-14T10:34:08.018Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installing OpenSSL
First i install winget since i dont have it on my system, second i run the following command to get the openssl package `winget search openssl` which finds 3 packages
```
Name Id Version Match Source
---------------------------------------------------------------------------
FireDaemon OpenSSL 3 FireDaemon.OpenSSL 3.4.0 Tag: openssl winget
OpenSSL 3.4.0 ShiningLight.OpenSSL.Dev 3.4.0 winget
OpenSSL Light 3.4.0 ShiningLight.OpenSSL.Light 3.4.0 winget
```
I only care about `FireDaemon OpenSSL 3` so i install that with the following command `winget install --id=FireDaemon.OpenSSL -e` now because my rust isnt playing nice i had to set OPENSSL_DIR with the following command `set OPENSSL_DIR=C:\Program Files\FireDaemon OpenSSL 3` now openssl is all set for rust