Skip to content

Commit

Permalink
Tests: compatibility with "openssl" app from OpenSSL 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Jun 10, 2024
1 parent e9f8cdf commit c56309c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/t/js_fetch_https.t
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ $t->write_file('openssl.conf', <<EOF);
default_bits = 2048
encrypt_key = no
distinguished_name = req_distinguished_name
x509_extensions = myca_extensions
[ req_distinguished_name ]
[ myca_extensions ]
basicConstraints = critical,CA:TRUE
EOF

$t->write_file('myca.conf', <<EOF);
Expand Down
3 changes: 3 additions & 0 deletions nginx/t/stream_js_fetch_https.t
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@ $t->write_file('openssl.conf', <<EOF);
default_bits = 2048
encrypt_key = no
distinguished_name = req_distinguished_name
x509_extensions = myca_extensions
[ req_distinguished_name ]
[ myca_extensions ]
basicConstraints = critical,CA:TRUE
EOF

$t->write_file('myca.conf', <<EOF);
Expand Down

0 comments on commit c56309c

Please sign in to comment.