Commit Graph

129 Commits (d6291522b9042d6b434d082b8d1aecc8a11f8398)

Author SHA1 Message Date
Juliusz Sosinowicz 2ffb5cc16c Move haproxy.yml to disabled directory 2024-05-07 10:31:04 +02:00
Juliusz Sosinowicz 7206508329 Don't use main.yml since it has a limit of 20 jobs 2024-05-06 17:18:01 +02:00
Juliusz Sosinowicz 52a593c883 Update hostap certs ref 2024-04-16 17:53:29 +02:00
JacobBarthelmeh ed4f052215
Merge pull request #7382 from bandi13/reEnableTest
Revert "Disable broken library"
2024-04-02 10:51:50 -06:00
Andras Fekete 6524fbb43f Revert "Disable broken library"
This reverts commit ce52a68c3d.
2024-04-01 18:11:42 -04:00
John Bland 254eb23443 add missing make call 2024-03-28 02:56:08 -04:00
John Bland 04db5baaa1 test wolfcrypt only 2024-03-28 02:56:08 -04:00
John Bland 6272465c44 use only one matrix index 2024-03-28 02:56:08 -04:00
John Bland f63501f035 fix bad CFLAGS 2024-03-28 02:56:08 -04:00
John Bland 30189e5766 add autogen.sh to workflow 2024-03-28 02:56:08 -04:00
John Bland 71e52487bf add no malloc to main workflows file 2024-03-28 02:55:31 -04:00
John Bland 76ac4fa7e3 add github workflow to test no malloc 2024-03-28 02:54:49 -04:00
Daniel Pouzzner ad74fb79ac
Merge pull request #7354 from JacobBarthelmeh/ocsp-test
add ocsp test
2024-03-27 23:50:49 -04:00
JacobBarthelmeh 5884f75cbe add ocsp test 2024-03-20 03:01:43 +07:00
Andras Fekete 42091b8970 Normally these tests take 3 minutes, but sometimes they take much longer 2024-03-18 11:22:03 -04:00
JacobBarthelmeh 5106cb16e2 workaround for llvm version and ASLR issue 2024-03-17 22:22:16 +07:00
Andras Fekete ce52a68c3d Disable broken library
The tests on the libssh2 repo are also failing for the same reason
2024-03-12 17:04:20 -04:00
Juliusz Sosinowicz 98e328dafc Enable master openvpn testing
Depends on https://github.com/wolfSSL/wolfssl/pull/7236
2024-02-16 11:32:04 +01:00
Juliusz Sosinowicz d34cf39206 Increase retention days to make re-running easier 2024-02-09 11:36:55 +01:00
Juliusz Sosinowicz 14830d0e09
Merge pull request #7226 from bandi13/disableOpenVPN_master
Temporarily disable OpenVPN-master test
2024-02-08 21:06:22 +01:00
Andras Fekete de0d1ea1e7 Temporarily disable OpenVPN-master test 2024-02-08 13:52:32 -05:00
Daniel Pouzzner 7365c3c6ba
Merge pull request #7215 from julek-wolfssl/openssh-workflow-update
Point openssh workflow to wolf master
2024-02-08 12:43:53 -05:00
Juliusz Sosinowicz 4244fe9ff4 Run openssh tests on PR's 2024-02-06 13:30:25 +01:00
Daniel Pouzzner 8665295573
Merge pull request #7198 from dgarske/tls12only
Template for TLS v1.2 only
2024-02-05 16:14:47 -05:00
Daniel Pouzzner 1356e079f1
Merge pull request #7207 from julek-wolfssl/update-actions
Update github actions
2024-02-05 16:11:39 -05:00
Juliusz Sosinowicz 54b562f501 Point openssh workflow to wolf master 2024-02-05 18:10:24 +01:00
Juliusz Sosinowicz 31bfac43ea Update github actions
Many of these updates should also speed up some steps
2024-02-02 20:14:28 +01:00
Juliusz Sosinowicz 335c51987e openssh 9.6p1 fixes
- wolfSSL_DSA_set0_key: allow setting just the public key
- radix16: allow skipping the end of line whitespace
- Add openssh action
2024-02-01 11:39:56 +01:00
Andras Fekete 65902308e8 Snapshots disappear after a while. Versioned releases stay. 2024-01-31 16:02:41 -05:00
David Garske 9e47703402 Template for TLS v1.2 only. 2024-01-31 10:13:31 -08:00
JacobBarthelmeh 920abd8b46 only download parts of zephyr sdk needed for test 2024-01-29 15:02:58 -07:00
Juliusz Sosinowicz 67700a1d70 Add libssh2 test 2024-01-19 12:46:53 +01:00
Juliusz Sosinowicz cae231b557 Add curl dependencies 2024-01-09 22:47:59 +01:00
Juliusz Sosinowicz 1bf0d8c896 Use SIGKILL to actually kill the runner 2023-12-08 20:23:00 +01:00
Juliusz Sosinowicz 21381b939b Retry memcached tests 3 times on error 2023-12-08 13:53:08 +01:00
Juliusz Sosinowicz 52d6073c9c Parallelised memcached tests 2023-11-30 16:02:13 +01:00
JacobBarthelmeh 5b3f5496f8
Merge pull request #6430 from kareem-wolfssl/memcached
Add memcached support.
2023-11-22 16:20:28 -07:00
Kareem 72cbd9a44e memcached: Code review feedback 2023-11-21 17:59:55 -07:00
Kareem ca61034d22 Add memcached support.
memcached support: add required functions/defines.

