Testing LibreSSL Windows binaries

2015-03-03 Thread Brent Cook
Hi,

Based on difficulty people have had building LibreSSL on Windows and
desire for integration with Visual Studio, I have made a test package
with LibreSSL Windows binaries available here:

https://github.com/libressl-portable/portable/releases/tag/untagged-1124b2dee438a382b881

These should work with Microsoft tools, and the debug information
should be compatible with most Windows debuggers. This is not an
official release, but I would be interested in
feedback/success/failure stories. No fruit throwing please!

The build script that generates these is here:

https://github.com/libressl-portable/portable/blob/master/dist-win.sh

With some initial build notes here:

https://github.com/libressl-portable/portable/blob/master/README.windows

 - Brent



Re: Testing LibreSSL Windows binaries

2015-03-03 Thread Brent Cook

 On Mar 3, 2015, at 9:22 AM, Brent Cook bust...@gmail.com wrote:
 
 Hi,
 
 Based on difficulty people have had building LibreSSL on Windows and
 desire for integration with Visual Studio, I have made a test package
 with LibreSSL Windows binaries available here:
 
 https://github.com/libressl-portable/portable/releases/tag/untagged-1124b2dee438a382b881

I apparently linked to the 'Draft' URL. Here is a public one.

https://github.com/libressl-portable/portable/releases/tag/v2.1.4-pre

 These should work with Microsoft tools, and the debug information
 should be compatible with most Windows debuggers. This is not an
 official release, but I would be interested in
 feedback/success/failure stories. No fruit throwing please!
 
 The build script that generates these is here:
 
 https://github.com/libressl-portable/portable/blob/master/dist-win.sh
 
 With some initial build notes here:
 
 https://github.com/libressl-portable/portable/blob/master/README.windows
 
 - Brent