wolfssl-examples/certstore
JacobBarthelmeh cfbde0cfd8 initialize ret value 2025-01-24 13:29:01 -07:00
..
Makefile add x509 store verify example 2025-01-24 11:03:17 -07:00
README.md update README 2025-01-24 11:55:26 -07:00
certverify.c initialize ret value 2025-01-24 13:29:01 -07:00

README.md

wolfSSL X509 Store Example

This directory contains:

A simple example of using the X509_STORE compatibility layer API with wolfSSL.

Compiling and Running the Example

$ cd wolfssl
$ ./autogen.sh                # If downloaded from github
$ ./configure --enable-opensslall
$ make
$ sudo make install
$ sudo ldconfig # if wanting to update links and cache of recent shared library
$ cd wolfssl-examples
$ cd certstore
$ make
$ ./certverify