Commit Graph

637 Commits (0647d0c8085a4c848450ba2debe0d71c80b3f67f)

Author SHA1 Message Date
kaleb-himes 0647d0c808 Add pkcs12 examples client and remove build blockers
implement better memory handling
2018-03-13 09:15:22 -06:00
JacobBarthelmeh c830060820
Merge pull request #87 from jrblixt/exampleCerts-pr
New certs added.
2018-03-06 16:59:53 -07:00
jrblixt eaa432471c new certs added 2018-03-06 16:10:59 -07:00
Kaleb Himes 25d8ae3e95
Merge pull request #79 from dgarske/csr
Added example for creating Certificate Signing Request (CSR).
2018-01-23 15:30:46 -08:00
David Garske da8042ad35 Fix for wc_SignCert reponse code checking in CSR example. 2018-01-23 15:21:28 -08:00
Kaleb Himes 94b94262b4
Update README.md 2017-11-03 14:48:02 -06:00
dgarske b6ccb88d83 Merge pull request #82 from kaleb-himes/rsa-sign-ver-to-enc-dec-example
refactor sanity checks and a debug print
2017-10-24 14:08:06 -07:00
Kaleb Himes 2d44157492 Merge pull request #81 from dgarske/sig_cleanup
Cleanups to signature example
2017-10-24 12:20:15 -06:00
kaleb-himes 353bb08330 refactor sanity checks and a debug print 2017-10-24 12:13:50 -06: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
dgarske 8da68556c8 Merge pull request #80 from kaleb-himes/rsa-sign-ver-to-enc-dec-example
Rsa sign-ver to achieve enc-dec example
2017-10-24 07:30:35 -07:00
kaleb-himes 9df79cae87 Cleanup 2017-10-23 16:00:56 -06:00
kaleb-himes dbceeabc1a An example of using Sign/Verify to achieve private encrypt/public decrypt w/ RSA 2017-10-23 15:58:21 -06:00
David Garske cc6641c20d Added example for creating Certificate Signing Request (CSR). 2017-10-10 10:20:29 -07:00
Kaleb Himes 9d3848f4a7 Merge pull request #78 from cconlon/android-gradle
Android Studio Gradle Example
2017-09-18 10:17:34 -06:00
Chris Conlon d9e7b7b772 update Android README 2017-08-29 10:43:48 -06:00
Chris Conlon b2d1f814df Add Android Studio Gradle project example 2017-08-29 10:37:37 -06:00
JacobBarthelmeh 6f109a5330 Merge pull request #77 from kaleb-himes/warning-fixes
Fix some warnings thrown by -Wpointer-sign
2017-08-28 14:31:58 -06:00
Kaleb Himes 2fe3c51bc9 Review update (2) 2017-08-28 13:29:01 -06:00
Kaleb Himes abaf07109b Review update
Thanks Jacob!
2017-08-28 13:28:04 -06:00
JacobBarthelmeh 1c7d321ace Merge pull request #69 from kaleb-himes/update-examples
Update wolfssl-examples to properly include options.h
2017-08-28 13:26:32 -06:00
kaleb-himes 352946ffee Fix some warnings thrown by -Wpointer-sign 2017-08-19 15:01:38 -06:00
Kaleb Himes 25b41f930b Merge pull request #74 from levi-wolfssl/arg_parse_refactor
argument parsing refactor
2017-08-17 15:26:57 -06:00
Kaleb Himes 03fd50625f Merge pull request #73 from levi-wolfssl/keygen
RSA and ECC Keygen
2017-08-17 15:25:46 -06:00
Kaleb Himes 622fbc8049 Update clu_crypto_setup.c 2017-08-17 15:25:00 -06:00
Kaleb Himes 963e945efa Update clu_hash_setup.c 2017-08-17 15:24:20 -06:00
Levi Rak baa74cf4b8 change when arguments are converted to lower case 2017-08-17 14:04:50 -06:00
Levi Rak aa581dd18a make hash use wolfCLU_checkForArgs() 2017-08-17 12:56:11 -06:00
Levi Rak 86e2c9a7ba make bench use wolfCLU_checkForArg() 2017-08-17 11:54:15 -06:00
Levi Rak e73aa160da make crypto use wolfCLU_checkForArg() 2017-08-17 10:39:16 -06:00
Levi Rak 5a46b4505e pretty up the main() getopt loop 2017-08-16 16:45:24 -06:00
Levi Rak 48a2a5afec make sure to include wolfssl/options.h before checking them 2017-08-16 11:56:33 -06:00
Levi Rak 2ca156300a Wrap things with the appropriate ifdefs 2017-08-15 13:56:01 -06:00
Levi Rak 247b8b1c46 ECC DER: outputing to files 2017-08-15 11:52:20 -06:00
Levi Rak ca8394c959 RSA: implemented -exponent 2017-08-15 10:42:27 -06:00
Levi Rak a8ae642523 RSA: implement -size 2017-08-14 16:48:59 -06:00
Levi Rak b7275ffc1b RSA DER: something's getting to the files 2017-08-14 16:26:17 -06:00
Levi Rak b3f59898e2 report DER when DER_FORM 2017-08-14 13:03:45 -06:00
JacobBarthelmeh e988c12c4a Merge pull request #72 from kaleb-himes/wolfCLU-update
include main header for options.h prior to other wolfSSL headers
2017-08-11 11:05:12 -06:00
kaleb-himes ae52a5d380 include main header for options.h prior to other wolfSSL headers 2017-08-11 10:52:30 -06:00
Kaleb Himes 370ce1ef97 Merge pull request #71 from cconlon/android_update
Update Android NDK Example App
2017-08-09 17:19:29 -06:00
Chris Conlon b528643aba Android: update example NDK project 2017-08-09 14:43:39 -06:00
Chris Conlon 2d8edba2bd Android: update wolfssljni submodule commit in ndk example 2017-08-09 14:43:06 -06:00
Chris Conlon b0b44b9d41 Android: update wolfssl submodule commit in ndk example 2017-08-09 14:42:43 -06:00
kaleb-himes d794acde6d Update wolfssl-examples to properly include options.h 2017-08-07 14:37:39 -06:00
Kaleb Himes 64b347fa06 Merge pull request #68 from dgarske/btle_typos
Fix Btle example spelling errors and Makefile to use dynamic library
2017-07-31 17:09:19 -06:00
David Garske 20d94ae1c8 Added DEBUG_WOLFSSL to the debug flags in Makefile. Thanks Kaleb. 2017-07-31 16:04:47 -07:00
David Garske db60d7789a Add cleanup for ecc server/client binaries. Leaving comment as-is for debugging. 2017-07-31 14:18:03 -07:00
David Garske af27d17576 Fixed several typos in `btle/README.md`. Changed the `btle/Makefile` to default to non-debug / dynamic wolfSSL library. 2017-07-22 11:31:18 -07:00
toddouska a16f3b1066 Merge pull request #67 from dgarske/btle_example
BTLE / Lightweight secure transport example using ECC Encrypt
2017-07-21 11:33:49 -07:00