wolfssl-examples/certfields/extract-pubkey-from-certfile
Andras Fekete 4c2f96ff64 Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
..
Makefile Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
README.md Spelling fixes. 2021-06-09 09:07:40 -07:00
main.c Spelling fixes. 2021-06-09 09:07:40 -07: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