Commit Graph

1364 Commits (a22540563fb52f1acff6d6b97b71dd74c635b43c)

Author SHA1 Message Date
Kaleb Joseph Himes 2f9e37e5dc Update README.md 2016-03-15 11:09:42 -06:00
dgarske c191767c2c Merge pull request #16 from dgarske/SigEncFixes
Updated the signature example to support the new RSA w/DER encoding. Related to wolfSSL PR 289.
2016-02-09 09:35:50 -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
kaleb-himes 3504bf56e1 Merge branch 'master' of github.com:wolfSSL/wolfssl-examples 2016-01-06 11:05:09 -07:00
kaleb-himes e9498f6d3e clu moved to https://github.com/wolfSSL/wolfssl-examples/tree/master/wolfCLU 2016-01-06 11:04:55 -07:00
Kaleb Joseph Himes bd840f285e Update README.md 2016-01-06 10:52:40 -07:00
Kaleb Joseph Himes d271042b6a Update README.md 2016-01-05 16:25:43 -07:00
Kaleb Joseph Himes cf632cc283 Update README.md 2016-01-05 16:25:03 -07:00
kaleb-himes 0a4bc6a3ee Merge branch 'master' of github.com:wolfSSL/wolfssl-examples 2016-01-05 16:23:52 -07:00
kaleb-himes e7bc7b875e wolfCLU Init 2016-01-05 16:23:42 -07:00
Kaleb Joseph Himes 427b824ffb Update README.md 2016-01-05 16:19:15 -07:00
kaleb-himes d1346c5d0d Command Line Utility Development moved 2015-12-11 11:19:39 -08:00
kaleb-himes 6d9d39ef63 Development is moving to https://github.com/wolfSSL/wolfCLU 2015-12-11 11:17:24 -08:00
Kaleb Joseph Himes c3e206ba6e Merge pull request #15 from kaleb-himes/master
merge local changes
2015-12-08 12:41:36 -08:00
kaleb-himes c224a97e7a Merge with upstream 2015-12-08 12:40:27 -08:00
kaleb-himes 3cd144b6e4 Header ifdef 2015-12-08 12:37:38 -08:00
Chris Conlon 4d2aaa88fd Android: add WOLFSSL_DIR to Android.mk, easier to switch between wolfssl versions 2015-12-03 14:21:09 -07:00
Chris Conlon c6c9575861 update Android README 2015-12-02 16:57:38 -07:00
Chris Conlon c76f1cdddd update Android NDK sample app 2015-12-02 16:56:11 -07:00
David Garske 51d1acf52f Merge branch 'master' of github.com:wolfSSL/wolfssl-examples 2015-11-16 11:15:37 -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
kaleb-himes e6b2d046b3 update git ignore and add DH params to server-tls example 2015-11-13 13:12:01 -07:00
kaleb-himes 4bb0402ee4 check in minor work on x509 and memory functions 2015-11-13 13:08:27 -07: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
kaleb-himes 91569d5452 New certs update client-callback and server-callback with new API 2015-10-19 14:56:01 -06:00
Kaleb Joseph Himes 13e0218998 Merge pull request #12 from kaleb-himes/master
update version
2015-10-06 18:16:26 -06:00
kaleb-himes 07f7540032 Merge branch 'master' of github.com:wolfSSL/wolfssl-examples 2015-10-06 18:14:12 -06:00
kaleb-himes 91f2c907ab add new files to build 2015-10-06 07:54:08 -06:00
kaleb-himes 1db6afd56a Merge branch 'master' of github.com:wolfSSL/wolfssl-examples 2015-10-06 07:47:47 -06:00
kaleb-himes 35fb3a4e41 Add in dummy files for certificates 2015-10-06 07:47:32 -06:00
Kaleb Joseph Himes 0c037923b3 Update README.md 2015-09-29 09:41:30 -06:00
Kaleb Joseph Himes 77dc11aa9f Update README.md 2015-09-29 09:39:55 -06:00
Kaleb Joseph Himes a896278b04 Update README.md 2015-09-29 09:39:18 -06:00
Kaleb Joseph Himes 99c70f3105 Update README.md 2015-09-29 09:05:17 -06:00
kaleb-himes 4275dc31f2 version 0.4 in configure.ac 2015-09-08 21:03:11 -06:00
kaleb-himes 83e261621a switch default case to default help 2015-09-08 14:42:22 -06:00
kaleb-himes 31e5ddbfe8 clu updates for long arguments 2015-09-08 14:36:05 -06:00
kaleb-himes 92a68db046 finished long arg updates, change version to 0.4 2015-09-08 14:04:09 -06:00
kaleb-himes f34711d5c4 Initialize long arguments in src/crypto and wolfsslMain. Do bench and hash next 2015-09-08 13:04:18 -06:00
kaleb-himes fa9c2c6b79 include hash.h for new declartion locations 2015-09-08 08:01:21 -06:00
kaleb-himes d479955cb1 licence updated 2015-08-31 13:37:37 -06:00
kaleb-himes 2f579f9069 fix error in loop logic, allow debugging 2015-08-31 10:03:28 -06:00
kaleb-himes 590e04c43a formatting fixes for some of the tls examples 2015-08-28 14:26:30 -06:00
kaleb-himes 303c628323 updated and new certs for examples 2015-08-28 14:25:53 -06:00
kaleb-himes eb7e6535b2 ecdhe client/server examples 2015-08-28 13:57:59 -06:00
Kaleb Joseph Himes f6e854bdc7 Update README.md 2015-08-14 16:25:16 -06:00