Another change for docs/INSTALL, and a suggestion

2013-01-07 Thread Nick Zitzmann
I noticed there were a few SSL-related changes to docs/INSTALL recently. I realized it's probably time to document the --with-darwinssl feature outside of the source code, so here's a patch that adds some documentation for the feature. I also made an overdue slight tweak to the curl_ssl_msg line

Re: VMS fixes needed to allow building.

2013-01-07 Thread John E. Malmberg
On 1/7/2013 6:47 AM, Daniel Stenberg wrote: On Sun, 6 Jan 2013, John E. Malmberg wrote: The existing config-vms.h differs from one generated by the configure script on AXP/VMS 8.4 by over 100 entries or omissions. AFAIK config-vms.h was always manually created and an omission would just equal

Re: configure test for _AIX false positive.

2013-01-07 Thread Daniel Stenberg
On Mon, 7 Jan 2013, John E. Malmberg wrote: Then it isn't really a *false* positive since it was provoked by your special treatment, right? It indicates that the testing method of searching for strings in compiler listing output does not work for all compiler settings and may be indicating i

Re: Report on SSL cipher being used

2013-01-07 Thread Amr Shahin
On Jan 7, 2013 5:17 PM, "Daniel Stenberg" wrote: > > On Sun, 6 Jan 2013, Peter Sylvester wrote: > >>> So, back to the subject at hand: I suggested a way that could offer a consistent API independently of the SSL backend. Is there a particular reason that wouldn't work? >>> >> Is this the get_info

Re: Report on SSL cipher being used

2013-01-07 Thread Daniel Stenberg
On Sun, 6 Jan 2013, Peter Sylvester wrote: So, back to the subject at hand: I suggested a way that could offer a consistent API independently of the SSL backend. Is there a particular reason that wouldn't work? Is this the get_info style idea? This may sufficient for information but not if y

Re: configure test for _AIX false positive.

2013-01-07 Thread John E. Malmberg
On 1/7/2013 7:24 AM, Daniel Stenberg wrote: On Mon, 7 Jan 2013, John E. Malmberg wrote: Can you figure out why it detects that in the output for your test? Yes, because I have full listings enabled in order to debug the configure and build process. Which means that the compiler lists out eve

Re: configure test for _AIX false positive.

2013-01-07 Thread Daniel Stenberg
On Mon, 7 Jan 2013, John E. Malmberg wrote: Can you figure out why it detects that in the output for your test? Yes, because I have full listings enabled in order to debug the configure and build process. Which means that the compiler lists out even the lines that are not compiled. Then i

Re: configure test for _AIX false positive.

2013-01-07 Thread John E. Malmberg
On 1/7/2013 4:45 AM, Daniel Stenberg wrote: On Sun, 6 Jan 2013, John E. Malmberg wrote: The configure test for AIX is producing a false positive. This is resulting in the _ALL_SOURCE macro being defined. As near as I can tell, I do not see any bad effects on VMS. It looks like the problem is

RE: Report on SSL cipher being used

2013-01-07 Thread Daniel Stenberg
On Mon, 7 Jan 2013, Philip Montrowe wrote: So, back to the subject at hand: I suggested a way that could offer a consistent API independently of the SSL backend. Is there a particular reason that wouldn't work? OpenSSL provides about five items of information including the ciphername, descri

Re: VMS fixes needed to allow building.

2013-01-07 Thread Daniel Stenberg
On Sun, 6 Jan 2013, John E. Malmberg wrote: The existing config-vms.h differs from one generated by the configure script on AXP/VMS 8.4 by over 100 entries or omissions. AFAIK config-vms.h was always manually created and an omission would just equal not being defined and that should be fine f

RE: Report on SSL cipher being used

2013-01-07 Thread Philip Montrowe
>> I really prefer not to. Strongly. >> libcurl is 99% SSL library agnostic in its API and use. We try very hard to >> provide a single and stable API and ABI to applications so that they won't >> have to care about things like which SSL library libcurl uses. >> CURLOPT_SSL_CTX_FUNCTION is an e

Re: Webdav over SSL; IIS 7.5; Files larger than ~7.5MB

2013-01-07 Thread Oscar Koeroo
On 06-01-13 13:06, Chris Knight wrote: > So just to give an update on this, > > After receiving a tip off I managed to get a work around for this issue. It > turns out the problem was to do with using libcurl and openssl because when > I use polarssl there is no problem. > > I tried figuring out

Re: configure test for _AIX false positive.

2013-01-07 Thread Daniel Stenberg
On Sun, 6 Jan 2013, John E. Malmberg wrote: The configure test for AIX is producing a false positive. This is resulting in the _ALL_SOURCE macro being defined. As near as I can tell, I do not see any bad effects on VMS. It looks like the problem is that the test should produce a compile failu

Re: [bagder/curl] 13606b: build: make use of 93 lib/*.c renamed files

2013-01-07 Thread Tor Arntsen
On Sun, Jan 6, 2013 at 6:23 PM, Yang Tse wrote: > I'm pushing revertion commit in... 3, 2, 1. > > Thanks to all, Thanks Yang. I'm happy to see that 'git log -- ' now shows the full history exactly as if there had never been any renaming, so we don't need to add any --follow or any such thing as