wolfssl-examples/certfields
Chris Conlon 9237d307b5 update copyright to 2020 2020-01-03 16:08:42 -08:00
..
Makefile add cert field extraction example 2016-08-25 11:50:26 -06:00
README.md Fixes for nightly Jenkins reports (pass 1). 2019-03-26 10:27:25 -07:00
main.c update copyright to 2020 2020-01-03 16:08:42 -08:00

README.md

wolfSSL X509 Field Extraction Example

Example of parsing a DER encoded self-signed certificate and extracting public key and subject name information.

Compiling and Running the Example

To compile, first build wolfSSL with the OpenSSL compatibility layer enabled:

$ cd wolfssl-X.X.X
$ ./configure --enable-opensslextra
$ make
$ sudo make install

Then, compile the example app:

$ make
$ ./app

For support, please contact support@wolfssl.com