diff --git a/chromium/USAGE.md b/chromium/USAGE.md new file mode 100644 index 00000000..e5e4b4ce --- /dev/null +++ b/chromium/USAGE.md @@ -0,0 +1,20 @@ +# OQS-chromium + +This file contains usage information for a build of Chromium configured to also support quantum-safe crypto (QSC) operations. + +All information to build this from source is contained in the [main subproject README](https://github.com/open-quantum-safe/oqs-demos/tree/main/chromium). + +For the unwary user we *strongly* recommend to use a ready-build binary (for x64 Linux) available in the most current [release of oqs-demos](https://github.com/open-quantum-safe/oqs-demos/releases). + +## Quick start + +1) Execute `./chrome` (or `chrome.exe` in case of a Windows build) in the directory to which oqs-chromium has been built or extracted to. +2) Navigate to [https://test.openquantumsafe.org](https://test.openquantumsafe.org) and [download the current test server certificate](https://test.openquantumsafe.org/CA.crt). +3) Install the certificate in the Chromium certificate store by clicking on "..." in the upper right hand corner , then/-> "Preferences" -> "..." in upper left corner -> "Privacy and Security" -> "Security" -> "Certificate Management" -> "Certification Authorities" -> Import: Load the file "CA.crt" downloaded in step 2. +4) Return to the test server at [https://test.openquantumsafe.org](https://test.openquantumsafe.org) and click any of the supported ports representing all available quantum safe KEM and signature algorithms. A success message is returned if everything works as intended. + +Please note that not all algorithm combinations are expected to work. Most notably, none of the X25519 or X448 KEM hybrids are supported by the [underlying integration of OQS-BoringSSL](https://github.com/open-quantum-safe/boringssl). + +Please create a [discussion item](https://github.com/open-quantum-safe/boringssl/discussions/landing) if you feel some algorithm combination that does not work should do. + + diff --git a/nginx/fulltest-provider/index-template b/nginx/fulltest-provider/index-template index ce8a098b..1a61e65c 100644 --- a/nginx/fulltest-provider/index-template +++ b/nginx/fulltest-provider/index-template @@ -48,7 +48,7 @@ tr:nth-child(even) {
  1. This test server by no means should be taken as containing production-ready software. See disclaimer. Its purpose is simply to provide a best-effort facility to allow anyone to "test-drive" QSC software packages including testing protocol level interoperability.
  2. -
  3. When using the OQS-enabled Chromium build to access this web site, be aware of the limitations concerning supported algorithms as documented here. +
  4. When using the OQS-enabled Chromium build to access this web site, please heed its usage instructions.
  5. When using the OQS-enabled GNOME Web/epiphany browser to access this web site, all ports can be accessed, provided the browser is suitably started enabling the algorithms of interest. Please read the documentation how to do this.
diff --git a/nginx/fulltest/index-template b/nginx/fulltest/index-template index 3b06b556..2d197c48 100644 --- a/nginx/fulltest/index-template +++ b/nginx/fulltest/index-template @@ -48,7 +48,7 @@ tr:nth-child(even) {
  1. This test server by no means should be taken as containing production-ready software. See disclaimer. Its purpose is simply to provide a best-effort facility to allow anyone to "test-drive" QSC software packages including testing protocol level interoperability.
  2. -
  3. When using the OQS-enabled Chromium build to access this web site, be aware of the limitations concerning supported algorithms as documented here. Therefore, only the following hybrid KEM algorithms will work: P256_BIKEL1, P256_FRODO640AES, P256_KYBER90S512, P256_NTRU_HPS2048509, P256_LIGHTSABER. Using the browser's search function ("CTRL-F") for these algorithm names on this page provides quick access to the ports running these algorithms. Also note that OQS-Chromium does not support any hybrid signature algorithms. Alternatively, use the OQS-Chromium algorithm list page to access these algorithms.
  4. +
  5. When using the OQS-enabled Chromium build to access this web site, please heed its usage instructions.
  6. When using the OQS-enabled GNOME Web/epiphany browser to access this web site, all ports can be accessed, provided the browser is suitably started enabling the algorithms of interest. Please read the documentation how to do this.