-
```
^
```
wolfcrypt/src/sha256.c:611:5: note: in expansion of macro '_RegToDigest'
_RegToDigest(S_0, S_1, S_2, S_3, S_4, S_5, S_6, S_7 )
^
wolfcrypt/src/sha256.c:1182:5: note: in expansion…
-
Hello wolfSSL!
I am trying to compile a simple sketch with wolfcrypt (SHA 256 HMAC) for an esp8266 with the Arduino tool chain. I followed the steps [here](https://github.com/wolfSSL/wolfssl/tree/m…
-
Hi,
I can't compile wolfssl (master from github) with gcc 6.1.1 under linux:
```
CC wolfcrypt/test/test.o
wolfcrypt/src/poly1305.c: In function ‘wc_Poly1305Update’:
wolfcrypt/src/poly1305.c:…
-
Hi,
I can't compile wolfssl (master from github) with gcc 6.1.1 under linux:
```
CC wolfcrypt/test/test.o
wolfcrypt/src/poly1305.c: In function ‘wc_Poly1305Update’:
wolfcrypt/src/poly1305.c:…
-
Hi,
I'm trying to include **about** in a project that is GPLv2 / Commercial License. Can you guide me through the proper way to be compliant with your license?
https://github.com/moisesguimaraes/wol…
-
I've built wolfssl 3.9.6 with libcurl-7.49.1, both are most recent release, but I've got this error when I test a https request.
```
I/stderr ( 3341): * Trying 14.215.177.38...
I/stderr ( 3341): …
-
```
$ make
make all-am
make[1]: Entering directory `/d/vs-dev/wolfmqtt-0.4'
CC src/src_libwolfmqtt_la-mqtt_client.lo
CC src/src_libwolfmqtt_la-mqtt_packet.lo
CC src/src_libwolfmqtt_…
-
Hi,
Thank your for your nice work. I got used to work with wolfssl on Linux, but now I have to statically embed wolfssl into a C++ program on Windows (platform I'm not familiar with). On Linux I cou…
-
Hello,
Inspecting wc_RsaPublicEncrypt I see that if the input buffer is too big for RSA to encrypt it (by comparing to the key size) it will return RSA_BUFFER_E, but that error means "Returned if the …
-
I try to use wolfssl with embedded STM32F407 MCU.
So, I configured the library (file wolfssl\wolfcrypt\settings.h) like this:
``` c
#define WOLFSSL_USER_IO
#define NO_WRITEV
#define NO_FILESYSTEM
#de…
yh-sb updated
8 years ago