Commit Graph

1232 Commits (2a349ca5ef827c289d0e3582e0560683c4e98b1d)

Author SHA1 Message Date
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
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
David Garske 6b24ea805f
Merge pull request #326 from anhu/dilm
Add a script for generating dilithium cert chains.
2022-07-19 10:41:09 -07:00
Anthony Hu fd7ad770c2 Add a script for generating dilithium cert chains. 2022-07-19 13:14:37 -04:00
David Garske 5d3b12b3fe
Merge pull request #325 from julek-wolfssl/dtls13-examples
wolfSSL_send_hrr_cookie is only available with WOLFSSL_SEND_HRR_COOKIE
2022-07-06 07:38:42 -07:00
Juliusz Sosinowicz 2d5c409540 wolfSSL_send_hrr_cookie is only available with WOLFSSL_SEND_HRR_COOKIE 2022-07-06 10:07:34 +02:00
John Safranek ee05a30a67
Merge pull request #323 from julek-wolfssl/dtls13-examples
DTLS 1.3 client and server examples
2022-07-05 10:50:33 -07:00
David Garske 2b52c38fa1 Switch to new name `wolfDTLS_SetChGoodCb` 2022-07-01 12:09:54 -07:00
Juliusz Sosinowicz 6b3baa887b Address code review 2022-07-01 17:59:39 +02:00
Juliusz Sosinowicz ccd205db81 dtls: use USE_DTLS12 to compile some DTLS 1.3 examples to use DTLS 1.2 2022-06-30 17:00:12 +02:00
Juliusz Sosinowicz 656762d313 dtls: Refactor handshake timeout logic and simplify newConn 2022-06-30 16:29:43 +02:00
Juliusz Sosinowicz 88cf4e3e5e Move common definitions to dtls-common.h 2022-06-28 12:19:43 +02:00
Juliusz Sosinowicz 109e07ae4d Ignore compilation errors with server-dtls13-event.c 2022-06-28 12:19:13 +02:00
Juliusz Sosinowicz e10507b31c Revert default CFLAGS 2022-06-28 12:17:55 +02:00
David Garske 7ff4964ff8
Merge pull request #324 from JacobBarthelmeh/fixes
fix for key init before free
2022-06-24 14:11:56 -07:00
Jacob Barthelmeh ce1f96fe9a use NULL instead of 0 for heap hint 2022-06-24 15:11:15 -06:00
Jacob Barthelmeh a6540c6690 fix for key init before free 2022-06-24 15:07:32 -06:00
Juliusz Sosinowicz c7898d3195 DTLS 1.3 client and server examples
- Basic client
- Basic single-thread single-connection server
- Basic single-thread multiple-connection server using libevent

Compile wolfSSL with `./configure --enable-dtls --enable-dtls13 --enable-hrrcookie`.
Statelessness of server-dtls13-event tested by sending packets found in `dtls/bin-msgs` (`cat dtls/bin-msgs/CH1.bin | nc -u 127.0.0.1 11111 > /dev/null`)
2022-06-24 13:11:09 +02:00
Juliusz Sosinowicz 3235a2d475 Init DTLS 1.3 examples 2022-06-22 20:53:26 +02:00
Chris Conlon ef893b5607 Android: bump git submodule versions for sample app compatibility 2022-06-15 16:04:59 -06:00
Chris Conlon 5f5d97698c Android: add wolfCrypt test and benchmark + SP math to sample app 2022-06-15 16:03:37 -06:00
David Garske 04f1599273
Merge pull request #321 from gojimmypi/old_master_check
whitespace & project cleanup
2022-06-13 09:55:20 -07:00
gojimmypi 9b4de3591b whitespace & project cleanup 2022-06-03 16:29:12 -07:00
Juliusz Sosinowicz 18130fb268
Merge pull request #224 from dgarske/ocsp_nonblock 2022-06-01 20:15:18 +02:00
David Garske 6e65dba8ce Fixes from peer review. Thanks 2022-06-01 09:47:14 -07:00
David Garske 345b90e5f0 Patches to make callback non-blocking (from Juliusz). 2022-05-27 16:11:35 -07:00
David Garske b6e89d67ca Peer review fixes. 2022-05-27 16:08:02 -07:00
David Garske 18aa6c8a71 OCSP non-blocking example using Certificate Manager. 2022-05-25 10:54:08 -07:00
JacobBarthelmeh 60ed3b93fd
Merge pull request #316 from cconlon/androidUpdate
Update Android Studio example projects
2022-05-24 16:40:46 -06:00
David Garske 788202c293
Merge pull request #317 from JacobBarthelmeh/fixes
fix for printing out common name in example
2022-05-24 12:53:09 -07:00
Jacob Barthelmeh e456ad945a fix for printing out common name in example 2022-05-24 13:50:23 -06:00
Chris Conlon feb6477a5a update README.md for Android examples 2022-05-23 15:25:48 -06:00
Chris Conlon b09a5b8f1a Android: update wolfcryptjni-ndk-gradle, wolfCrypt JNI to v1.3.0-stable, wolfSSL to v5.3.0-stable 2022-05-23 15:23:41 -06:00
Chris Conlon be12343732 Android: update README.md 2022-05-23 15:23:38 -06:00