Commit Graph

1635 Commits (fcd4e021dfe66485448dde59b770010f9ecbc1e3)

Author SHA1 Message Date
Juliusz Sosinowicz fcd4e021df instructions detailing how to build wolfSSL 2025-09-19 14:24:25 +02:00
Juliusz Sosinowicz 4b4d179e5d Add README 2025-09-19 14:07:56 +02:00
Juliusz Sosinowicz d269fb5b96 Adds support for verifying OCSP staples in TLS 1.3.
- Implements manual OCSP staple verification for TLS 1.3 in the client.
- Adds command line argument to select between TLS 1.2 and 1.3.
- Updates server to use generic TLS server method.
2025-09-19 14:04:21 +02:00
Juliusz Sosinowicz e3915943b0 Fix: Allows address reuse for OCSP server
Enables the SO_REUSEADDR socket option to prevent "Address already in use" errors when restarting the OCSP server, improving its reliability and availability.
2025-09-19 14:03:49 +02:00
Juliusz Sosinowicz 35cae80512 Add Eclipse to .gitignore 2025-09-19 12:02:14 +02:00
Juliusz Sosinowicz 7d179c1e4c Feat: Adds OCSP stapling example
Adds OCSP stapling client and server examples with
dynamic certs. This allows testing and demonstrating
OCSP stapling functionality.
2025-09-18 20:24:17 +02:00
Ruby Martin 2d37f384b7
Merge pull request #525 from embhorn/cert_update
Update expired example certs
2025-09-15 12:16:26 -06:00
Eric Blankenhorn 1e2dd49885 Update expired example certs 2025-09-15 12:21:21 -05:00
David Garske 275723f99d
Merge pull request #521 from miyazakh/rh850_example_update
Update Renesas RH850 RSA Sign-Verify example
2025-09-09 12:21:36 -07:00
David Garske 23c51e2f4f
Merge pull request #522 from gojimmypi/pr-arduino-testing
Remove interim Arduino workflow REPO_OWNER redirect
2025-09-09 12:13:03 -07:00
David Garske 6ccac5e34d
Merge pull request #524 from LinuxJedi/fix-rp2350
Fix RP2350
2025-09-09 07:09:28 -07:00
Andrew Hutchings 177c0be818 Fix RP2350
Wrong MCU detection flags were used, so the wrong ASM was compiled. Also
make sure LWIP is defined for wolfSSL to compile properly.
2025-09-09 13:44:09 +01:00
gojimmypi a87dbd7a7b
Remove interim REPO_OWNER redirect 2025-09-08 08:42:27 -07:00
Hideki Miyazaki 375fc3c2bc Changed compiler option from size optimized to speed optimized
- use SP as math
2025-09-05 07:25:55 +09:00
David Garske ef32694230
Merge pull request #519 from gojimmypi/pr-arduino-testing
Improve Arduino Examples
2025-08-29 12:23:13 -07:00
David Garske ab5627e72d
Merge pull request #488 from JacobBarthelmeh/sgx
updating the SGX build
2025-08-26 16:04:37 -07:00
gojimmypi a94c2f7769
Improve Arduino Examples 2025-08-15 14:01:53 -07:00
Takashi Kojo 1e7e5b2314
Merge pull request #514 from tamasan238/windows-pqc
Add C# examples using ML-KEM/ML-DSA
2025-08-14 06:56:37 +09:00
David Garske 9180ab5f57
Merge pull request #518 from gojimmypi/pr-spelling
Spelling corrections
2025-08-09 10:14:19 -07:00
gojimmypi 2dad10bd5f
Spelling corrections 2025-08-09 09:23:04 -07:00
David Garske 05b3b76c32
Merge pull request #513 from JacobBarthelmeh/static_memory_tool
initial generated optimization tool
2025-08-05 12:53:48 -07:00
JacobBarthelmeh 8adc6adf47 fixes for formatting 2025-08-04 17:10:45 -06:00
JacobBarthelmeh e9632df755
Merge pull request #515 from anhu/mlkem-hybrid-draft-names-examples
Rename ML-KEM hybrids to match IETF Draft.
2025-08-01 16:04:03 -06:00
JacobBarthelmeh 198e4faa88 make bucket sizes adhere to memory alignment 2025-08-01 13:52:25 -06:00
JacobBarthelmeh 359f318dcb remove debug printf 2025-08-01 10:12:54 -06:00
JacobBarthelmeh 3c6b062c56 fix for buffer size recomendation 2025-08-01 10:09:49 -06:00
JacobBarthelmeh 8a11389cca fix optimizer and update tester 2025-08-01 09:37:18 -06:00
Anthony Hu 376953752e Rename ML-KEM hybrids to match IETF Draft. 2025-07-31 16:32:56 -04:00
JacobBarthelmeh 6a593961ac add a tester app and fix optimizer 2025-07-31 09:12:41 -06:00
JacobBarthelmeh 58571d8ccb adds a peak heap usage stat, max bucket limiter, and update to account for padding size when creating a new bucket size 2025-07-30 09:25:13 -06:00
Masaki Iwai 2050cc25c1 add C# examples using ML-KEM/ML-DSA 2025-07-30 10:26:23 +09:00
JacobBarthelmeh 5e8cf97343 initial generated optimization tool 2025-07-29 12:47:51 -06:00
David Garske 6da38aa413
Merge pull request #512 from tjko/rp2350_fix
Fix autodetection of RP2350 (ARM mode).
2025-07-24 11:59:27 -07:00
Timo Kokkonen d849a6257f Fix autodetection of RP2350 (ARM mode). 2025-07-14 19:47:40 -07:00
David Garske c0bf764909
Merge pull request #511 from BridgerVoss/bug_fix
old wc naming convention fixes
2025-07-09 09:18:14 -07:00
Bridger Voss d393c3e9b2 old wc naming convention fixes 2025-07-09 10:08:59 -06:00
David Garske 3658b76a64
Merge pull request #509 from miyazakh/rh850_sign_example
Add wolfCrypt sample on RH850 using CS+
2025-06-27 09:03:11 -07:00
Hideki Miyazaki 932dbf73a4 Add wolfCrypt sample on RH850 using CS+ 2025-06-26 06:29:28 +09:00
David Garske 72a36587c6
Merge pull request #508 from anhu/connfd_to_bytesReceived
recvfrom() returns the bytes received; not a file descriptor.
2025-06-12 12:04:35 -07:00
Anthony Hu dbb4c309e7 recvfrom() returns the bytes received; not a file descriptor. 2025-06-12 13:25:33 -04:00
Juliusz Sosinowicz 41d61d2e95
Merge pull request #506 from sebastian-carpenter/GitHub-issue-505
fixed call to wolfSSL_dtls_cid_parse
2025-06-05 20:12:52 +02:00
Sebastian Carpenter 6c50fe71f9 fixed call to wolfSSL_dtls_cid_parse
The server-dtls-demux.c file used the old function call signature. It has been updated to reflect the new signature.
2025-06-04 14:39:19 -06:00
Daniel Pouzzner 63b2ad43e1
Merge pull request #494 from JacobBarthelmeh/pkcs7_stream
Add an example benchmark of PKCS7 streaming
2025-05-19 11:46:50 -05:00
JacobBarthelmeh 6fe7af7cd0 add debug print out for building wolfssl with indef support 2025-05-16 14:14:38 -06:00
Daniel Pouzzner 9b02ca2ad9
Merge pull request #503 from embhorn/gh8764
Clarify aesgcm-file-encrypt demo
2025-05-16 12:43:53 -05:00
Eric Blankenhorn 6df432eaac Clarify aesgcm-file-encrypt demo 2025-05-13 17:00:40 -05:00
David Garske 7e65d00e0a
Merge pull request #499 from gojimmypi/pr-arduino-examples
Move Arduino examples, add GitHub workflow
2025-05-06 14:52:55 -07:00
David Garske e01d434de7
Merge pull request #500 from Yu-Ma28051503/x9146-wolfssl-command
X9.146 migrate from openssl command to wolfssl command
2025-05-06 14:43:12 -07:00
Sean Parkinson baec9de5ef
Merge pull request #502 from anhu/enable-keygen
Let user know they need to use --enable-keygen
2025-05-01 09:33:01 +10:00
Anthony Hu bf66a60442 Also prevent a dangling pointer 2025-04-30 16:04:19 -04:00