wolfssl-examples/crypto/keys
Jacob Barthelmeh b9926d5d39 add example for keys importing/exporting 2015-06-30 14:34:01 -06:00
..
Makefile add example for keys importing/exporting 2015-06-30 14:34:01 -06:00
README add example for keys importing/exporting 2015-06-30 14:34:01 -06:00
ecc_keys.c add example for keys importing/exporting 2015-06-30 14:34:01 -06: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
```