Commit Graph

1594 Commits (master)

Author SHA1 Message Date
JacobBarthelmeh 8ba4fd988e
Merge pull request #417 from dgarske/pkcs7_ecc
Add ECC support to PKCS7 crypto callback example and PSA support
2024-01-22 08:24:20 -08:00
Anthony Hu c0edbe850e Fixes suggested by SparkiDev 2024-01-19 17:33:59 -05:00
David Garske 5b134348f4 Improvements to PKCS7 crypto callback example and support for PSA (ECC only). 2024-01-19 13:10:58 -08:00
David Garske 2cf6e9fb5b
Merge pull request #419 from philljj/fix_dtls_threaded
Server and client dtls threaded examples.
2024-01-19 08:24:19 -08:00
jordan 11509fdf47 dtls threaded examples: fix mac warnings, small cleanup. 2024-01-19 10:13:55 -06:00
David Garske a944dfb8ef Add ECC support to PKCS7 crypto callback example. 2024-01-17 15:37:54 -08:00
jordan fae5acd049 dtls threaded examples: sanity check n_threads. 2024-01-17 00:51:53 -06:00
jordan 2fa54af672 dtls threaded examples: don't do double free. 2024-01-17 00:32:14 -06:00
jordan cea1d0815e Server and client dtls threaded examples. 2024-01-16 23:31:38 -06:00
Sean Parkinson 6a34cb5d0c
Merge pull request #413 from dgarske/cryptocb_hmac
Improve TLS crypto callback examples
2024-01-11 11:39:11 +10:00
David Garske ab0d633d5b Peer review cleanups 2. 2024-01-10 17:26:55 -08:00
David Garske f808600853 Peer review feedback. 2024-01-10 15:05:48 -08:00
Anthony Hu eede3170fd Adding support for dual key/signature certificates.
This is support for X9.146.
2024-01-04 14:04:11 -05:00
Masaki I 1a5f494a83 support get/set cipher 2023-12-20 15:47:50 +09:00
David Garske 1c6e1c4c9a Add mutual auth, RSA/ECC and TLS v1.2/v1.3 support to TLS crypto callback examples. 2023-12-19 12:31:28 -08:00
David Garske d505779dfe Improved TLS cryptocb test cases. 2023-12-19 11:26:44 -08:00
David Garske ed2549cfbe Support building TLS examples with `--disable-oldnames`. 2023-12-19 10:35:55 -08:00
David Garske 005e08db5a For crypto cb TLS examples do free if not a copy. 2023-12-19 08:03:36 -08:00
David Garske 1e5f87b32f Better example for crypto callback hashing. 2023-12-18 15:44:35 -08:00
David Garske 124998fb8b Add example for TLS server with crypto callbacks. 2023-12-18 11:25:40 -08:00
David Garske 90f5882e8b Fix typo with HMAC determination of update/final. 2023-12-14 10:54:06 -08:00
JacobBarthelmeh 005d883671
Merge pull request #412 from philljj/add_missing_aesinit
Add missing wc_AesInit calls.
2023-12-04 10:08:47 -07:00
philljj 96200032eb Add missing wc_AesInit calls. 2023-11-30 15:14:05 -06:00
David Garske 8e203bf1f0 Example for key wrap using ECDH, HKDF and AES GCM. 2023-11-01 17:18:47 -07:00
JacobBarthelmeh d091791f42
Merge pull request #410 from anhu/trailing_i
Remove extra i
2023-10-30 09:37:05 -06:00
Anthony Hu a22540563f Remove extra i 2023-10-30 11:27:57 -04:00
David Garske 8832998add
Merge pull request #409 from JacobBarthelmeh/certman
update cert buffers
2023-10-26 08:04:35 -07:00
JacobBarthelmeh b8a6d8c03e update cert buffers 2023-10-26 08:02:10 -07:00
JacobBarthelmeh c5b1104bce
Merge pull request #408 from cconlon/androidArchLinks
Android: add architecture doc links to CMakeLists.txt
2023-10-18 11:23:54 -06:00
Chris Conlon ab241febe1 Android: add links to architecture notes in CMakeLists.txt for future reference 2023-10-16 15:17:37 -06:00
Chris Conlon 4fe4b48889 Merge remote-tracking branch 'upstream/master' 2023-10-16 15:14:47 -06:00
JacobBarthelmeh 11e5bee8cb
Merge pull request #407 from philljj/tiny_cleanup_xmss
xmss_example: tiny cleanup to match g++ warning fix.
2023-10-16 11:00:20 -06:00
philljj ae6318e797 xmss_example: tiny cleanup to match g++ warning fix. 2023-10-13 18:18:25 -05:00
JacobBarthelmeh 1e1e79d57d
Merge pull request #406 from cconlon/androidWOLFCRYPT_FIPS_CORE_HASH_VALUE
Add example use of WOLFCRYPT_FIPS_CORE_HASH_VALUE to Android Studio example
2023-10-13 15:56:23 -06:00
JacobBarthelmeh 27b7119631
Merge pull request #403 from philljj/xmss_hooks_support
Example for xmss hooks support.
2023-10-13 15:53:52 -06:00
Chris Conlon 4863cb49b9 Android: add example of setting per-architecture verifyCore[] hash in CMakeLists.txt with WOLFCRYPT_FIPS_CORE_HASH_VALUE 2023-10-13 15:19:18 -06:00
Chris Conlon 0424308d2e Android: add example of setting per-architecture verifyCore[] hash in CMakeLists.txt with WOLFCRYPT_FIPS_CORE_HASH_VALUE 2023-10-13 15:18:48 -06:00
philljj 37aad60e25 Example for xmss hooks support: include an addendum patch readme. 2023-10-13 13:41:02 -05:00
JacobBarthelmeh 29bfb452df
Merge pull request #405 from cconlon/androidMAX_FIPS_DATA_SZ
Add note about MAX_FIPS_DATA_SZ to Android Studio example
2023-10-12 16:13:18 -06:00
Chris Conlon 93a7d03251 Android: add note to sample CMakeListst.txt about MAX_FIPS_DATA_SZ when verifyCore[] is empty 2023-10-12 15:38:27 -06:00
philljj 61571b3c80 Example for xmss hooks support: little more patch cleanup. 2023-10-11 15:07:08 -05:00
philljj 87df7747da Example for xmss hooks support: update patch and build. 2023-10-09 11:45:34 -05:00
David Garske c53b2e7b32
Merge pull request #404 from anhu/certmgrnoextra
Cert Manager does not need openssl extra
2023-10-06 10:02:53 -07:00
Anthony Hu 800c4d31bc Cert Manager does not need openssl extra 2023-10-06 13:01:30 -04:00
philljj 5b401de7d2 Example for xmss hooks support. 2023-10-05 08:45:57 -05:00
JacobBarthelmeh 44383ea78f
Merge pull request #402 from cconlon/androidDebug
Android: fix DEBUG_WOLFSSL in CMakeLists.txt, remove NO_FILESYSTEM
2023-09-29 16:01:30 -06:00
Chris Conlon c1092e8f53 Android: fix DEBUG_WOLFSSL in CMakeLists.txt, remove NO_FILESYSTEM 2023-09-29 11:19:04 -06:00
Chris Conlon e5d388072d
Merge pull request #401 from miyazakh/example_up_toppers
Update toppers examples
2023-09-28 15:12:31 -06:00
Hideki Miyazaki a7a7f03d67 update toppers examples 2023-09-28 08:27:16 +09:00
JacobBarthelmeh 93fb51068a
Merge pull request #400 from cconlon/pkcs7SignedDataFile
Add PKCS#7/CMS example to verify existing SignedData file
2023-09-12 16:57:31 -06:00