connerwolfssl
|
6a3e81f6d7
|
support added for requesting hashig algorithm when creating certificate
|
2018-05-11 14:22:12 -06:00 |
connerwolfssl
|
f6a5a3eb49
|
Sig type checking for ecc
|
2018-05-10 15:18:03 -06:00 |
kaleb-himes
|
494fde8ae6
|
test case for keygen, sign, ver
|
2018-05-10 09:54:29 -06:00 |
Kaleb Himes
|
ab604727ab
|
Merge pull request #89 from connerWolfSSL/wolfCLU_project
WolfCLU project
|
2018-05-10 09:51:01 -06:00 |
connerwolfssl
|
0fd1aff4b3
|
Merge branch 'wolfCLU_project' of https://github.com/connerwolfssl/wolfssl-examples into wolfCLU_project
|
2018-05-09 09:42:43 -06:00 |
connerwolfssl
|
f709767cb5
|
adding ed25519 self-signed certificate generation
|
2018-05-09 09:39:26 -06:00 |
connerwolfssl
|
9f5331c3b9
|
Code review changes with Kaleb, rsa keygen fixes, code cleanup
|
2018-05-09 09:35:41 -06:00 |
connerwolfssl
|
86fb3108e4
|
added self-signed rsa certificate generation
|
2018-05-08 10:41:43 -06:00 |
connerwolfssl
|
506b7f8ea2
|
RSA and Ed file structure added
|
2018-05-08 10:11:36 -06:00 |
connerwolfssl
|
6fcc835a7f
|
certificate generation help added, code clean up
|
2018-05-08 09:17:20 -06:00 |
connerwolfssl
|
d468dd30c8
|
adding code to generate ecc certificate
|
2018-05-04 14:08:33 -06:00 |
connerwolfssl
|
2e131d68f5
|
ecc verify with public key derived from private key working
|
2018-04-19 09:25:28 -06:00 |
connerwolfssl
|
a17ee74bb9
|
ed25519 added to main help menu, genkey buffer allocation change
|
2018-04-17 09:59:43 -06:00 |
connerwolfssl
|
e3c96cc1d3
|
Merge https://github.com/wolfssl/wolfssl-examples into wolfCLU_project
|
2018-04-17 09:45:52 -06:00 |
connerwolfssl
|
1475a12f71
|
adding ed25519 sign/verify, help menu changes
|
2018-04-17 09:04:39 -06:00 |
JacobBarthelmeh
|
4a46d47c70
|
Merge pull request #92 from kaleb-himes/COMPATIBILITY
Update SHA256 vs WC_SHA256 to CLU_SHA256 for backwards compatibility
|
2018-04-06 11:51:07 -06:00 |
kaleb-himes
|
397e30e3de
|
Update clu version string/hex defines
|
2018-04-06 10:59:46 -06:00 |
kaleb-himes
|
33d961c3f6
|
Update SHA256 vs WC_SHA256 to CLU_SHA256 for backwards compatibility
|
2018-04-06 09:42:24 -06:00 |
JacobBarthelmeh
|
4896ddbf25
|
Merge pull request #91 from kaleb-himes/CLU-FIX
Fixes for default build with no keygen enabled
|
2018-04-05 11:37:38 -06:00 |
root
|
dd3a985fbe
|
Fixes for default build with no keygen enabled
|
2018-04-05 13:31:48 -04:00 |
connerwolfssl
|
b48d9f17d6
|
Added help options for RSA and ECC
|
2018-04-03 10:50:26 -06:00 |
connerwolfssl
|
992123311e
|
Made changes according to PR 89 feedback, fixed seg faults when options are incomplete when signing/verifying
|
2018-03-29 10:34:23 -06:00 |
connerwolfssl
|
2fabd802d9
|
added ecc sign and verify function
|
2018-03-22 11:21:33 -06:00 |
connerwolfssl
|
9fc65fd8c7
|
spelling/grammar fixes
|
2018-03-22 11:03:12 -06:00 |
connerwolfssl
|
76facfed23
|
Merge https://github.com/wolfssl/wolfssl-examples into wolfCLU_project
|
2018-03-22 10:46:11 -06:00 |
connerwolfssl
|
211de19cc0
|
added RSA preprocessor flags
|
2018-03-22 10:31:41 -06:00 |
connerwolfssl
|
e54144536c
|
added text option for viewing certificates in pem format, added sign/verify options for RSA
|
2018-03-20 11:15:42 -06:00 |
JacobBarthelmeh
|
f4b500c5fa
|
Merge pull request #88 from kaleb-himes/pkcs12-examples
Add pkcs12 example client and remove build blocker
|
2018-03-13 10:50:26 -06:00 |
kaleb-himes
|
df13803954
|
Updates following peer review
Update 2 following peer review
|
2018-03-13 10:45:35 -06:00 |
kaleb-himes
|
0647d0c808
|
Add pkcs12 examples client and remove build blockers
implement better memory handling
|
2018-03-13 09:15:22 -06:00 |
connerwolfssl
|
9a11636cb2
|
Bug fixes for when certain options are disabled
|
2018-03-12 13:55:03 -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 |