-
This is to capture all improvements required for `copy_from_pqclean`:
- Auto-generate source code lists for CMakefiles
- Automate generation of multi-feature CMake-structures from PQClean `META.yml`…
-
I have compiled OQS-OpenSSL on CentOS 7.7 using gcc 7.3.1 by following the instructions (First get OQS-OpenSSL, then build and install liboqs at the root of OQS-OpenSSL and finally build OQS-OpenSSL).…
-
The EVP API has support for encrypting, signing and deriving keys, depending on what a certain primitive supports. I would like to discuss extending this API to expose the Key-encapsulation mechanism …
-
The CMake configuration process now appears to look for pthreads, and cross-compiling a test application for Windows that attempts to call `pthread_create` fails, and rightly so, since pthreads isn't …
-
The newly added `.circleci/git_no_checkin_in_last_day.sh` script usage in the `.circleci/config.yml` should only skip if there was no check-in in *both* OpenSSL and liboqs; currently it skips if there…
-
The "PQCrypto-VPN/openvpn/config" folder contains examples on how to enable any available QCipherSuite:
How can I specify what KEM or QSIGNATURE PQCrypto-VPN should use? Thanks.
**EDIT 1:** I j…
-
The error:
```
Traceback (most recent call last):
File "build.py", line 270, in
build_openvpn_linux()
File "build.py", line 185, in build_openvpn_linux
shutil.copy('../oqs-openssl…
-
Greetings all,
Congratulations and thanks for all this work you have done so far and the quest to implement post quantum algorithms into current cryptography protocols.
First of all I have to st…
pqfan updated
4 years ago
-
Investigate if we can build the .Net core project on Linux and Mac.
-
Hello Team,
i am building chromium server inside docker with taking the image of ubuntu. I am able to do the handshake with boring SSL.
Now, i am at step 0 and not able to run the below command …