<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/curl_setup.h, branch bagder/test493-https</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>define: remove CURL_DISABLE_NTLM ifdefs</title>
<updated>2021-03-29T12:43:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-28T21:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=33ba0ecf482302b9906d9f6c4c1ab4fb2b2a3ef3'/>
<id>33ba0ecf482302b9906d9f6c4c1ab4fb2b2a3ef3</id>
<content type='text'>
It was never defined anywhere. Fixed disable-scan (test 1165) to also
scan headers, which found this issue.

Closes #6809
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was never defined anywhere. Fixed disable-scan (test 1165) to also
scan headers, which found this issue.

Closes #6809
</pre>
</div>
</content>
</entry>
<entry>
<title>config: fix detection of restricted Windows App environment</title>
<updated>2021-03-15T16:01:18+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2021-03-04T21:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=71529574215190baa15e49e0f825aed79e6566d4'/>
<id>71529574215190baa15e49e0f825aed79e6566d4</id>
<content type='text'>
Move the detection of the restricted Windows App environment
in curl_setup.h before the definition of USE_WIN32_CRYPTO
via included config-win32.h in case no build system is used.

Reviewed-by: Marcel Raad

Part of #6277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the detection of the restricted Windows App environment
in curl_setup.h before the definition of USE_WIN32_CRYPTO
via included config-win32.h in case no build system is used.

Reviewed-by: Marcel Raad

Part of #6277
</pre>
</div>
</content>
</entry>
<entry>
<title>config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T</title>
<updated>2021-03-11T09:11:56+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-08T11:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=78f642ffab9a703bb23e4d9ddb1abe582f14eb62'/>
<id>78f642ffab9a703bb23e4d9ddb1abe582f14eb62</id>
<content type='text'>
Make the code consistently use a single name for the size of the
"curl_off_t" type.

Closes #6702
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the code consistently use a single name for the size of the
"curl_off_t" type.

Closes #6702
</pre>
</div>
</content>
</entry>
<entry>
<title>vtls: initial implementation of rustls backend</title>
<updated>2021-02-09T10:06:18+00:00</updated>
<author>
<name>Jacob Hoffman-Andrews</name>
<email>github@hoffman-andrews.com</email>
</author>
<published>2020-12-13T07:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=246399a8745369b63cad53ea189a5205f237fa31'/>
<id>246399a8745369b63cad53ea189a5205f237fa31</id>
<content type='text'>
This adds a new TLS backend, rustls. It uses the C-to-rustls bindings
from https://github.com/abetterinternet/crustls.

Rustls is at https://github.com/ctz/rustls/.

There is still a fair bit to be done, like sending CloseNotify on
connection shutdown, respecting CAPATH, and properly indicating features
like "supports TLS 1.3 ciphersuites." But it works well enough to make
requests and receive responses.

Blog post for context:
https://www.abetterinternet.org/post/memory-safe-curl/

Closes #6350
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new TLS backend, rustls. It uses the C-to-rustls bindings
from https://github.com/abetterinternet/crustls.

Rustls is at https://github.com/ctz/rustls/.

There is still a fair bit to be done, like sending CloseNotify on
connection shutdown, respecting CAPATH, and properly indicating features
like "supports TLS 1.3 ciphersuites." But it works well enough to make
requests and receive responses.

Blog post for context:
https://www.abetterinternet.org/post/memory-safe-curl/

Closes #6350
</pre>
</div>
</content>
</entry>
<entry>
<title>file: Support unicode urls on windows</title>
<updated>2021-02-09T07:45:51+00:00</updated>
<author>
<name>Stephan Szabo</name>
<email>stephan.szabo@sony.com</email>
</author>
<published>2021-01-20T18:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1269c80af1dc45c3cee1dbbc76270ac7c7d6f1c3'/>
<id>1269c80af1dc45c3cee1dbbc76270ac7c7d6f1c3</id>
<content type='text'>
Closes https://github.com/curl/curl/pull/6501
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/curl/curl/pull/6501
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver use</title>
<updated>2020-11-26T16:26:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-11-26T16:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d6ced230fe180588aee19ef2daf1ee55bc8de6d3'/>
<id>d6ced230fe180588aee19ef2daf1ee55bc8de6d3</id>
<content type='text'>
... so don't define it when instructed to use c-ares!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... so don't define it when instructed to use c-ares!
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: add compatibility for Amiga and GCC 6.5</title>
<updated>2020-11-20T22:36:51+00:00</updated>
<author>
<name>Oliver Urbann</name>
<email>oliver.urbann@tu-dortmund.de</email>
</author>
<published>2020-11-18T18:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0d16a49c16a868524a3e51d390b5ea106ce9b51c'/>
<id>0d16a49c16a868524a3e51d390b5ea106ce9b51c</id>
<content type='text'>
Changes are mainly reordering and adding of includes required
to compile with a more recent version of GCC.

Closes #6220
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes are mainly reordering and adding of includes required
to compile with a more recent version of GCC.

Closes #6220
</pre>
</div>
</content>
</entry>
<entry>
<title>curl.se: new home</title>
<updated>2020-11-04T22:59:47+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-11-04T13:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4d2f8006777d6354d9b62eae38ebd0a0256d0f94'/>
<id>4d2f8006777d6354d9b62eae38ebd0a0256d0f94</id>
<content type='text'>
Closes #6172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6172
</pre>
</div>
</content>
</entry>
<entry>
<title>symbian: drop support</title>
<updated>2020-09-22T13:14:12+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-21T12:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3d64031fa7a80ac4ae3fd09a5939196268b92f81'/>
<id>3d64031fa7a80ac4ae3fd09a5939196268b92f81</id>
<content type='text'>
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.

The public headers are unmodified.

Closes #5989
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.

The public headers are unmodified.

Closes #5989
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: drop support for WinSock version 1, require version 2</title>
<updated>2020-09-02T14:30:39+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-08-30T10:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3e4b32a3e1250d49bd0e45a35b3a08a2f4d07d8f'/>
<id>3e4b32a3e1250d49bd0e45a35b3a08a2f4d07d8f</id>
<content type='text'>
IPv6, telnet and now also the multi API require WinSock
version 2 which is available starting with Windows 95.

Therefore we think it is time to drop support for version 1.

Reviewed-by: Marcel Raad
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Reviewed-by: Viktor Szakats

Follow up to #5634
Closes #5854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IPv6, telnet and now also the multi API require WinSock
version 2 which is available starting with Windows 95.

Therefore we think it is time to drop support for version 1.

Reviewed-by: Marcel Raad
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Reviewed-by: Viktor Szakats

Follow up to #5634
Closes #5854
</pre>
</div>
</content>
</entry>
</feed>
