Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 478 Bytes

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