Commit Graph

1528 Commits (ae1097d6eddc72fed54ca8b45c287cb1a7ab840a)

Author SHA1 Message Date
Bill Phipps 2ad6723d26 Update to correct startup logic bug. 2023-08-07 14:34:36 -04:00
JacobBarthelmeh f39c0a0330
Merge pull request #393 from bandi13/addMagicCrypto
Add magic crypto example
2023-08-02 09:28:54 -06:00
Bill Phipps 77f58467b5 Updates per PR, cleanups, and error handling. 2023-07-31 16:11:33 -04:00
Andras Fekete 5a4cd11c9c Add in documentation 2023-07-31 13:55:38 -04:00
Andras Fekete 4c58c2ba8e Clean up folder structure
Expect to have libwolfssl installed system-wide.
2023-07-31 11:58:42 -04:00
Andras Fekete 2d1ef4dd38 First commit 2023-07-31 11:03:10 -04:00
Bill Phipps 74ede69f3e Updates per PR. 2023-07-27 15:36:36 -04:00
Bill Phipps 24093b1e07 Update to disable cryptocb by default. 2023-07-25 18:04:48 -04:00
Bill Phipps c183190655 Updates to jni/jsse example to enable cryptocb and modernize 2023-07-25 17:49:12 -04:00
Bill Phipps 155ee10e80 Remove dead code. Update comment in makefile. 2023-07-25 14:39:05 -04:00
Bill Phipps 4cd631dc2f Update naming and remove static library build 2023-07-25 13:08:41 -04:00
Bill Phipps 14321a7a19 Cleanups and updates to align with wolfSSL PR 6636. 2023-07-21 09:55:32 -04:00
Bill Phipps 4420cce5c4 Update to support internal hardware initialization. 2023-07-19 15:11:24 -04:00
Bill Phipps 51ef17fb95 Remove unused file. 2023-07-17 15:42:28 -04:00
Bill Phipps cdbaebb420 Updates and renames. 2023-07-17 15:42:08 -04:00
Bill Phipps 4dcc26f120 Updates with working RSA, optimized AES keys, renames. 2023-07-17 14:09:44 -04:00
philljj 284e405b77
Add LMS/HSS example. (#390) 2023-07-14 16:38:41 -04:00
John Bland f155379142
add example of how to use HPKE with all options (#356)
* add example of how to use HPKE with all options

* add example of how to use ech with a public server run by cloudflare

* move ech example to tls directory, update hpke instructions

* update client-ech based on pr comments

* update ech test to handle read error

* update hpke_test to match changed function signature

* add root CA cert for ech-client example, fix

various problems based on pr comments

* clear out variable for example

* remove unused variable
2023-07-10 14:25:20 -07:00
Bill Phipps 0a2c6eb0e0 Initial addition of VaultIC integration with AES128CBC 2023-07-10 12:22:19 -04:00
Bill Phipps f0b047110d Ignore MacOS .DS_Store files. 2023-07-10 12:22:19 -04:00
David Garske 452ac9e109
Merge pull request #391 from jpbland1/ech-local-server
add examples for setting up an ech server and
2023-07-07 13:50:48 -07:00
John Bland 39c101105b switch to using external base64 encoding for the ech config 2023-07-06 19:22:32 -04:00
John Bland 615c05c346 add examples for setting up an ech server and
connecting to it from a client. requested from https://github.com/wolfSSL/wolfssl/issues/6568
2023-07-04 06:17:33 -04:00
JacobBarthelmeh fad7bc2966 add detatched content option for smime-verify 2023-06-12 16:38:21 -06:00
JacobBarthelmeh fa28f249ae add print out of certificate attempted to verify 2023-06-07 22:49:30 -06:00
lealem47 823b294420
Merge pull request #388 from embhorn/gh371
Fix build error in crypto/aes/aesgcm-file-encrypt.c
2023-06-02 11:30:30 -06:00
TakayukiMatsuo be9ce548d1
Merge pull request #374 from tamasan238/peer-auth
add peer auth options
2023-05-29 15:46:28 +09:00
Jacob Barthelmeh f811807462 add smime detatched example 2023-05-23 13:18:35 -06:00
Eric Blankenhorn 244d00c8c8 Fix build error in crypto/aes/aesgcm-file-encrypt.c 2023-05-18 08:40:51 -05:00
JacobBarthelmeh 92221bb303
Merge pull request #386 from tim-weller-wolfssl/psa-updates
Update PSA example
2023-05-17 15:49:09 -06:00
Anthony Hu 04180c3d3c
Merge pull request #387 from lealem47/update
Update google.pem
2023-05-15 22:24:48 +00:00
Lealem Amedie 63c6bdb130 Update google.pem 2023-05-15 16:15:25 -06:00
JacobBarthelmeh 21cc2df19e add example verify of smime 2023-05-11 21:45:25 -07:00
Masaki I a8e6304258 support peer auth options 2023-05-10 14:08:42 +09:00
tim-weller-wolfssl 62bea37381 Correct naming of trusted-firmware directory. Allow setting wolfSSL install directory in build script. Make wolfSSL debug logging in client and server applications based on DEBUG_WOLFSSL define. 2023-05-09 08:59:02 -05:00
David Garske 2f24e6dead
Merge pull request #371 from tmael/file_enc
Add AES GCM file encryptions
2023-05-03 12:03:09 -07:00
David Garske 1913b94319 Add missing system includes for perror, sysconf, stdio (uid_t, gid_t, struct stat). Allow building aesgcm-file-encrypt even if AES GCM streaming is not enabled, but show message on run. 2023-05-03 11:38:12 -07:00
TakayukiMatsuo 1dc3eaf2be
Merge pull request #381 from tamasan238/session-ticket
add session-tickets and resumption
2023-04-20 10:40:05 +09:00
Masaki I e85913ee99 add session-tickets and resumption 2023-04-19 09:29:58 +09:00
Tim Weller f63c84d730
Merge pull request #384 from embhorn/zd15987
Cleanup signature example
2023-04-17 14:50:30 -05:00
JacobBarthelmeh 4a258d2f2d
Merge pull request #383 from tim-weller-wolfssl/mynewt-updates
Update wolfSSL Mynewt OS examples
2023-04-17 07:52:56 -06:00
JacobBarthelmeh 4be73ccc65
Merge pull request #382 from tim-weller-wolfssl/rt1060-updates
Update RT1060 example to support MIMXRT1060-EVKB board with SDK 2.13.1
2023-04-17 07:51:51 -06:00
Eric Blankenhorn 6ade24305b Cleanup signature example 2023-04-13 10:24:10 -05:00
tim-weller-wolfssl c5fc23f926 Update Mynewt OS examples to use latest Mynewt package for bootutils (old package no longer available) and update README to better explain process to get started and run the Mynewt + wolfSSL client TLS example. 2023-04-12 12:13:25 -05:00
tim-weller-wolfssl b13220c375 Update RT1060 example to support MIMXRT1060-EVKB board with SDK 2.13.1 2023-04-11 09:41:41 -05:00
JacobBarthelmeh ccfd90982b
Merge pull request #378 from tim-weller-wolfssl/example-updates
wolfSSL example updates based on testing with wolfSSL v5.5.4-stable
2023-04-05 15:25:08 -06:00
Anthony Hu 9688f1b635
Merge pull request #380 from tim-weller-wolfssl/can-bus-readme-update
ZD15937 - Add more detail on configuring wolfSSL for CAN-bus example in README
2023-04-04 18:47:07 +00:00
tim-weller-wolfssl c628d837c2 Add ./configure shell command to enable ISOTP support in wolfSSL for can-bus example 2023-04-04 11:37:03 -05:00
JacobBarthelmeh 54286eaa05 add example to generate smime 2023-03-29 08:31:58 -07:00
tim-weller-wolfssl 013a6da63d Phase 1 updates to wolfSSL examples based on testing with wolfSSL
release v5.5.4-stable.  Changes include minor build fixes and README
updates.
2023-03-25 09:15:11 -05:00