David Garske
|
68c534c867
|
Added RSA support to signature example.
|
2015-11-16 11:15:14 -08:00 |
David Garske
|
0d7d3f42cf
|
Updated the example to separate the ECC sign/verify from RSA. Working on adding RSA support.
|
2015-11-13 12:28:45 -08:00 |
David Garske
|
d06125b4fa
|
Fixed missing "fclose" in signature example.
|
2015-11-12 20:03:15 -08:00 |
David Garske
|
438f5c91c1
|
wolfSSL signature example. This example takes a file and creates a signature for it using the "wc_Signature*" wrapper functions. This example generates a new ECC key and dumps the key values, then creates a signature from a hash of the file and signs it. Then it performs a verification using the signature and public key.
|
2015-11-12 09:54:15 -08:00 |