Commit Graph

731 Commits (0e65ab1c3ca4597ac474a4b049d242b7260a47ed)

Author SHA1 Message Date
Sean Parkinson 0e65ab1c3c Add PKCS#11 examples and test 2019-01-23 12:49:02 +10:00
David Garske fcba56c9cb
Merge pull request #117 from kaleb-himes/BUG_FIX
Fix bug where zero length string compare matches on -h
2019-01-21 14:15:36 -08:00
kaleb-himes 95e67cfe0a undo whitespace changes 2019-01-21 13:21:36 -07:00
kaleb-himes e36fd6eb65 Fix bug where zero length string compare matches on -h 2019-01-21 13:19:51 -07:00
David Garske c3d151c71a
Merge pull request #115 from kaleb-himes/BUG_FIX
Fix bug where old i counter used instead of ret val for arg location
2019-01-12 15:14:30 -08:00
kaleb-himes 6d8f7b62b3 Fix bug where old i counter used instead of ret val for arg location 2019-01-12 14:37:34 -08:00
JacobBarthelmeh 35bb25485b
Merge pull request #113 from cconlon/cmsexamples
Add PKCS#7/CMS Examples and OpenSSL Interop Test Script
2018-11-27 09:14:35 -07:00
Chris Conlon 8c0fbd1da1 conditionally compile CMS SignedData detached signature example based on wolfSSL version 2018-11-26 16:13:46 -08:00
Chris Conlon 21ef7a1dfe add CMS SignedData example using CryptoDev callback 2018-11-16 11:36:52 -07:00
Kaleb Himes 334ea200e8
Merge pull request #111 from cconlon/jniupdate
update Android Studio example project
2018-11-15 16:44:20 -07:00
Chris Conlon c0d39a1eee update Android Studio example project 2018-11-15 14:58:42 -07:00
Chris Conlon 9d9bfb1ac3 add CMS SignedData example for detached signature 2018-11-15 13:52:55 -07:00
Chris Conlon 832f18b9f2 fix feature detection in CMS examples 2018-11-15 13:52:55 -07:00
Chris Conlon 1cc35553b6 add CMS scripts to test generated bundles against openssl 2018-11-15 13:52:55 -07:00
Chris Conlon b9f6e58feb update header description of CMS SignedEncryptedCompressed FPD example 2018-11-15 13:52:55 -07:00
Chris Conlon 08c7273869 update PKCS7/CMS EnvelopedData KEKRI example to use AES256 key wrap 2018-11-15 13:52:54 -07:00
Chris Conlon 4e973a2ebb remove unnecessary cert/key usage from PKCS7/CMS EnvelopedData PWRI example 2018-11-15 13:52:54 -07:00
Chris Conlon 7b927771c6 validate decoded result of PKCS7/CMS examples 2018-11-15 13:52:54 -07:00
Chris Conlon f6f8ad2374 add CMS examples for KEKRI with EnvelopedData and AuthEnvelopedData 2018-11-15 13:52:54 -07:00
Chris Conlon 35675c7242 add PKCS#7/CMS example for CompressedData content type 2018-11-15 13:52:54 -07:00
Chris Conlon d5bef93e3b update PKCS#7/CMS README, add debugging notes 2018-11-15 13:52:54 -07:00
Chris Conlon 5b2368e79f update PKCS#7/CMS README file with expanded descriptions 2018-11-15 13:52:54 -07:00
Chris Conlon aa7a8cb51f update PKCS7/CMS README, add license header to pkcs7-verify.c 2018-11-15 13:52:54 -07:00
Chris Conlon 7d9d48602e update PKCS7/CMS README 2018-11-15 13:52:54 -07:00
Chris Conlon 717fd12646 add simple CMS examples for AuthEnvelopedData 2018-11-15 13:52:54 -07:00
Chris Conlon c1cf06e217 add simple CMS examples for different content types 2018-11-15 13:52:54 -07:00
Kaleb Himes 1783dce24b
Merge pull request #110 from SparkiDev/rsa_example
Add simple RSA sign and verify examples
2018-11-14 15:20:58 -07:00
Sean Parkinson a53a5b1a38 Add simple RSA sign and verify examples 2018-11-15 08:20:13 +10:00
Chris Conlon a01f3eec59
Merge pull request #106 from Naruto/feature/mynewt_jenkins_script
mynewt test script for jenkins.
2018-09-10 16:44:58 -06:00
Chris Conlon 73bf9bcb9d
Merge pull request #107 from MJSPollard/defineFixes
added define fixes to stop errors when executing make in tls dir
2018-09-06 14:18:50 -06:00
MJSPollard eb0da47e1f added define fixes to stop errors when executing make in tls dir 2018-09-06 13:11:24 -06:00
Naruto TAKAHASHI 0e65b89bd3 add mynewt test script for jenkins. 2018-08-22 21:47:45 +09:00
Kaleb Himes 891effdc58
Merge pull request #105 from dgarske/certmanager
Added cert manager load buffer example
2018-08-13 09:10:14 -06:00
David Garske cece2dfa19 Added cert manager load buffer example (thanks Kaleb). 2018-08-12 15:45:42 -07:00
David Garske 7327e4451a
Merge pull request #103 from kaleb-himes/ECDHE_EXAMPLES
Update client ecdhe example to use new chain cert
2018-07-30 14:24:11 -07:00
kaleb-himes ccc256b499 Update client ecdhe example to use new chain cert 2018-07-30 15:19:57 -06:00
Chris Conlon 21cafe71d8
Merge pull request #100 from Naruto/feature/mynewt-examples
mynewt examples
2018-07-30 13:34:35 -06:00
Kaleb Himes 01f31cf673
Merge pull request #99 from JacobBarthelmeh/sgx
check on heap hint pointer
2018-07-30 12:34:36 -06:00
Kaleb Himes d008448827
Merge pull request #101 from JacobBarthelmeh/fixes
fix input argument
2018-07-30 12:32:16 -06:00
Naruto TAKAHASHI 7ac185c132 apply review feedback 2018-07-27 00:42:25 +09:00
Daniele Lacamera 903f812710 DTLS over IPv6: examples (#102)
* Added DTLS IPv6 client/server examples
2018-07-25 09:32:24 -07:00
Kaleb Himes 9f2a7b6b0a
Merge pull request #97 from dgarske/ecc_pkcs7
Added new examples for ECC and PKCS7
2018-07-25 10:13:24 -06:00
David Garske 0bf51914fb Fix for free() issue on the ecc-stack example. Requires PR https://github.com/wolfSSL/wolfssl/pull/1711 2018-07-23 16:04:25 -07:00
Jacob Barthelmeh 1ec0e17d29 fix input argument 2018-07-17 10:53:51 -06:00
Naruto TAKAHASHI 13d028ce36 add mynewt client-tls sample 2018-07-14 01:25:31 +09:00
David Garske 9af7b9412a Improved error checking and cleanup based on peer review. 2018-07-12 13:52:28 -07:00
JacobBarthelmeh ffa42a7a58
Merge pull request #94 from wolfSSL/keygen_sig_ver
test case for keygen, sign, ver
2018-07-12 11:25:15 -06:00
kaleb-himes a35008178b Add licensing 2018-07-12 11:21:07 -06:00
Jacob Barthelmeh 5812ce93f8 fix spelling error on function and cast return value 2018-07-10 10:55:44 -06:00
Jacob Barthelmeh 12d51a8e25 add example of checking heap hint with SGX 2018-07-09 15:58:53 -06:00