mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 12:22:14 +01:00
- wolfssl_ec_point_mul: fix parameters being passed into ec_mul2add - Compile in compressed ecc key parsing for OPENSSLALL - Improve debugging around compat layer ecc operations - wolfSSL_BN_div: dv can be NULL - Add spake like computation test - Add CI krb5 testing - Add timeouts to CI
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
name: CI
|
|
concurrency:
|
|
group: ${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
push:
|
|
branches: [ 'master', 'main', 'release/**' ]
|
|
pull_request:
|
|
branches: [ '*' ]
|
|
|
|
jobs:
|
|
espressif:
|
|
uses: ./.github/workflows/docker-Espressif.yml
|
|
multi-compiler:
|
|
uses: ./.github/workflows/multi-compiler.yml
|
|
openwrt:
|
|
uses: ./.github/workflows/docker-OpenWrt.yml
|
|
os-check:
|
|
uses: ./.github/workflows/os-check.yml
|
|
async:
|
|
uses: ./.github/workflows/async.yml
|
|
stunnel:
|
|
uses: ./.github/workflows/stunnel.yml
|
|
openvpn:
|
|
uses: ./.github/workflows/openvpn.yml
|
|
hostap:
|
|
uses: ./.github/workflows/hostap.yml
|
|
nginx:
|
|
uses: ./.github/workflows/nginx.yml
|
|
zephyr:
|
|
uses: ./.github/workflows/zephyr.yml
|
|
hitch:
|
|
uses: ./.github/workflows/hitch.yml
|
|
curl:
|
|
uses: ./.github/workflows/curl.yml
|
|
krb5:
|
|
uses: ./.github/workflows/krb5.yml
|
|
# TODO: Currently this test fails. Enable it once it becomes passing.
|
|
# haproxy:
|
|
# uses: ./.github/workflows/haproxy.yml
|