Fix running unit test when defining DEBUG_WOLFSSL_VERBOSE without OPENSSL_EXTRA.

Break out session_id_context APIs into separate option WOLFSSL_SESSION_ID_CTX, so they can be used without OPENSSL_EXTRA.

Make wolfSSL_ERR_get_error and wolfSSL_CTX_set_mode available for memcached.

Add --enable-memcached.

Include required defines for memcached.

Revert unit test fix, no longer needed.

Add Github actions test for memcached.  Stop defining DEBUG_WOLFSSL_VERBOSE for memcached.

Add auto retry to writes.

Memcached CI: correct libevent package name.

Memcached CI: Add pkgconfig path for Github CI wolfSSL prefix.

memcached: Fix WOLFSSL_OP_NO_RENEGOTIATION going outside of int bounds, add LD_LIBRARY_PATH for memcached CI test.

memcached CI: Use correct path for wolfSSL

memcached: Add required perl dependency for SSL tests

memcached: Update to 1.6.22

memcached: actually test tls

memcached: Update wolfSSL_SSL_in_before to be side agnostic.
2023-11-20 10:10:34 -07:00
Juliusz Sosinowicz 03f3e6c6af Add nginx 1.24.0 testing 2023-11-17 10:48:46 +01:00
Juliusz Sosinowicz a666c39b65 zephyr 3.5 github action 2023-11-09 10:41:54 +01:00
Juliusz Sosinowicz aed715cb2c dtls 1.3: allow to skip cookie exchange on resumption
tls 1.3: do cookie exchange when asked too even when found a matching cipher
2023-10-31 14:29:04 +01:00
Juliusz Sosinowicz 962c315447 Test curl releases too 2023-10-13 11:52:02 +02:00
Juliusz Sosinowicz 53f14206d1 Increase curl timeout 2023-10-10 14:36:00 +02:00
Juliusz Sosinowicz cb912219e4 Run only stable curl tests 2023-10-10 14:19:03 +02:00
Juliusz Sosinowicz 365fae8ac0 Add curl test dep 2023-10-10 11:37:48 +02:00
JacobBarthelmeh 5a5a8c9b47
Merge pull request #6841 from julek-wolfssl/fix-all-scr
Fixes for bugs exposed with SCR
2023-10-05 16:55:01 -06:00
Juliusz Sosinowicz 858c66de3c Add configs that exposed this bug 2023-10-05 16:58:45 +02:00
Juliusz Sosinowicz 8ce8359bd7 Add option to disable OPENSSL_COMPATIBLE_DEFAULTS 2023-10-05 10:30:44 +02:00
Andras Fekete b88754bb64 Add in clang-10 and clang-11 tests 2023-09-28 10:29:36 -04:00