From fcd4e021dfe66485448dde59b770010f9ecbc1e3 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 19 Sep 2025 14:24:25 +0200 Subject: [PATCH] instructions detailing how to build wolfSSL --- ocsp/stapling/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ocsp/stapling/README.md b/ocsp/stapling/README.md index 6a2ef307..c4b0455c 100644 --- a/ocsp/stapling/README.md +++ b/ocsp/stapling/README.md @@ -19,6 +19,14 @@ This directory contains a standalone example demonstrating OCSP stapling with dy ## Building +For this example, you need to build wolfSSL with OCSP and session certificate support. The following configuration options are required: + +```sh +./configure --enable-ocsp --enable-ocspstapling --enable-ocspstapling2 --enable-cert-setup-cb --enable-sessioncerts +make +make install +``` + To build both the server and client, simply run: ```sh