Commit Graph

1066 Commits (6edb15d7e77fc70f51eefc46a8ca50489812bdd4)

Author SHA1 Message Date
Anthony Hu 6edb15d7e7 Reference github PR 2021-11-02 13:32:54 -04:00
Anthony Hu a534f9140a Macro guards and quickstart in README.md 2021-11-02 13:09:11 -04:00
Anthony Hu 02662f720d Stuff caught by dgarske 2021-11-01 19:06:33 -04:00
Anthony Hu 858c0c1744 Add new pq (post-quantum) directory
- Add Falcon certificates to the certs directory
- Move falcon_certverify.c and generate_falcon_chains.sh to pq directory
- tls/server-tls13.c -> pq/server-pq-tls13.c
- tls/client-tls13.c -> pq/client-pq-tls13.c
- create new Makefile and README.md for pq directory
- revert tls/server-tls13.c and tls/client-tls13.c
2021-11-01 16:30:37 -04:00
Anthony Hu ab92c0ae4a Make server-tls13.c and client-tls13.c quantum-safe. 2021-11-01 11:59:12 -04:00
Anthony Hu 59dc4f482b Change generated file names to reflect NIST levels and some other cosmetic fixes. 2021-11-01 11:54:12 -04:00
Anthony Hu d6513447e4 WOLFSSL_BAD_FILE and OPENSSL over-rideable. 2021-11-01 11:54:12 -04:00
Anthony Hu a60fe89bc9 Fixes as suggested by dgarske. 2021-11-01 11:54:12 -04:00
Anthony Hu 28d18f41ff putting back `wolfSSL_CertManagerSetVerify(cm, myVerify);` 2021-11-01 11:54:12 -04:00
Anthony Hu 885db8126b Fixes suggested by dgarske. 2021-11-01 11:54:12 -04:00
Anthony Hu 46f61cc8f8 Example of how to verify a falcon certificate chain. 2021-11-01 11:54:12 -04:00
David Garske adbccfd8a2
Fix for TLS v1.3 key log examples (#273) 2021-10-27 14:38:05 -04:00
David Garske 244fd99568
Merge pull request #272 from anhu/csr_comment_fix
Comment fixup for csr_example.c
2021-10-18 09:22:14 -07:00
Anthony Hu bb753dc179 Comment fixup for csr_example.c 2021-10-18 10:11:06 -04:00
David Garske 012f447a1a
Fixes and cleanups to TLS UART example (#270) 2021-10-13 14:57:50 -04:00
Anthony Hu 07d8433f97
Merge pull request #269 from dgarske/tls_uart
Template for TLS over UART
2021-10-07 20:04:50 -04:00
David Garske 6b88ee7390 Template for TLS over UART. 2021-10-07 16:54:50 -07:00
John Safranek b986d1bca3
Merge pull request #268 from JacobBarthelmeh/wolfclu
wolfCLU was moved to its own repository
2021-09-23 13:34:38 -07:00
Jacob Barthelmeh 70c293a10e remove wolfCLU from .gitignore 2021-09-23 12:04:34 -06:00
Jacob Barthelmeh de23896c1d remove wolfCLU from README.md 2021-09-20 11:34:15 -06:00
Jacob Barthelmeh da8f86333b wolfCLU was moved to its own repository 2021-09-20 11:31:52 -06:00
John Safranek f84b80dbd4
Merge pull request #267 from dgarske/evp_tpm
Example using the EVP compatibility layer with the crypto callbacks and TPM
2021-09-02 15:56:05 -07:00
David Garske 621b801338 Example using the EVP compatibility layer with the crypto callbacks and TPM. 2021-08-24 12:43:54 -07:00
Kaleb Himes 59e50a6a09
Merge pull request #265 from lealem47/nightly-CDT-Fixes
Getting files to run and pass nightly-CDT test
2021-07-06 17:46:14 -05:00
Lealem Amedie 0c0e156f7b proper cleanup in psk/client-tcp.c 2021-07-06 16:44:11 -06:00
Lealem Amedie c8d596269d Getting files to run and pass nightly-CDT test 2021-07-06 13:57:19 -06:00
David Garske b66db2c58d
Merge pull request #264 from lealem47/polishing-examples-repo
removing depreciated void
2021-06-30 09:44:05 -07:00
Lealem Amedie 7032e3d457 removing depreciated void 2021-06-30 10:07:29 -06:00
David Garske d3c8997d7c
Merge pull request #263 from lealem47/polishing-examples-repo
Adding documentation where needed. Made changes to code to assure fil…
2021-06-30 08:43:30 -07:00
Lealem Amedie f30fea9e3c minor spelling and markdown fixes 2021-06-30 09:35:29 -06:00
Lealem Amedie be264f0511 Adding documentation where needed. Made changes to code to assure files build and implement good coding practices 2021-06-29 16:02:52 -06:00
David Garske 64841d3b80
Merge pull request #262 from kaleb-himes/testing-examples-fix
Fixes warnings thrown by csr_w_ed25519_example.c
2021-06-29 13:51:02 -07:00
kaleb-himes 80295cedf4 Fixes warnings thrown by csr_w_ed25519_example.c 2021-06-29 14:47:25 -06:00
David Garske 0f7b8db9e1
Merge pull request #260 from lealem47/callback-client
tls-callback app fix
2021-06-24 14:21:25 -07:00
Lealem Amedie d33ed22157 tls-callback app fix 2021-06-24 15:19:09 -06:00
David Garske 1e77a040ce
Merge pull request #258 from lealem47/non-blocking-tls 2021-06-23 12:07:15 -07:00
David Garske 0721ab9e6d Improvements to prevent high CPU spinning on read waits (use tcp_select). 2021-06-23 11:35:51 -07:00
David Garske b4013d3e9b
Merge pull request #259 from lealem47/client-tls-cryptocb-fix
client-tls-cryptocb.c fix
2021-06-23 11:09:02 -07:00
Lealem Amedie 3b6d779aba client-tls-cryptocb.c fix 2021-06-23 11:13:49 -06:00
Lealem Amedie a6642b56d2 Adding tcp_select() and reworking wolfSSL_accept() loop 2021-06-23 09:08:00 -06:00
Lealem Amedie 81a26b18d4 fixing Shutdown code and adding server reply in client-tls-nonblocking.c 2021-06-22 16:38:36 -06:00
Lealem Amedie 02d6155dde Removing integrity OS code and retouching the cleanup code in tls/client-tls-nonblocking.c 2021-06-22 11:11:10 -06:00
Lealem Amedie 926ff6fc3b cleanup and minor adjustments 2021-06-22 10:34:36 -06:00
Lealem Amedie 9f8cdeb9d5 fix non-blocking tls server/client and adding bidirectional shutdown 2021-06-21 19:43:05 -06:00
David Garske 474bcec53d
Merge pull request #228 from SparkiDev/pkcs11_ecc
PKCS#11: Update samples to handle no user pin and ECC type
2021-06-21 15:13:29 -07:00
Kaleb Himes b5382f0e19
Merge pull request #257 from dgarske/spell
Spelling fixes
2021-06-09 11:12:25 -05:00
David Garske 5ba15f1426 Spelling fixes. 2021-06-09 09:07:40 -07:00
David Garske 099ec3b390
Merge pull request #252 from danielinux/riot-os-posix-lwip
Added example for RIOT-OS using lwIP POSIX sockets
2021-05-11 10:12:39 -07:00
JacobBarthelmeh e550ed4ca5
Merge pull request #206 from kaleb-himes/TEST_CERT_KEY_PAIR
Quick example app to check if a cert and key match
2021-05-05 19:48:45 +07:00
kaleb-himes 770c6b589f Remove unused variables 2021-05-04 10:23:35 -06:00