Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-31 Thread Bjorn Toft Madsen
Thanks a lot, that fixed it. I've verified https support and it works; sniffed the traffic too, it is indeed all encrypted. There is one outstanding issue, which I'm about to write a separate email about, but that's more about how the SSL implementation handles certificates signed by a CA,

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Bjorn Toft Madsen
I managed a successful build of fossil on Windows, through the kind help of other list members. The only outstanding issue is some undefined references when FOSSIL_ENABLE_SSL=1: ../../GnuWin32/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xa3a): undefined reference to `_getdevicec...@8 # more

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Rene de Zwart
Op Di, 30 maart, 2010 17:52, schreef Bjorn Toft Madsen: I managed a successful build of fossil on Windows, through the kind help of other list members. The only outstanding issue is some undefined references when FOSSIL_ENABLE_SSL=1: change ifdef FOSSIL_ENABLE_SSL LIB += -lcrypto -lssl

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Rene de Zwart
Op Di, 30 maart, 2010 23:11, schreef Dan: don't know if its to do with versions, but i had to change it to LIB += -leay32 -lssl32 and that built fine, but i don't really know how to test the end result - since i don't have any use for ssl :) Daniel If I do that then fossil.exe exits with

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-29 Thread Bjorn Toft Madsen
On 25 March 2010 16:49, D. Richard Hipp d...@hwaci.com wrote: On Mar 25, 2010, at 12:41 PM, Bjorn Toft Madsen wrote: Hi all, New to Fossil, loving it. Looking through the mailing list archive, I can see SSL support was added by Dmitry Chestnykh and it was pushed into a branch in

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-29 Thread Ross Berteig
At 04:05 AM 3/29/2010, Bjorn Toft Madsen wrote: Be that as it may, is there anybody on this list who has successfully built fossil w/ssl on Windows? Not with SSL as yet, but I could try it. Taking a binary off you (the hypothetical Win builder) or not, I'd love to pick your brain on your

[fossil-users] SSL support, prebuilt binaries, Windows

2010-03-25 Thread Bjorn Toft Madsen
Title: SSL support, prebuilt binaries, Windows Hi all, New to Fossil, loving it. Looking through the mailing list archive, I can see SSL support was added by Dmitry Chestnykh and it was pushed into a branch in 2009 and then the ssl branch was closed in February. Where did it go from