Search
Items tagged with: curl
gssapi: make channel binding conditional on GSS_C_CHANNEL_BOUND_FLAG by devdattatalele · Pull Request #19164 · curl/curl
Fixes #19109 Problem GSSAPI authentication fails on macOS when curl is built with --with-openssl and --with-gssapi, producing the error: gss_init_sec_context() failed: An unsupported mechanism was ...GitHub
yeah, in the #curl case I hope and wish that the people making the curl packages for distros (or build curl for other purposes) do the reproducible check - so that they know for sure that the one doing the curl releases didn't smuggle anything in. It also usually also requires that a few people do it and can trigger the alarm if they would find something odd.
At least we make it possible.
I took the liberty to polish the #curl Wikipedia page a little. Give it a look and see what more we can improve there.
On a personal note: my last perl-programming was 1998 - therefore I won't make any promises what I might or might not be able to contribute in my spare time or how long it would take.
One way we work on making #curl code safer (with fewer mistakes) is by using more helper functions and fewer direct calls to *alloc() and mem/strcpy().
Since reported vulnerabilities generally are really old, we can't know yet for several years if it actually has the desired effect.
I plot the memory call density to see how it goes.
I just learned TIOBE has a "quality indicator" and #curl is ranked D out of an A to F scale where A is best.
No further comments on that.
ticsdemo.tiobe.com/tiobeweb/DE…()&metric=tqi
Hello people involved in distros and/or CVEs! Is CSAF something you care about? Should projects such as #curl bother about it and perhaps even provide CVE data in this format?
Unfortunately, the Chinese version of the Everything #curl book that launched five years ago is no longer available for purchase on Amazon.
daniel.haxx.se/blog/2020/10/29…
Everything curl in Chinese
The other day we celebrated everything curl turning 5 years old, and not too long after that I got myself this printed copy of the Chinese translation in my hands! This version of the book is available for sale on Amazon and the translation was done …daniel.haxx.se
The other day we had our first ever chained AI tool success on the #curl factory floor:
- tool A found a possible flaw in code and reported it.
- using the plain English description from tool A, tool B could create a reproducible by itself that verified the finding
The sense of magic is strong in this.
Now us poor humans need to fix it. The AIs are still really lousy at writing patches.
if your product/service relies on #curl, consider taking our release candidate 3 on a spin and make sure no regression have slipped in!
"At Netflix we run a fleet of thousands of servers and we use #curl to transfer large amounts of data"
I think "large" in this context might be larger than in some other contexts.
Recognition - with Daniel Stenberg. A walk-through of awards, recognition and the medals Daniel has received during the years doing #curl and Open Source.
youtu.be/GwG0-eO4ZsQ?si=2av7Kb…
Recognition - with Daniel Stenberg
A walk-through of awards, recognition and the medals Daniel has received during the years doing curl and Open Source.YouTube
Was just using #curl to help debug some network configuration issues with a client.
Realised we'd need to fake a hostname mapping to a specific IP, as we haven't set up the DNS aliases yet.
And, because it's curl, not only is there a way to do it, there's several well documented options!
everything.curl.dev/usingcurl/…
Thanks, curl team!
Name resolve tricks - everything curl
everything there is to know about curl, libcurl and the cURL projecteverything.curl.dev
Official curl Windows packages now include trurl · curl trurl · Discussion #408
At: https://curl.se/windows/ Starting with 8.16.0_11. It's experimental. More details: #375 (comment)GitHub
pop3: fix CAPA response termination detection by thebitbrine · Pull Request #19245 · curl/curl
Fixes #19228 The current code checks if a line starts with . which doesn't match the RFC spec. Per RFC 2449, the CAPA response terminator is a line containing only a single dot (plus CRLF). Whi...GitHub
tool_cfgable: Bug fix for double free by CheckScope · Pull Request #19214 · curl/curl
🧠 Summary Fixes a double free in free_config_fields() . 🔍 Details Double free bug in src/tool_cfgable.c. At lines 104–105 and 187–188, config->proto_str and config->proto_redir_str are each ...GitHub
vtls: Remove call to PKCS12_PBE_add() by botovq · Pull Request #19201 · curl/curl
Curl is one of the last callers of PKCS12_PBE_add(). It has been a noop since OpenSSL 0.9.8k (2006) stubbed it out when moving the built-in PBE algorithms to a static table: openssl/openssl@b8f702aGitHub
I have had multiple persons tell me recently that they truly hesitated and made really sure they didn't submit slop before they filed their first security reports to #curl.
Meaning: public shaming seems to at least partially work. Banning, taunting and ridiculing the fools works as a reminder for people to maybe think again and make sure.
== less wasted time for us.
#curl on 110 operating systems
daniel.haxx.se/blog/2025/10/23…
On 110 operating systems
In November 2022, after I had been keeping track and adding names to this slide for a few years already, we could boast about curl having run on 89 different operating systems and only one year later we celebrated having reached 100 operating systems…daniel.haxx.se
#curl gets some of the worst #AIslop "vulnerabilities" reported to it via Hackerone: Here we have a fake 90s exploit assuming executable stack and x86 arch. Someone seriously passing this as their own research is stupid beyond belief.
curl disclosed on HackerOne: Use of Deprecated strcpy() with...
Discovery Method Step 1: Initial Security Scan ``` # Find all files using dangerous string functions find src/ -name "*.c" -exec grep -l "strcpy\|strcat\|sprintf\|gets" {} \; # OUTPUT: #...HackerOne
psl: add versioned public suffix list updates [ci skip] · curl/curl-for-win@a987219
Replacing the public suffix list bundled with libpsl. The original promise / expectation was that libpsl sees regular updates, and a psl update with it, but the latest release is soon to be 2 year...GitHub
AIxCC #curl details
daniel.haxx.se/blog/2025/10/22…
AIxCC curl details
At the AIxCC competition at DEF CON 33 earlier this year, teams competed against each other to find vulnerabilities in provided Open Source projects by using (their own) AI powered tools.daniel.haxx.se
curl disclosed on HackerOne: Buffer Overflow in WebSocket Handshake...
## Summary: Buffer overflow vulnerability in curl's WebSocket implementation due to unsafe use of strcpy() in the handshake process. The vulnerability is located at lib/ws.c:1287 where...HackerOne
I would of course never get any medals or recognition at all from anyone without the awesome friends and people in the Open Source universe.
I try to lead by example but I and #curl would not be where we are without the thousands of contributors.
I accept this medal, but know that you all helped me get it.
Thank you all. Let's improve the world, bit by bit the way we know.