wolfssl-examples/certfields/extract-pubkey-from-certfile
kaleb-himes 09ab4cc86e Update based on peer review in #104 2020-10-06 10:08:29 -06:00
..
Makefile Update based on peer review in #104 2020-10-06 10:08:29 -06:00
README.md Update based on peer review in #104 2020-10-06 10:08:29 -06:00
main.c Update based on peer review in #104 2020-10-06 10:08:29 -06: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 compatibilty 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