You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Judging from the performance of RSA encryption/decryption using the version of OpenSLL that this system builds, it seems that asm code is not being used. Inspection of the preprocessor symbols in the VS project reveals a "NO_ASM" macro.
Is it possible to configure/build openssl with the assembler code paths enabled?
I have access to a pre-built openssl binary, which the provider says was built with NASM, and it's significantly faster. But, I'd prefer the nicely integrated curl/openssl/zlib/ssh2 solution your sytem provides...
The text was updated successfully, but these errors were encountered:
Judging from the performance of RSA encryption/decryption using the version of OpenSLL that this system builds, it seems that asm code is not being used. Inspection of the preprocessor symbols in the VS project reveals a "NO_ASM" macro.
Is it possible to configure/build openssl with the assembler code paths enabled?
I have access to a pre-built openssl binary, which the provider says was built with NASM, and it's significantly faster. But, I'd prefer the nicely integrated curl/openssl/zlib/ssh2 solution your sytem provides...
The text was updated successfully, but these errors were encountered: