Commit Graph

870 Commits (2159c20debef48e6f1be529384a8491d6922d3b4)

Author SHA1 Message Date
kaleb-himes 2159c20deb Update CLU, remove deprecated names 2020-01-21 16:48:51 -07:00
JacobBarthelmeh 857a43aae7
Merge pull request #181 from kaleb-himes/KeyUsageExample
Key usage example
2020-01-17 10:42:00 -07:00
kaleb-himes fadf0d12e2 Add license header 2020-01-17 10:36:30 -07:00
kaleb-himes bd25d8fa53 Add sample output and cleanup printout 2020-01-17 10:29:40 -07:00
kaleb-himes 089b62aa30 Add example for checking key usage in a cert 2020-01-17 10:27:10 -07:00
toddouska 15c604429e
Merge pull request #177 from JacobBarthelmeh/sgx
remove user_check arguments in edl and add tables to hold SSL / CTX
2020-01-13 12:49:54 -08:00
JacobBarthelmeh 3c3ee17198 add sanity check on GetCTX / GetSSL return 2020-01-13 13:27:19 -07:00
Chris Conlon b1cda21658
Merge pull request #180 from embhorn/cert_vfy_CB
Adding CM verify CB to example
2020-01-06 13:56:27 -07:00
Kaleb Himes 75a4203525
Merge pull request #179 from cconlon/copyright2020
update copyright to 2020
2020-01-06 13:51:19 -07:00
Chris Conlon 9237d307b5 update copyright to 2020 2020-01-03 16:08:42 -08:00
JacobBarthelmeh 1862c108d7 remove user_check arguments in edl and add tables to hold SSL / CTX 2019-12-29 22:10:35 -07:00
David Garske e9e7e93286
Merge pull request #173 from SparkiDev/sp_rsa4096
Add RSA and DH samples
2019-11-26 08:12:13 -08:00
Sean Parkinson 3f51d20c36 Add RSA and DH samples
RSA key generation with sign-verify checks.
DH parameter generation or FFDHE with key agreement checks.
2019-11-26 17:34:43 +10:00
JacobBarthelmeh dfc56a1985
Merge pull request #167 from cariepointer/signature-example
Add SHA224 as an option for <hash> type in usage print statement and …
2019-11-18 13:29:23 -07:00
JacobBarthelmeh 87ce21f65b
Merge pull request #166 from cconlon/pkcs7_opensslscript
Remove outdated FirmwarePkgData (FPD) tests
2019-11-18 13:28:47 -07:00
Eric Blankenhorn 0694d9a634 Adding CM verify CB to example 2019-11-15 14:42:10 -06:00
David Garske a75ae62fb4
Merge pull request #174 from kaleb-himes/ECC_SIGN_VER_FIX
Maintenance update: ECC verify fix, syntax changes, .gitignore update
2019-11-12 14:51:25 -08:00
kaleb-himes a24557b4e0 Maintenance update: ECC verify fix, syntax changes, .gitignore update 2019-11-12 15:42:22 -07:00
Chris Conlon ccb303d02c
Merge pull request #172 from aaronjense/check-fgets
Error checking for fgets to remove unused return warnings
2019-10-30 11:10:32 -06:00
Aaron Jense ead4080e5b Error checking for fgets to remove unused return warnings 2019-10-30 10:59:46 -06:00
Kaleb Himes 0cde0ad3ec
Merge pull request #171 from dgarske/tls_bio
Added TLS client example for using the BIO compatibility layer
2019-09-20 11:11:40 -06:00
David Garske 233c3ef1b4 Added TLS client example for using the BIO compatibility layer (thanks Jacob). 2019-09-19 06:52:30 -07: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
Chris Conlon 0ae950fc91 remove FirmwarePkgData (FPD) tests that OpenSSL does not support 2019-08-26 14:34:42 -06:00
Chris Conlon 9ba23720cf
Merge pull request #154 from JacobBarthelmeh/pkcs7
add firmware callback example
2019-08-15 15:49:37 -06:00
Chris Conlon aee457d124
Merge pull request #161 from Calthings/valeriyo/update_wolfssl_to_v4.0.0-stable
[android] update wolfssl to v4.0.0-stable
2019-08-14 16:19:29 -06:00
Chris Conlon 090a6f4796
Merge pull request #160 from Calthings/valeriyo/update_android_dependencies
[android] update dependencies
2019-08-14 16:18:42 -06:00
Chris Conlon c188e0c26d
Merge pull request #159 from Calthings/valeriyo/update_gradle
[android] update gradle to 5.5
2019-08-14 16:17:23 -06:00
Chris Conlon eede632043
Merge pull request #158 from Calthings/valeriyo/remove_iml_files
[android] remove iml files
2019-08-14 16:16:30 -06:00
David Garske bda17b4a27
Merge pull request #162 from kaleb-himes/EXTEND_CSR
Extend csr
2019-07-23 12:37:14 -07:00
kaleb-himes 6a8906d86b Remove unused enums 2019-07-23 11:52:47 -06:00
kaleb-himes 04d5a505b4 Extend CSR example to include RSA option 2019-07-23 11:51:04 -06:00
Valeriy O e702d61f50 update wolfssl to v4.0.0-stable 2019-07-03 13:57:08 -07:00
Valeriy O 73b68c8a71 update Android dependencies 2019-07-03 12:27:40 -07:00
Valeriy O 4cb0f5366a update gradle 2019-07-03 12:04:14 -07:00
Valeriy O ffe2e313f4 remove iml files 2019-07-03 11:52:56 -07:00
Valeriy O 9fabd50a6c
Merge pull request #1 from Calthings/valeriyo-update-readme
Update README.md
2019-07-03 11:33:55 -07:00
Valeriy O 3ae5f627b0
Update README.md 2019-07-03 11:33:33 -07:00
JacobBarthelmeh 56ede37963
Merge pull request #156 from cconlon/pkcs7updates
Update Example Certs, Minor PKCS7 Example Updates
2019-07-03 10:24:03 -06:00
Chris Conlon 0dfa319764 adjust pkcs7 example usage comments, output buffer size 2019-07-03 09:53:36 -06:00
Chris Conlon c3329c70fe update example certs to match wolfSSL ones 2019-07-03 09:52:01 -06:00
Kaleb Himes c9cf2492d3
Merge pull request #149 from liuqun/dtls-fixup-makefile-pthread
Fix up build error on dtls/server-dtls-threaded
2019-06-26 11:58:59 -06:00
Jacob Barthelmeh 538cd30774 macro for file name and formating 2019-06-05 09:32:26 +07:00
Jacob Barthelmeh 107c93c612 update callback functions for kari 2019-06-03 22:44:29 +07:00
Jacob Barthelmeh ba6a8b84f8 add firmware callback example 2019-05-29 20:49:47 +07:00
David Garske bf1b79a603
Merge pull request #153 from kaleb-himes/examples-update
resolve compiler warnings and remove executable from tracking
2019-05-24 13:14:02 -06:00
kaleb-himes 1640acdff9 resolve compiler warnings and remove executable from tracking 2019-05-24 15:07:25 -04:00
David Garske d104e9e4f8
Merge pull request #150 from kaleb-himes/ECDH_GEN_SECRET
Add ecdh generate secret example w/ 2 curves for now
2019-05-10 13:43:09 -07:00
Kaleb Himes f749088e32
Formatting changes 2019-05-10 13:49:11 -06:00
kaleb-himes 0ab33c6e35 Remove unused prototype 2019-05-10 13:45:59 -06:00