wolfssl-examples/certmanager
JacobBarthelmeh b8a6d8c03e update cert buffers 2023-10-26 08:02:10 -07:00
..
Makefile Add new pq (post-quantum) directory 2021-11-01 16:30:37 -04:00
README.md Cert Manager does not need openssl extra 2023-10-06 13:01:30 -04:00
certloadverifybuffer.c update cert buffers 2023-10-26 08:02:10 -07:00
certverify.c Fixes as suggested by dgarske. 2021-11-01 11:54:12 -04:00

README.md

wolfSSL CertManager Example

This directory contains:

A simple example of using the wolfSSL CertManager to verify a certificate in a standalone manner, separate from an SSL/TLS connection.

Compiling and Running the Example

$ cd wolfssl
$ ./autogen.sh                # If downloaded from github
$ ./configure --enable-crl    # CRL is optional.
$ make all
$ make check
$ sudo make install
$ cd wolfssl-examples
$ cd certmanager
$ make all
$ ./certverify