#curl CVEs as JSON, an update: curl.se/mail/lib-2023-05/0006.…
I consider this pretty thorough...
Hi, Just a one-line commit that disables pacing in the quiche library as currently curl does not perform pacing when sending the QUIC packets. When pacing is enabled, quiche assumes that packet are...GitHub
All existing #curl CVEs are now available as #JSON: curl.se/docs/vuln.json
All individual issues are also available as JSON, like for example CVE-2023-27538 like this: curl.se/docs/CVE-2023-27538.js…
Enjoy!
Generate and provide CVE information in JSON format Sample: vuln.txt Interested in feedback on all details of this.GitHub
It makes support for IPv4-mapped IPv6 addresses. IPV6_V6ONLY refs: https://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses https://github.com/golang/go/blob/master/src/net/ipsock_posix.go htt...GitHub
Daniel Stenberg's keynote at the Openforum Europe event "Open Source Driving the European Digital Decade" on April 18, 2023www.slideshare.net
I'll bring some #curl stickers to the open forum event tomorrow as well. If you see me there, ask me for one. I'll keynote.
openforumeurope.org/event/oss-…
Due to high demand to participate, we only accept registrations for in-person to a waiting list. The event will be live streamed. On 18 April, 2023, OpenForum Europe, the Swedish […]OpenForum Europe
Fix minor grammar mistake in libcurl docsGitHub
For trying HTTP/2 with an HTTPS proxy.GitHub
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP...GitHub
Again NVD lists the wrong info for a #curl advisory in nvd.nist.gov/vuln/detail/CVE-2… which now has the ripple effect that #Debian also lists the wrong versions as affected, in security-tracker.debian.org/tr…
I wish more orgs just read our canonical sources instead.
Great documentation!
Are there planned EOLs for older #curl versions? If so, having these information here might be useful for others: endoflife.date/
What do you think?
Check end-of-life, support schedule, and release timelines for more than 200 products at one place.endoflife.date
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
Curl_http2_strerror was renamed to http2_strerror in 05b100aee247bb9bec8e9a1b0166496aa4248d1c and then http2_strerror was removed in 5808a0d0f5ea0399d4a2a22285f78c66f302c173 This also fixes the fo...GitHub
This change fixed #10905 for me. curl is compiled with mbedTLS. The change was briefly tested with https://github.com/SuperIlu/DOStodon and seems to work.GitHub
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
Join us to hear from QUIC expert Stefan Eissing, and cURL founder and lead developer Daniel Stenberg and learn about all things QUIC.Zoom
Bloomberg sponsors curl with 10K USD
url: mastodon.social/@bagder/110102…
discussions: news.ycombinator.com/item?id=3…
48 minutes ago|26 points|3 comments
summary: Bloomberg has donated $10,000 to sponsor #curl, according to a tweet by daniel:// stenberg://.
This pull request adds support for building against AWS-LC. AWS-LC is a BoringSSL/OpenSSL derivative. For more information see https://github.com/awslabs/aws-lc/ This is my first PR into curl - pl...GitHub
Some IP camera send malformed RTSP interleaved frames sometimes, which can cause curl_easy_perform return 1 (CURLE_UNSUPPORTED_PROTOCOL). This commit attempts to skip clearly incorrect RTSP interle...GitHub
tests/httpd was renamed to tests/http in #10654. This patch updates some references in the READMEGitHub
Merging pull-requests. mostly my own but also a few others. Merged a few pull-requests into the website and some talks about docs and how the website is done...YouTube
I'm Daniel Stenberg, maintainer and lead developer in the curl project. I stream curl related stuff. Release presentations, curl development and related topics.Twitch
The real xdg config path is $XDG_CONFIG_HOME/curlrc, without the dot. The dotless name seems preferable, so let's match the documentation to the behavior. curl 8.0.1 doesn't seem to care about $XD...GitHub