Skip to content

Commit f48a1d9

Browse files
committed
Add test
1 parent 1c3ab92 commit f48a1d9

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

.github/workflows/nginx.yml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
uses: wolfSSL/actions-build-autotools-project@v1
3232
with:
3333
path: wolfssl
34-
configure: --enable-nginx ${{ env.wolf_debug_flags }}
34+
configure: >-
35+
--enable-nginx --enable-curve25519 --enable-ed25519
36+
${{ env.wolf_debug_flags }}
3537
install: true
3638

3739
- name: tar build-dir
@@ -50,6 +52,41 @@ jobs:
5052
matrix:
5153
include:
5254
# in general we want to pass all tests that match *ssl*
55+
- ref: 1.28.0
56+
test-ref: 0fccfcef1278263416043e0bbb3e0116b84026e4
57+
# Following tests pass with sanitizer on
58+
sanitize-ok: >-
59+
h2_ssl_proxy_cache.t h2_ssl.t h2_ssl_variables.t
60+
h2_ssl_verify_client.t mail_imap_ssl.t mail_ssl_session_reuse.t
61+
mail_ssl.t proxy_ssl_certificate_cache.t
62+
proxy_ssl_certificate_empty.t proxy_ssl_certificate.t
63+
proxy_ssl_certificate_vars.t proxy_ssl_name.t ssl_cache_reload.t
64+
ssl_certificate_aux.t ssl_certificate_cache.t
65+
ssl_certificate_chain.t ssl_certificates.t ssl_certificate.t
66+
ssl_client_escaped_cert.t ssl_crl.t ssl_curve.t ssl_ocsp.t
67+
ssl_password_file.t ssl_proxy_upgrade.t ssl_reject_handshake.t
68+
ssl_session_reuse.t ssl_session_ticket_key.t ssl_sni_protocols.t
69+
ssl_sni_reneg.t ssl_sni_sessions.t ssl_sni.t ssl_stapling.t ssl.t
70+
ssl_verify_client.t ssl_verify_client_trusted.t ssl_verify_depth.t
71+
stream_proxy_ssl_certificate_cache.t stream_proxy_ssl_certificate
72+
t stream_proxy_ssl_certificate_vars.t
73+
stream_proxy_ssl_name_complex.t stream_proxy_ssl_name.t
74+
stream_ssl_alpn.t stream_ssl_certificate_cache.t
75+
stream_ssl_certificate.t stream_ssl_ocsp.t stream_ssl_preread_alpn
76+
t stream_ssl_preread_protocol.t stream_ssl_preread.t
77+
stream_ssl_reject_handshake.t stream_ssl_session_reuse.t
78+
stream_ssl_sni_protocols.t stream_ssl_stapling.t stream_ssl.t
79+
stream_ssl_variables.t stream_ssl_verify_client.t
80+
stream_upstream_zone_ssl.t upstream_zone_ssl.t
81+
uwsgi_ssl_certificate.t uwsgi_ssl_certificate_vars.t
82+
# Following tests do not pass with sanitizer on (with OpenSSL too)
83+
sanitize-not-ok: >-
84+
grpc_ssl.t h2_proxy_request_buffering_ssl.t h2_proxy_ssl.t
85+
proxy_request_buffering_ssl.t proxy_ssl_conf_command.t
86+
proxy_ssl_keepalive.t proxy_ssl.t proxy_ssl_verify.t ssl_cache.t
87+
stream_proxy_protocol_ssl.t stream_proxy_ssl_conf_command.t
88+
stream_proxy_ssl.t stream_proxy_ssl_verify.t
89+
5390
- ref: 1.25.0
5491
test-ref: 5b2894ea1afd01a26c589ce11f310df118e42592
5592
# Following tests pass with sanitizer on

0 commit comments

Comments
 (0)