On Sun, May 18, 2008 at 1:28 PM, Glen <glen.84_at_gmail.com> wrote:
> Here is the log entry:
>
> # svn log -v -r 23812 http://svn.collab.net/repos/svn/
> ------------------------------------------------------------------------
> r23812 | zhakov | 2007-03-14 13:19:01 +0100 (wo, 14 mrt 2007) | 16 lines
> Changed paths:
> M /trunk/subversion/include/svn_auth.h
> M /trunk/subversion/libsvn_subr/cmdline.c
> M /trunk/subversion/libsvn_subr/ssl_server_trust_providers.c
>
> Add a new ssl server certificate trust provider for Windows (WinNT and
> later)
> that automatically accepts server certificates with a trusted certificate
> chain after validating it with the Windows CryptoApi.
>
> * subversion/include/svn_auth.h
> (svn_auth_get_windows_ssl_server_trust_provider): New prototype.
> * subversion/libsvn_subr/cmdline.c
> (svn_cmdline_setup_auth_baton): Register the ssl server trust provider
> on Windows.
> * subversion/libsvn_subr/ssl_server_trust_providers.c
> (windows_ssl_server_trust_first_credentials,
> windows_server_trust_provider,
> svn_auth_get_windows_ssl_server_trust_provider): Implementation of the ssl
> server certificate provider.
>
> Patch by: Bert Huijben <bhuijben_at_competence.biz>
> me
> ------------------------------------------------------------------------
>
> #
>
> I'm using Subclipse 1.3.15.2 now and I'm still being asked to accept certs.
> Any ideas?
The answer is right there in that commit. When the person added this
feature, they added it to the command line but not also to the JavaHL
library.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-05-18 21:56:07 CEST