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

Where do the Windows SSL DDLs come from? #60

Open
stmuk opened this issue Apr 20, 2018 · 1 comment
Open

Where do the Windows SSL DDLs come from? #60

stmuk opened this issue Apr 20, 2018 · 1 comment

Comments

@stmuk
Copy link
Contributor

stmuk commented Apr 20, 2018

What's the origin of the Windows SSL DDLs ?

@skinkade
Copy link
Contributor

skinkade commented Aug 13, 2018

Extraordinarily delayed response:

They are cross-compiled from a Linux machine. Copied from #23:

wget ftp://ftp.openssl.org/source/openssl-1.0.2g.tar.gz
tar xf openssl-1.0.2g.tar.gz; cd openssl-1.0.2g
CROSS_COMPILE="x86_64-w64-mingw32-" ./Configure mingw64 no-asm shared
make depend
make

Adjust for version number and check signature, but that's the gist.

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