Hippeys

Results 10 comments of Hippeys

this is also my user_settings.h: ``` #undef NO_AES #define NO_AES #undef NO_DSA #define NO_DSA #undef HAVE_ECC #define HAVE_ECC #undef HAVE_HASHDRBG #define HAVE_HASHDRBG #undef WOLFSSL_HAVE_SP_ECC #define WOLFSSL_HAVE_SP_ECC #undef WC_NO_ASYNC_THREADING #define WC_NO_ASYNC_THREADING...

@kareem-wolfssl yes, on x64 linux, x86 windows all is ok, issue exists when targeting x64 windows. I will send tag examples soon

@kareem-wolfssl I dont use masm code for chacha20 yet, so you dont need to try this yet. Yes, i tried now to undef USE_INTEL_SPEEDUP and works correctly. But the strange...

Hi @dgarske Thank you for the response. I've tried to build windows x64 version of static library on linux machine(ubuntu) using mingw, here are my steps: ``` sudo mkdir /home/roma/.vs/wolfssl...

i have also tried to build chacha_asm.S in Visual Studio 2022 using [yasm plugin ](https://github.com/ShiftMediaProject/VSYASM), with minor changes. It compiles, but when application calls chacha asm functions it crashes, i...

Hi @dgarske, I want to use it for my personal server, want to move from openssl because of huge bloat using evp, also WolfSSL's chacha20 much more performant for small...

Hi @SparkiDev Yes, i tried to use somehow asm chacha20 implementation for windows, tried to use mingw winsys etc. My final solution with Visual Studio: 1. copied chacha_asm.S to [chacha_asm_win.S](https://github.com/Hippeys/wolfssl/blob/master/wolfcrypt/src/chacha_asm_win.S)....

Hi @SparkiDev Of course, will be glad to try 👍 Does it include both x64 and x86 versions? Thank you

Hi @SparkiDev I compiled with this code and definitions but have errors when linking: > Severity Code Description Project File Line Suppression State Details > Error LNK2001 unresolved external symbol...

Hello @vcsjones is it possible to use certificates instead of hardcoded secrets?