Results 5 issues of Gaurav Pruthi

Hi, I am getting below linking errors while I try to link my executable with 'libbotan-2.a'. I am running g++ in Msys64 environment. ``` C:/msys64/mingw64/lib/libbotan-2.a(utils_assert.o):assert.cpp:(.text+0x21): undefined reference to `std::__cxx11::basic_ostringstream::basic_ostringstream()' C:/msys64/mingw64/lib/libbotan-2.a(utils_assert.o):assert.cpp:(.text+0x121):...

I double-clicked on compilation error message thinking that the message will be displayed in pop-up, but, instead, I got unexpected error. ![image](https://user-images.githubusercontent.com/1152467/116966211-54729280-accd-11eb-82bf-03b3f4f04fea.png) Software version is 6.3. Build date is January...

It should show usage verbose as output just like when we use --help option

bug

Hi Team, Can we refactor the code and make changes so that liboqs-java can be used as JCE provider? It means, for instance, creating a subclass of SignatureSpi and invoke...

Hello Team, I am trying to use BouncyCastleJSSE provider for TLS communication using a certificate that has ML-DSA key. I am explicitly setting TLS version to 1.3, but getting following...