Eric Blankenhorn
|
6ade24305b
|
Cleanup signature example
|
2023-04-13 10:24:10 -05:00 |
Eric Blankenhorn
|
4d3763952c
|
Fix make order and types with Linux
|
2020-06-16 16:06:51 -05:00 |
Chris Conlon
|
9237d307b5
|
update copyright to 2020
|
2020-01-03 16:08:42 -08:00 |
Carie Pointer
|
30dc37a2ea
|
Add SHA224 as an option for <hash> type in usage print statement and update hash type values to match the correct enum values found in types.h
|
2019-08-26 15:32:09 -07:00 |
David Garske
|
698c5ecf63
|
Cleanups to signature example. Added return code checking and clarified the malloc values used.
|
2017-10-24 08:33:41 -07:00 |
David Garske
|
f03ff6ec85
|
Updated ECC make key example to use wc_ecc_make_key_ex API, which supports ecc_curve_id.
|
2016-11-11 12:30:16 -08:00 |
David Garske
|
ad8ca32d03
|
Added ability to perform verify against signature file.
|
2016-11-11 12:29:22 -08:00 |
David Garske
|
e3fb299e37
|
Corrected the RSA w/DER encoding text and reverted accidental check-in to enable debugging.
|
2016-02-08 15:32:14 -08:00 |
David Garske
|
50c13eb28f
|
Updated the signature example to support the new RSA w/encode. Updated some of the printf strings. Updated the wc_Signature response code handling for RSA.
|
2016-02-03 11:47:49 -08:00 |
David Garske
|
3c553c889f
|
Updated README.md for signature example and added new 8=MD5+SHA.
|
2016-01-29 16:28:09 -08:00 |
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 |