Skip to content
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
7 changes: 6 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ To build and install OpenSSL GOST Engine, you will need
* an ANSI C compiler
* CMake (3.0 or newer, 3.18 recommended)

* [Fedora 43: Disabling support of building OpenSSL engines](https://discussion.fedoraproject.org/t/f43-change-proposal-disabling-support-of-building-openssl-engines-system-wide) (`<openssl/engine.h>`)
``` bash
sudo dnf install openssl-devel-engine
```

Here is a quick build guide:

$ git clone https://github.com/gost-engine/engine
Expand Down Expand Up @@ -193,4 +198,4 @@ Each image contains:
- Command-line utilities
- Proper CA certificates configuration

The images are optimized for size and include only runtime dependencies.
The images are optimized for size and include only runtime dependencies.
Loading