[fossil-users] HTTPS implementation doesn't remember certificates signed by CAs

2010-03-31 Thread Bjorn Toft Madsen
Through much help from list-members, I've finally managed to build a SSL-capable binary of fossil. On self-signed certificates the process is exactly as described by the original author (Dmitry, BCCed): Fossil displays certificate info before prompting to always accept, temporarily accept or

Re: [fossil-users] HTTPS implementation doesn't remember certificates signed by CAs

2010-03-31 Thread Bjorn Toft Madsen
Silly me, I forgot to mention that I've added a public fossil repo at https://www.toftmadsen.org/public.fossil The certificate has been signed by an intermediate, in turn signed by a root CA. Feel free to clone to verify this issue and/or any fix anybody may be contemplating. Thanks Bjorn On 31

Re: [fossil-users] HTTPS implementation

2010-01-12 Thread altufaltu
This is fossil version [d92945e5da] 2009-11-09 21:22:32 UTC - Altu -Original Message- From: Dmitry Chestnykh dch...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Thu, Nov 5, 2009 7:07 am Subject: Re: [fossil-users] HTTPS implementation Okay, here's how I currently implemented

Re: [fossil-users] HTTPS implementation (update)

2009-11-09 Thread Dmitry Chestnykh
Hello, I'm not sure if my previous email made it into the list (I don't see it in archive), so I'll post the same details about implementation plus something I changed recently. Here's an update on the current status of HTTPS implementation. First of all, I think it's ready :-) (I tested it

Re: [fossil-users] HTTPS implementation (update)

2009-11-09 Thread D. Richard Hipp
On Nov 9, 2009, at 10:16 AM, Dmitry Chestnykh wrote: What is the consensus on including this into Fossil? Should I push changes into main repository? I'd like to see you push the changes - at least into a branch. D. Richard Hipp d...@hwaci.com

Re: [fossil-users] HTTPS implementation (update)

2009-11-09 Thread Dmitry Chestnykh
I'd like to see you push the changes - at least into a branch. Done. It's in ssl branch. BTW, if anyone wants to try out SSL support feel free to clone any repository on https://codingrobots.org; for example, https://codingrobots.org/p/crdatabase. I can also setup some test repo with write

Re: [fossil-users] HTTPS implementation

2009-11-04 Thread Dmitry Chestnykh
Both DRH and I looked at the OpenSSL client-side code and decided it was going to be too much of a hassle to integrate. You mean, the requirement of libssl to be present on users' computers? -- Dmitry Chestnykh Coding Robots http://www.codingrobots.com dmi...@codingrobots.com

Re: [fossil-users] HTTPS implementation

2009-11-04 Thread D. Richard Hipp
On Nov 4, 2009, at 6:03 PM, Dmitry Chestnykh wrote: Both DRH and I looked at the OpenSSL client-side code and decided it was going to be too much of a hassle to integrate. You mean, the requirement of libssl to be present on users' computers? Not so much that as just getting libssl to

Re: [fossil-users] HTTPS implementation

2009-11-04 Thread Stephan Beal
On Thu, Nov 5, 2009 at 12:18 AM, Steve Landers st...@digitalsmarties.comwrote: Although that requirement is also an issue. Any solution would ideally be statically linked on Windows (I'm assuming that won't be a problem on *nix). If i'm not mistaken, Solaris 10 (or as of a certain version