On Thu, 02 Jun 2011 16:27:16 -0700, Jan Danielsson wrote: > On 06/02/11 22:05, Ben Summers wrote: > > I've created a new branch, ben-testing, with the new features I've been > > working on. I'm going to be using this version from now on to make sure > > it's > > well tested before it's considered for merging into trunk. It adds: > > > > * SSL client certificate support > [---] > > See > http://www.fossil-scm.org/index.html/timeline?r=jan-clientcert > > for alternative SSL client certificate support.
I'm quite annoyed at myself for not noticing your implementation until after I'd written mine. The difference between the two is that I've implemented the simplest possible thing which could work, and you've added complete certificate management, including managing the server's certificate. Your implementation avoids the need to specify the client certificate on every clone command, but mine requires it for each repo, storing the pathname in the ssl-identity setting for later operations. Personally I just want to be able to use client certificates, and don't mind which approach is taken. Ben -- http://bens.me.uk/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

