Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No asm for openssl? #1

Open
BarkyTheDog opened this issue Dec 20, 2013 · 1 comment
Open

No asm for openssl? #1

BarkyTheDog opened this issue Dec 20, 2013 · 1 comment

Comments

@BarkyTheDog
Copy link

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...

@peters
Copy link
Owner

peters commented Dec 30, 2013

Is it possible to configure/build openssl with the assembler code paths enabled?

Yes, it's possible by looking at:
https://github.com/peters/curl-for-windows/blob/master/openssl.gyp#L808

I disabled it because i did not have the time to make it work. A PR would be most welcome since
i do not have the time at the moment to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants