wolfssl-examples/pk/ecc
David Garske bb06f661fe Fixes for nightly Jenkins reports (pass 1). 2019-03-26 10:27:25 -07:00
..
Makefile Refactor PK examples out of crypto and mv non-sig specific to pk dir 2019-02-26 11:15:12 -07:00
README Refactor PK examples out of crypto and mv non-sig specific to pk dir 2019-02-26 11:15:12 -07:00
ecc_keys.c Fixes for nightly Jenkins reports (pass 1). 2019-03-26 10:27:25 -07:00

README

Shows examples of how to work with storing and loading keys after they have been generated. ecc_keys.c creates a key structure than stores the private key in DER formate. After storing the private key it then loads it back into a ecc_key struct. ecc_keys.c also shows how to export and import public keys.

The build option used for wolfSSL is

```
./configure --enable-keygen --enable-ecc
```