Commit Graph

1364 Commits (a22540563fb52f1acff6d6b97b71dd74c635b43c)

Author SHA1 Message Date
Eric Blankenhorn 3661692c13
Merge pull request #359 from JacobBarthelmeh/cmake
adjust md file for newlines
2022-12-29 17:24:55 -06:00
JacobBarthelmeh 9e76c7137a adjust md file for newlines 2022-12-29 15:21:48 -08:00
David Garske 7cd33a3f6f
Merge pull request #358 from JacobBarthelmeh/cmake
add cmake example tie in
2022-12-29 13:54:06 -08:00
JacobBarthelmeh 3283cf347f Add init/cleanup and cast arg input 2022-12-29 13:35:27 -08:00
David Garske 1b855151ab
Merge pull request #357 from anhu/unneeded_var
Get rid of an unneeded variable.
2022-12-29 11:01:39 -08:00
JacobBarthelmeh 82e110815f add cmake example tie in 2022-12-29 10:57:28 -08:00
Anthony Hu a25c03e54f Get rid of an unneeded variable. 2022-12-29 12:53:19 -05:00
David Garske b48d52f8bc
Merge pull request #355 from anhu/maxq10xx_no_input
Send a pre-defined message to make it easier to use in tests.
2022-12-22 16:09:05 -08:00
Anthony Hu 1378503c10 Send a pre-defined message to make it easier to use in tests. 2022-12-22 15:18:30 -05:00
David Garske b90f3fa957
Merge pull request #351 from anhu/maxq10xx_windows
Allow for building maxq10xx example client on Windows
2022-12-07 07:16:57 -08:00
Anthony Hu a4b5e43693 Allow for building maxq10xx example client on Windows 2022-12-07 09:48:21 -05:00
David Garske c3666a6ee8
Merge pull request #348 from JacobBarthelmeh/req
set correct csr version in example
2022-12-01 15:59:57 -08:00
Jacob Barthelmeh cfffdd9ec8 set correct csr version in example 2022-12-01 16:49:46 -07:00
David Garske 25f7f83732
Merge pull request #347 from anhu/pqm4_update
Update PQM4 kyber setup script.
2022-11-28 08:35:18 -08:00
Anthony Hu 43882bdf69 Better instructions 2022-11-25 14:00:59 -05:00
Anthony Hu a1938fdf0f Update IOC file. 2022-11-25 13:27:33 -05:00
Anthony Hu 3b138a86b4 wrong variable. 2022-11-25 12:13:28 -05:00
Anthony Hu cf2c577177 Update PQM4 kyber setup script.
Until now there was a bug in the PQM4 library that did not allow us to turn on
optimizations. That bug has been resolved. So, now we use the current head as
of today.
2022-11-25 09:15:31 -05:00
David Garske fe060a7db7
Merge pull request #345 from anhu/maxq10xx_example
Maxq10xx example
2022-11-23 13:31:25 -08:00
Anthony Hu 6e05363804 Initial commit of MAXQ10xx example client. 2022-11-23 16:31:35 +00:00
David Garske 27bb621e35
Merge pull request #346 from cconlon/se050
Add NXP SE050 EdgeLock examples for use on Raspberry Pi
2022-11-14 07:23:55 -08:00
Chris Conlon 05efd4a4ee Add NXP SE050 EdgeLock examples for use on Raspberry Pi 2022-11-11 16:09:44 -07:00
David Garske c3491327ed
Merge pull request #344 from anhu/wc_FreeDecodedCert
Properly deallocate resources in sphincs_sign_verify.c
2022-11-03 08:26:55 -07:00
Anthony Hu b06e00e123 Properly deallocate resources in sphincs_sign_verify.c 2022-11-03 10:12:30 -04:00
David Garske 062460a197
Merge pull request #343 from anhu/wc_ParseCert
Use wolfSSL API functions; not private ones.
2022-11-02 18:47:01 -07:00
Anthony Hu 2f610aba1d Use wolfSSL API functions; not private ones. 2022-11-02 17:35:27 -04:00
Chris Conlon 2a83a7e9db
Merge pull request #341 from rizlik/psa_policy_fix 2022-10-28 10:09:37 -06:00
Marco Oliverio cd9f352c1b psa: use correct algorithm in key policy 2022-10-28 01:23:40 +02:00
JacobBarthelmeh 401d467506 adding use of devid to pkcs12 example 2022-10-07 14:44:27 -07:00
lealem47 3d37f3ecfc
Merge pull request #330 from JamesMenetrey/tls_poll_perf
Implement a TLS perf server with poll system call.
2022-09-26 15:10:16 -07:00
Chris Conlon 4fa43cdcc3
Merge pull request #336 from wolfSSL/JacobBarthelmeh-patch-1 2022-09-14 14:52:21 -06:00
JacobBarthelmeh 2a349ca5ef
Update README.md 2022-09-15 03:51:30 +07:00
JacobBarthelmeh 69d920cd10
Update README.md 2022-09-15 03:39:58 +07:00
lealem47 e29a428936
Merge pull request #335 from dgarske/ocspnb_async
Example for OCSP non-blocking with async.
2022-09-02 15:53:53 -06:00
Lealem Amedie 973ee675c1 Polishing up ocsp_nonblock_async.c example 2022-09-02 14:44:32 -07:00
David Garske 530b3da8ad Example for OCSP non-blocking with async. 2022-09-02 10:49:21 -07:00
David Garske c327ef6035
Merge pull request #331 from anhu/gen_sphics_certs
Move script for generating cert chains to OSP.
2022-09-02 09:29:19 -07:00
Anthony Hu ac7336fe4a Add SPHINCS+ cert gen script and sample app. 2022-09-02 11:55:03 -04:00
David Garske 27a94cbc2a
Merge pull request #334 from embhorn/fix-ecc-stack
Add wc_ecc_init to ecc-stack example
2022-08-19 10:32:01 -07:00
Eric Blankenhorn ce927e53ab Add wc_ecc_init to ecc-stack example 2022-08-19 12:18:00 -05:00
David Garske b8f9bed921
Merge pull request #332 from embhorn/zd14659
Fix server-threaded to release ECC cache
2022-08-19 07:01:44 -07:00
Eric Blankenhorn 81b8155643 Fix server-threaded to release ECC cache 2022-08-18 12:07:03 -05:00
JacobBarthelmeh 279b2d46bb
Merge pull request #322 from cconlon/androidSampleExpansion
Android: expand Android Studio sample app with wolfCrypt test and benchmark, SP options
2022-08-01 09:39:14 -06:00
Juliusz Sosinowicz f4f6a42ba9
Merge pull request #329 from embhorn/gh5366 2022-07-27 10:30:36 +02:00
Eric Blankenhorn 25dd758cad Add server-tls-writedup.c example 2022-07-25 08:50:33 -05:00
Jämes Ménétrey d114bf7f40 Implement a TLS perf server with poll system call. 2022-07-25 11:43:05 +00:00
kareem-wolfssl 14fdd8dc57
Merge pull request #328 from dgarske/revert-pr327
Revert "Tls client: fix bad comparison for non-blocking shutdown call."
2022-07-20 16:27:47 -07:00
David Garske 62495aaa97 Revert "Tls client: fix bad comparison for non-blocking shutdown call."
This reverts commit 04db2c7cd9.
2022-07-20 16:25:22 -07:00
kareem-wolfssl d4c6965149
Merge pull request #327 from JamesMenetrey/bad_nonblocking_shutdown
Tls client: fix bad comparison for non-blocking shutdown call.
2022-07-20 16:21:49 -07:00
Jämes Ménétrey 04db2c7cd9 Tls client: fix bad comparison for non-blocking shutdown call. 2022-07-20 20:54:15 +00:00