-
It is unclear, and seemingly impossible after trying hard, to select a quantum algorithm for KEM/KEX of my choice, or at all for that matter. The example given with the internal TLS server/client desi…
-
We should also provide wrapping support for OQS_randombytes etc. from . I'm currently implementing this for the C++/Go wrappers.
-
The problem:
***OQS-OpenSSL_1.1.1***
```
openssl ciphers -V
0x13,0x02 - TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD
0x13,0x03 - TLS_CHAC…
-
**Dear PQS Team,**
I am running into the following problem after a successful build of the corresponding library. I am not sure how to further debug the error, as searching for the gcc commands usi…
-
While attempting to build the code:
autoreconf -i
./configure
make clean
make -j
During make-j
.....
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/liboqs.0.…
-
It would be nice to have a Docker image for automatic benchmarking of liboqs-based ciphersuites in this OpenSSL fork.
-
### I did this
We have a server, where some endpoints require TLS client cert authentication. As HTTP/2 does not support TLS renegotiation, when this endpoint is called, the server replies with `HTTP…
-
See https://circleci.com/gh/open-quantum-safe/openssl/654
-
With commit https://github.com/Hatzen/LibOQSTestApp/commit/e936fdcd385b65a3eccc75c9651096730dda1abc running the KemTest.java leads to the strange error of `JNI DETECTED ERROR IN APPLICATION: use of de…
-
For SPHINCS+-SHA256-* using the OpenSSL hash there are memory leaks because the hash context created by `PREFIX_initialize_hash_function` callee `sha256_inc_init` is not cleaned up.
Ideally there'd…