-
Hi.
I generated rsa key by openssl using command
```
ubuntu@ubuntu-01:~$ openssl genrsa -out private.pem 3072
ubuntu@ubuntu-01:~$ openssl pkcs8 -topk8 -inform PEM -outform DER -in private.pem -…
NamTe updated
7 years ago
-
```
$ ./configure --disable-harden && make -j
....
wolfcrypt/src/ecc.c:1935:31: error: ‘wc_off_on_addr’ defined but not used [-Werror=unused-const-variable=]
static const wolfssl_word wc_off_…
-
compiling the wolfssl.X project under `wolfssl-3.10.0\wolfssl-3.10.0\mplabx` is giving the following error (and a warning) with MPLABX IDE version 3.50 and XC32 version 1.42. Only change done to src …
-
the wc_AesCtrEncrypt function , prototype void wc_AesCtrEncrypt(Aes* aes, byte* out, const byte* in, word32 sz) does not work correctly if the last parameter is not a multiple of 16.
I
zhou0 updated
7 years ago
-
[ERROR] /azure-iot-devkit/azure-iot-sdk-c/c-utility/adapters/socketio_mbed.c:14:58: fatal error: azure_c_shared_utility/tcpsocketconnection_c.h: No such file or directory
#include "azure_c_shared_ut…
-
hi,
```sh
git clone git://github.com/rofl0r/rocksock
cd rocksock
./configure --with-ssl=wolfssl
make -j9
examples/http_test.out 172.217.6.206 443s
examples/http_test.c:53 - ssl error: revcd a…
-
Hi there,
Forgive me if I have something stupid here but I have compiled wolfssl (wolfssl-3.9.10) with the following on my Linux OpenSuse box.
./configure --prefix=/opt/wolfssl/ CFLAGS="-m64 -fP…
-
I keep running into this error, what are the steps to fix it?
````
xtensa-lx106-elf-gcc -L/Volumes/ESPopenSDK/esp-open-sdk/ESP8266_RTOS_SDK/lib -Wl,--gc-sections -nostdlib -T/Volumes/ESPopenSDK/e…
-
When calling wc_SrpGetPublic() function, if no SRP private key has been manually generated, it generates a default one.
In this case the size of the private key is equals to modulus size.
I think it…
-
I compiled wolfSSL 3.10 using mingw this evening and had one warning because I don't have SCTP enabled:
~~~
./wolfssl/test.h: In function 'tcp_socket':
./wolfssl/test.h:665:62: error: unused parame…