On Aug 23, 2013, at 2:18 PM, Nick Zitzmann wrote:
> Okay! I've created a patch for curl that adds support for loading PKCS#12
> files in the curl_darwinssl code. I tried it out with a test P12 file I made
> in Keychain Access, and it seems to work for me. Please try this out
DAPURLDesc
===
#undef doesn't work on typedef'd data structures, and LDAPURLDesc is declared
as a typedef struct on Mountain Lion's built-in libldap.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin
e, and it also passes
all of the unit tests for what it's worth.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
.
On Mac and iOS, I made it so that libcurl uses CommonCrypto to calculate
digests in the MD5 and Metalink code, so the answer is yes. The code will be
built if OpenSSL is not used.
Nick Zitzmann
<http://www.chronosnet.com/>
--
3? No. SSLv2? Use an engine that doesn't support it. Only OpenSSL and NSS
still support it these days.
>(5) Is there an option to specifically disable compression?
Yes.
Nick Zitzmann
<http://www.chronosnet.com/>
--
ith only 40- and
56-bit keys. Shouldn't we be blocking those by default?
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
ote these preprocessor directives in the previous release to be far
better, so don't worry about this. The next version of libcurl will also
support working around BEAST in iOS 7 now that Apple finally added an API for
that.
Nick Zitzmann
<http://w
I suppose you could get the cipher list with
SSL_get_cipher_list(), filter out the insecure ones, and then set the results
using SSL_CTX_set_cipher_list() unless the user provided their own cipher list.
Nick Zitzmann
<http://www.chronosnet.com/>
--
elease of libcurl 7.33.0, I updated my pre-built binaries
for iOS. Because Apple jumped from supporting three iOS architectures in Xcode
4.3 to five in Xcode 5.0, I also updated my manual build instructions to cover
the new architectures.
<http://seiryu.home.comcast.net/libcurl-ios.html&g
's
stack than for other threads, so does it help if you increase the stack size on
that thread prior to launching it (or just using less stack memory on it)?
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
in what is supposedly the
10.6.8 source code:
<https://www.opensource.apple.com/source/libsecurity_keychain/libsecurity_keychain-55017/lib/SecImportExport.c>
But I just tried it, and found out that you’re right; it won’t build due to an
undefined symbols linker error. Looks like that f
but I need to do something
> to work around it. Any ideas on settings I can use to fix this?
Does it help if you disable the BEAST workaround (set CURLOPT_SSL_OPTIONS to
CURLSSLOPT_ALLOW_BEAST)?
Nick Zitzmann
<http://www.chronosnet.com/>
--
nlock callbacks,
and assign it to your easy handle(s) using the option CURLOPT_SHARE. For the
latter, see the man pages for curl_share_init and curl_share_setopt for details.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List
or 32 bit universal framework...
>
> make: *** No rule to make target `clean'. Stop.
>
> ./MacOSX-Framework: line 85: ./configure: No such file or directory
You need to run “buildconf” first in order to build an autoconf script
(configu
ad of the repository if you haven’t already done so
2. Make, stage, and commit your change
3. Either make a push request on Github, or use “git format-patch” to make a
portable commit & send that to the list
Nick Zitzmann
<http://ww
mpression_supported":false,"unknown_cipher_suite_supported":false,"beast_vuln":false,"able_to_detect_n_minus_one_splitting":false,"insecure_cipher_suites":{},"tls_version":"TLS
1.2","rating":"Improvable”}
===
I don
ons. I
think it’s 1L by default.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
ulti_setopt(curlm, CURLMOPT_PIPELINING, 0), it's all fine. Did anyone
> see same issue?
Have you tried upgrading to a newer version? 7.22.0 is pretty ancient at this
point.
Nick Zitzmann
<http://www.chronosnet.com/>
-
uessing you got your original instructions from my Web site, so I'm
updating the page now with instructions on how to deal with this bizarre error.
I think it's caused by having Mountain Lion's command line development tools
installed under Mavericks, and it only happens when cros
fused
* Trying fe80::1...
* Connection failed
* connect to fe80::1 port 80 failed: Connection refused
* Failed to connect to localhost port 80: Connection refused
* Closing connection 0
* The cache now contains 0 members
* Expire cleared
curl: (7) Failed to connect to localhost p
efore cipher string still same issue.
>
> Is there something I am missing here??
That particular option is only supported with the GSkit and OpenSSL back-ends.
Are you using one of those two TLS back-ends?
Nick Zitzmann
<http
On Mar 26, 2014, at 2:03 AM, Daniel Stenberg wrote:
> o darwinssl: Don't omit CN verification when an IP address is used [12]
Due to this little security problem, I updated my pre-built binaries for iOS to
the latest version: <http://seiryu.home.comcast.net/libcurl-ios.html>
em with either
OpenSSL or Secure Transport. Are you able to connect to this site using some
other client, e.g. Firefox?
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
something more recent? The build I posted at
<http://seiryu.home.comcast.net/libcurl-ios.html> uses the latest version and
doesn't require OpenSSL.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://c
e this is a huge change to secure code used by millions
of people[1], and we've already learned in the past two months how a single
line in supposedly secure code can cause a huge security hole (see "goto fail"
and Heartbleed).
We ought to consider this for a future release, thou
t merging new things just prior
to the freeze, especially after "goto fail" and Heartbleed made big waves in
the media.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listin
already, since
Apple no longer includes them with their command line tools.)
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
us it has
> about 8 weeks to mature and get used by devs and curious minds before we
> include it in a public release.
The change has been pushed, with a follow-up commit from me that fixes some
lint & build warnings issued by the patch's changes. Let's start test
ibrary first? Not sure I get how this works and if eanyone cold explain I;d
> be greatful forever.
You'd best build the library separately and either statically or dynamically
link it with your project. It will save you time and sanity.
Nick Zi
ut is linked
against a later cat's libcurl, it probably won't run in Snow Leopard anyway,
since it was built with a newer deployment target.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://
line 1411 (connection
> #0)
> * STATE: WAITPERFORM => PERFORM handle 0x7fc8a2804c08; line 1424 (connection
> #0)
> * HTTP 1.1 or later with persistent connection, pipelining supported
> < HTTP/1.1 200 OK
[...]
Nick Zitzmann
<http://www.chronosnet.com/>
-
with a custom certificate bundle. I'll take a
look.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
succeeded" verbose log messages, and then submit a pull request?
Thanks!
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
oth engines use their respective systems' certificate stores.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
On Sep 4, 2014, at 8:46 AM, Vilmos Nebehaj wrote:
> Attached a patch with this fix.
I just pushed the patch. Thanks for your work on this.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.hax
S 7 & OS X 10.9), so if
these patches get merged, I can add support for it in that back-end.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
HandshakeFail on that server when that option is set. I've never seen
this happen before. It certainly doesn't happen with "mainstream" sites like
Google, Apple, etc.
Apple's bug reporter is here: <https://bugreport.apple.com/>
Nick Zitzmann
<http://www.ch
be able to share
the underlying trust data structure (which is called "SecTrustRef") with the
rest of the app. I thought about using CURLINFO_CERTINFO, which is the OpenSSL
equivalent, but since the return type is totally different, that'll break every
app th
On Jun 25, 2012, at 4:07 AM, Daniel Stenberg wrote:
> On Sun, 24 Jun 2012, Nick Zitzmann wrote:
>
>> I couldn't let Windows users have all the fun with the next major release of
>> Curl, so yesterday I added preliminary support for SecureTransport.
>
> Lovel
lability of libsecurity source code?
Go to <http://www.opensource.apple.com/>, select a version of OS X or iOS, and
scroll down until you find a package with a name starting with "Security" with
a capital S. That is where you'll find the framework source code.
The API
oking the
command line tool with an HTTPS URL.
So all I need now is a method of sharing a trust in the form of a SecTrustRef
with the outside of the library and then this is done...
Nick Zitzmann
<http://www.chronosnet.com/>
securetransport2.patch
Description:
On Jun 25, 2012, at 6:54 PM, Tim Bannister wrote:
> On 26 Jun 2012, at 01:44, Nick Zitzmann wrote:
>
>> So all I need now is a method of sharing a trust in the form of a
>> SecTrustRef with the outside of the library and then this is done...
>
> Would a callback
still be working on it, I went with this
> proposal.
In addition to implementing your suggestions, I also fixed a teensy little bug
that made non-blocking connection attempts block, and made it so that it builds
cleanly against the iOS 5.1 SDK. Daniel or Yang, please push this patch. Tack.
rvers around that use NTLM for
authentication that I could use for testing. If anyone reading this has one,
could you please help me test this (if you also have a Mac or an OS X virtual
machine) or make a server available for testing (if you don't)? Contact me
off-list.
Nick Zitzmann
<http://ww
ot public API, and
using private APIs is a great way to get your Mac or iOS app rejected from
Apple's store.
I've never written one on my own, and was going to incorporate LibTomMath until
I saw the size of that library. If anyone has any suggestions...
Nick
ndows SSL support could use
as well?
Nick Zitzmann
<http://www.chronosnet.com/>
trust.patch
Description: Binary data
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
he strings manually.
Here's a patch for your consideration...
Nick Zitzmann
<http://www.chronosnet.com/>
7-4darwinssl.patch
Description: Binary data
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:
On Jul 4, 2012, at 2:42 PM, Nick Zitzmann wrote:
> Hi Daniel/Dan/Yang:
>
> I did some more testing of my SecureTransport (aka curl_darwinssl) code
> recently, and found two things that need to be patched:
Was anyone able to review patches this week? I haven't heard back from
arc4random() is present. So I
rewrote the function Curl_darwinssl_random() so it uses arc4random() instead
and fills the buffer manually.
I generated this patch using git format-patch as Daniel requested… Can't you
tell I'm used to Subversion?
Nick Zitzmann
<http://www.chronosnet.c
n't require changes to other SSL plugins…
Oh, and I already tried implementing custom "would block reading" and "would
block writing" status codes in the functions that do socket communications, and
SecureTransport didn't know how to interpret them, so it raised errors
On Jul 9, 2012, at 1:27 PM, Nick Zitzmann wrote:
> And you would be correct; it just freezes when I try adapting the
> 10-at-a-time example code to use SSL. Oh dear.
Never mind! I have a patch for this that fixes the problem so curl_multi won't
freeze anymore. I tested it with
On Jul 16, 2012, at 8:36 PM, Nick Zitzmann wrote:
> Never mind! I have a patch for this that fixes the problem so curl_multi
> won't freeze anymore. I tested it with the 10-at-a-time example, and it
> passed this time.
I posted the patch to fix the curl_multi problem when b
to the user in a GUI app. (With
OpenSSL, this is possible by using the CURLOPT_SSL_CTX_FUNCTION feature and
evaluating the trust manually using the Security framework.)
> and nick,... thanks for the highly appreciated work!
You're welcome.
Nick Zitzmann
<http://www.chronosnet.com/>
-
cant support
> metalink ...
CommonCrypto, one of the two encryption libraries used by darwinssl, does
support generating MD5 and SHA1 and SHA256 digests. I know I wrote a function
for MD5 support; I didn't know we used the other two...
Nick Zitzmann
<ht
on while setting the deployment target to,
say, Snow Leopard, and sacrifice nothing.
Nick Zitzmann
<http://www.chronosnet.com/>
0001-lib-curl_darwinssl.c-TLS-1.1-and-1.2-support-replace.patch
Description: Binary data
--
is 64 bits wide, and I know Microsoft kept longs 32 bits wide in Win64. What's
the best way to go about fixing this? I thought about just casting that warning
out of existence, but then I thought that might cause other problems…
Nick Zitzmann
<http://www.chronosnet.com/>
-
not a library.
> Has anyone successfully built 7.27.0 with SSH support on a Mac system?
I have...
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://cu
se suggested; the man page to dlopen() suggests that the variable works on OS
X as well as on GNU/Linux.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
tion
--disable-shared, and only "installing" libssh2 so I could build libcurl. Then
I just added the two static libraries I built into the final project, along
with its dynamic library dependencies (libz, LDAP, etc.). That worked fine for
me. libssh2 can even be built as a 32/64-bit uni
patch that caused TLS/SSL
to not work under versions of OS X older than Mountain Lion.
Nick Zitzmann
<http://www.chronosnet.com/>
0001-darwinssl-Bugfix-for-previous-commit-for-older-cats.patch
Description: Binary data
---
]
> --with-darwinssl"
>
> Doing this presumably gives the benefits provided by darwinssl but also keeps
> support for SSH and SFTP.
>
> If Apple drop openssl from future Mac OSes, we could keep SFTP by building
> openssl separat
Did anyone get a chance to review this patch? I submitted it a week and a half
ago and haven't seen it in the trunk or heard back from anyone yet.
(Apologies for the top-post; the mail client I'm using at the moment does not
allow inline responses.)
Sent from my ASUS Eee Pad
Nic
ing an SSL connection
worked fine in Mountain Lion but didn't work at all in Snow Leopard. Oops.
Here's one more bug-fix patch for the trunk. Have a good weekend, all.
Nick Zitzmann
<http://www.chronosnet.com/>
0001-curl_darwinssl.c-SSL-didn-t-work-on-older-cats-if-bu.patc
to run the "otool" command against
the binary with the -L option. If the path "/usr/lib/libcurl.*.dylib" shows up,
then you're doing it wrong.
If you are using your own libcurl, did you pass the --enable-debug option to
the configu
new, and they will be a little more stable in the next release.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
ld of the product
After that, the breakpoint was hit and I was able to step through the libcurl
source code just fine. Again, you need to make absolutely sure that your
product is not accidentally being linked against OS X's libcurl, and the only
way to tell is by using the otool
uld be able to re-use connections with Digest authentication.)
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
OS X's built-in curl tool, which is at
version 7.24 under Mountain Lion, and it does not have this problem.
I hope this helps resolve the issue. And I realize how frustrating it is when a
bug-fix ends up causing a regression…
Nick Zitzmann
<http://www.chronosnet.com/>
--
uild under both platforms. I tested it, and made sure I didn't
break the build under OS X as well, and everything seems to be good now.
I also found and fixed a bug where, if SecureTransport was in use and the
server hung up, then an error was raised. Please fold this into the next point
e code against OS X's built-in
libcurl, which is version 7.24.0. Try that instead.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
it returns
CURLE_SSL_CONNECT_ERROR. That doesn't seem right to me; shouldn't it be the
other way around? Just wondering...
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/cur
, just like in the other
TLS/SSL back-ends. Please add this onto your patch.
Nick Zitzmann
<http://www.chronosnet.com/>
darwinssl_verifyhost.patch
Description: Binary data
---
List admin: http://cool.haxx.se/list/listinfo/curl-
d against an older version of the library, which you can't really
do in a cross-platform library since not every platform uses the same ABI.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/lis
you're wondering, iOS does not ship with
curl/libcurl.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
fined. Changing "data" to "conn->data" on
line 677 fixes the build.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
when using the
command line tool with the --anyauth flag, the regression is fixed. So there
are no objections here! The servers our apps deal with generally pick a single
authentication method for all paths and stick with that method.
N
On Nov 6, 2012, at 8:55 PM, huancong deng wrote:
> how can i use libcurl to sent a http delete request?
Set CURLOPT_CUSTOMREQUEST to "DELETE" in your easy handle.
> how can i add some to the http delete request??
What are you trying to accomplish?
Nick Zitzmann
<http:/
gt; variables or configuration file) to allow 2 different running instances of
> this same “simple.c” program to use different TCP ports for the HTTP request?
Of course. You could read one in from the arguments passed into the program as
well. Just plug it into the URL, or set the
ecently received block again. Log it and ACK it
again. */
[…]
libtool: link: ( cd ".libs" && rm -f "libcurlu.la" && ln -s "../libcurlu.la"
"libcurlu.la" )
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Nick Zitzmann
<http://www.chron
details you need...
>
> In addition, I didn't found a way to disable SCP (--disable-scp), did I
> missed something?
If you disable libssh2 by using the configure option --without-libssh2, then
that should turn off SCP and SFTP.
Nick Zitzmann
<http://www.chronosnet.com/>
--
pbox.com/s/q0brncyyjguiktr/Screen%20Shot%202012-11-20%20at%207.50.06%20PM.png>
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
things that llvm-gcc
didn't notice. Please consider this patch for the next point release. Thanks.
Nick Zitzmann
<http://www.chronosnet.com/>
0001-darwinssl-Fix-implicit-conversion-compiler-warnings.patch
Description:
nd if they aren't, then we use the old
and deprecated (but working) method of disabling peer verification. I and the
person who contacted me off-list tested this, and it works for us, so please
consider this for the next release.
Nick Zitzmann
<http://www.chronosnet.com/>
0001-darwins
ed
at winbuild/BUILD.WINDOWS.txt. Shouldn't these two documents be merged, or
should docs/INSTALL point to the other document?
Nick Zitzmann
<http://www.chronosnet.com/>
0001-Added-documentation-for-the-with-darwinssl-option-av.patc
d6fe]
Is there anything I can do to help resolve the issue, and if so, then how can I
help?
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
ails that were
> recorded!
Hope this helps then!
Nick Zitzmann
<http://www.chronosnet.com/>
log254.tar.gz
Description: GNU Zip compressed data
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: h
server, read zero
> 11:04:30.683660 Exited from sysread_or_die() at ./ftpserver.pl line 417.
> FTP-IPv6 server, read zero
But it started happening once the change was made; that test used to pass.
Would it help if I ran all tests and then submitted what was logged prior to
th
On Jan 21, 2013, at 6:33 PM, Nick Zitzmann wrote:
> But it started happening once the change was made; that test used to pass.
> Would it help if I ran all tests and then submitted what was logged prior to
> the stall?
Well, I did it anyway, and according to trace254 it appears t
noticed that I'm thanked twice in the release notes. I don't know
whether that's a typo or I'm special for some reason. ;) I'm guessing it's the
former…
Nick Zitzmann
<http://www.chronosnet.com/>
0001-FAQ-Darwinssl-is-
eturns the number of bytes it sent off prior to the EAGAIN
occurring. And now I'm wondering why the OpenSSL code doesn't do this. Anyway,
the sample project you created works for me after the patch. Does it work as
expected in your project now?
Nick Zitzmann
<http
l-upload-bug -- not
> sure how you guys feel about it so lemme know if I should take it down and
> just zip the contents.
Bruno, thanks for finding that, you can take it down now.
And, for Daniel, here is the final check-in with the fix. Please consider it
for the trunk
f
PASV and PORT. I looked at ftp.c and it appears they are supported, but they're
not being used on my system for some reason.
2. Should the faux server be returning an IPv6 address in its PASV response? It
seems to me that it should only ever return an IPv4 address…
Nick Z
ould be able to reproduce the problem.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
On Jan 31, 2013, at 4:39 PM, Daniel Stenberg wrote:
> Okay, my suggested fix is here. It cleans up the code a bit and works fine
> for me. I believe it will fix the 254 bug for you.
Thanks! I can verify that this patch fixes tests 254 and 255 for me.
Nick Zitzmann
<http://www.chron
client to connect to
the server? Are you using implicit or explicit FTP-SSL? (There's a difference.)
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
this happening in the code in the trunk, or in a released version, or
in Apple's shared libcurl library? If it's anything but the trunk, can you
build the trunk and test that? There has been a lot of changes in the trunk
since the last point release of libcur
thing. If you can't get accurate connection
transcripts, you may need to use a man-in-the-middle proxy to decode the
connections… Obviously TLS/SSL connection debugging is not as easy as
clear-text connection debugging.
Nick Zitzmann
<http://www.chronosnet.com/>
to things as well as the
compilers. It should still work under older versions of Xcode.
Nick Zitzmann
<http://www.chronosnet.com/>
0002-MacOSX-Framework-Updated-for-Xcode-4.0-and-later.patch
Description: Binary data
---
axTLS does not support
SSLv3. Hopefully they won't cause parsing problems when converting to HTML for
the Web site…
Nick Zitzmann
<http://www.chronosnet.com/>
0001-FEATURES-More-NTLM-and-SSL-changes-added-two-others-.patch
Descript
dded to the back-end one day
that happens to support SSLv2, and then that statement would be completely
incorrect instead of just outdated.
Nick Zitzmann
<http://www.chronosnet.com/>
---
List admin: http://cool.haxx.se/list
1 - 100 of 175 matches
Mail list logo