Skip to content

Commit

Permalink
nginx server: update to oqs-provider 0.5.2 & config update (#241)
Browse files Browse the repository at this point in the history
* nginx server: update to oqs-provider 0.5.2
config: close connection immediately

* Update README.md
  • Loading branch information
bhess authored Oct 26, 2023
1 parent a292f09 commit f08c319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently supported packages:

<!---| **HAproxy** | [Github: oqs-demos/haproxy](haproxy) | [Dockerhub: openquantumsafe/haproxy](https://hub.docker.com/repository/docker/openquantumsafe/haproxy) | -->

You can use the openssl (s_client), curl and GNOME Web/epiphany clients with all algorithm combinations available at the Open Quantum Safe TLS/X.509 interoperability test server at https://test.openquantumsafe.org (set up using `oqs-provider v0.5.0` and `liboqs v0.8.0`). Chromium and [oqs-boringssl](https://github.com/open-quantum-safe/boringssl) are no longer maintained to the same set of algorithms, so are not to be expected to (inter)operate fully with the test server.
You can use the openssl (s_client), curl and GNOME Web/epiphany clients with all algorithm combinations available at the Open Quantum Safe TLS/X.509 interoperability test server at https://test.openquantumsafe.org (set up using `oqs-provider v0.5.2` and `liboqs v0.9.0`). Chromium and [oqs-boringssl](https://github.com/open-quantum-safe/boringssl) are no longer maintained to the same set of algorithms, so are not to be expected to (inter)operate fully with the test server.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion nginx/fulltest-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG LIBOQS_VERSION=0.9.0

ARG OPENSSL_VERSION=master

ARG OQS_PROVIDER_VERSION=main
ARG OQS_PROVIDER_VERSION=0.5.2

ARG LIBOQS_BUILD_DEFINES="-DOQS_DIST_BUILD=ON"

Expand Down
1 change: 1 addition & 0 deletions nginx/fulltest-provider/genconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def write_nginx_config(f, i, cf, port, _sig, k):
f.write(" set $oqs_sig_name \""+sig+"\";\n")
f.write(" root html;\n")
f.write(" index success.html;\n")
f.write(" keepalive_timeout 0;\n")
f.write(" }\n\n")

f.write("}\n\n")
Expand Down

0 comments on commit f08c319

Please sign in to comment.