wolfssl-examples/certmanager
Anthony Hu 858c0c1744 Add new pq (post-quantum) directory
- Add Falcon certificates to the certs directory
- Move falcon_certverify.c and generate_falcon_chains.sh to pq directory
- tls/server-tls13.c -> pq/server-pq-tls13.c
- tls/client-tls13.c -> pq/client-pq-tls13.c
- create new Makefile and README.md for pq directory
- revert tls/server-tls13.c and tls/client-tls13.c
2021-11-01 16:30:37 -04:00
..
Makefile Add new pq (post-quantum) directory 2021-11-01 16:30:37 -04:00
README.md Add new pq (post-quantum) directory 2021-11-01 16:30:37 -04:00
certloadverifybuffer.c Adding documentation where needed. Made changes to code to assure files build and implement good coding practices 2021-06-29 16:02:52 -06: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

$ make
$ ./certverify