IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












The I in LLM stands for intelligence | daniel.haxx.se  

4users  
daniel.haxx.se  


I have held back on writing anything about AI or how we (not) use AI for development in the curl factory. Now I cant hold back anymore. Let me show you the most significant effect of AI on curl as of today  with examples. Bug Bounty Having a bug bounty means that we offer real money in rewards to hackers who report security problems. The chance of money attracts a certain amount of luck seekers




 

2024/01/03 18:58
 



 

















Making it harder to do wrong | daniel.haxx.se  

3users  
daniel.haxx.se  


You know I spend all my days working on curl and related matters. I also spend a lot of time thinking on the project; like how we do things and how we should do things. The security angle of this project is one of the most crucial ones and an area where I spend a lot of time and effort. Dealing with and assessing security reports, handling the verified actual security vulnerabilities and waiving o




 

2023/12/14 16:27
 



 











How I made a heap overflow in curl | daniel.haxx.se  

43users  
daniel.haxx.se  


In association with the release of curl 8.4.0, we publish a security advisory and all the details for CVE-2023-38545. This problem is the worst security problem found in curl in a long time. We set it to severity HIGH. While the advisory contains all the necessary details. I figured I would use a few additional words and expand the explanations for anyone who cares to understand how this flaw work




 

2023/10/11 15:12
 











 











curl 8.4.0 | daniel.haxx.se  

23users  
daniel.haxx.se  


We cut the release cycle short and decided to ship this release now rather than later because of the heap overflow issue we found. Release presentation Numbers the 252nd release 3 changes 28 days (total: 9,336) 136 bug-fixes (total: 9,551) 216 commits (total: 31,158) 1 new public libcurl function (total: 93) 0 new curl_easy_setopt() option (total: 303) 1 new curl command line option (total: 258) 4




 

2023/10/11 15:11
 







 











Bogus CVE follow-ups | daniel.haxx.se  

8users  
daniel.haxx.se  


On August 26 I posted details here on my blog about the bogus curl issue CVE-2020-19909. Luckily, it got a lot of attention and triggered discussions widely. Maybe I helped shed light on the brittleness of this system. This was not a unique instance and it was not the first time it happened. This has been going on for years. For example, the PostgreSQL peeps got a similarly bogus CVE almost at the




 

2023/09/06 12:51
 



 











CVE-2020-19909 is everything that is wrong with CVEs | daniel.haxx.se  

27users  
daniel.haxx.se  


This is a story consisting of several little building blocks and they occurred spread out in time and in different places. It is a story that shows with clarity how our current system with CVE Ids and lots of power given to NVD is a completely broken system. CVE-2020-19909 On August 25 2023, we got an email to the curl-library mailing list from Samuel Henrique that informed us that someone had r




 

2023/08/26 12:14
 











 











curl 8.1.0  http2 over proxy | daniel.haxx.se  

3users  
daniel.haxx.se  


We are back with the first release since that crazy March day when we did two releases on the same day. First 8.0.0 shipped that bumped the major version for the first time in decades. Then curl 8.0.1 followed just hours after, due to a serious mess-up in the factory lines. Release video presentation Numbers the 217th release 3 changes 58 days (total: 9,189) 185 bug-fixes (total: 9,006) 322 commit




 

2023/05/17 15:43
 













curl 8 is faster | daniel.haxx.se  

8users  
daniel.haxx.se  


First: performance is tricky and bechmarking even more so. I will talk some numbers in this post but of course they are what I have measured for my specific tests on my machine. Your numbers for your test cases will be different. Over the last six months or so, curl has undergone a number of refactors and architectural cleanups. The primary motivations for this have been to improve the HTTP/3 supp




 

2023/04/29 00:16
 





 











deleting system32\curl.exe | daniel.haxx.se  

5users  
daniel.haxx.se  


Let me tell you a story about how Windows users are deleting files from their installation and as a consequence end up in tears. Background The real and actual curl tool has been shipped as part of Windows 10 and Windows 11 for many years already. It is called curl.exe and is located in the System32 directory. Microsoft ships this bundled with its Operating system. They get the code from the curl




 

2023/04/24 21:01
 



 











curl 8.0.0 is here | daniel.haxx.se  

17users  
daniel.haxx.se  


Exactly one month since the previous release, we are happy to give you curl 8.0.0 released on curls official 25th birthday. This a major version number bump but without any ground-breaking changes or fireworks. We decided it was about time to reset the minor number down to more a manageable level and doing it exactly on curls 25th birthday made it extra fun. There is no API nor ABI break in this




 

2023/03/20 19:16
 





 











twenty-five years of curl | daniel.haxx.se  

3users  
daniel.haxx.se  


Time flies when you are having fun. Today is curls 25th birthday. The curl project started out very humbly as a small renamed URL transfer tool that almost nobody knew about for the first few years. It scratched a personal itch of mine, Me back then I made that first curl release and Ive packaged every single release since. The day I did that first curl release I was 27 years old and I worked as




 

2023/03/20 14:06
 













89 operating systems | daniel.haxx.se  

28users  
daniel.haxx.se  


I occasionally do talks about curl. In these talks I often include a few slides that say something abut curls coverage and presence on different platforms. Mostly to boast of course, but also to help explain to the audience how curl has manged to reach its ten billion installations. This is current incarnation of those seven slides in November 2022. I am of course also eager to get your feedback




 

2022/11/26 09:19
 









 











Considering C99 for curl | daniel.haxx.se  

3users  
daniel.haxx.se  


tldr: we stick to C89 for now. The curl project builds on foundations that started in late 1996 with the tool named httpget. ANSI C became known as C89 In 1996 there were not too many good alternatives for making a small and efficient command line tool for doing Internet transfers. I am not saying that C was the only available language, but for me the choice was easy and frankly I did not even thi




 

2022/11/18 23:08
 













http://http://http://@http://http://?http://#http:// | daniel.haxx.se  

18users  
daniel.haxx.se  


http://http://http://@http://http://?http://#http:// The other day I sent out this tweet As it took off, got an amazing attention and I received many different comments and replies, I felt a need to elaborate a little. To add some meat to this. Is this string really a legitimate URL? What is a URL? How is it parsed? http://http://http://@http://http://?http://#http:// curl Lets start with curl. I




 

2022/09/09 02:02
 













 











LogJ4 Security Inquiry  Response Required | daniel.haxx.se  

21users  
daniel.haxx.se  


On Friday January 21, 2022 I received this email. I tweeted about it and it took off like crazy. The email comes from a fortune-500 multi-billion dollar company that apparently might be using a product that contains my code, or maybe they have customers who do. Who knows? My guess is that they do this for some compliance reasons and they forgot that their open source components are not automatic




 

2022/01/25 08:20
 















 











curl 7.75.0 is smaller | daniel.haxx.se  

4users  
daniel.haxx.se  


Theres been another 56 day release cycle and heres another curl release to chew on! Release presentation Numbers the 197th release 6 changes 56 days (total: 8,357) 113 bug fixes (total: 6,682) 268 commits (total: 26,752) 0 new public libcurl function (total: 85) 1 new curl_easy_setopt() option (total: 285) 2 new curl command line option (total: 237) 58 contributors, 30 new (total: 2,322) 31 auth




 

2021/08/30 12:40
 













curl is 23 years old today | daniel.haxx.se  

91users  
daniel.haxx.se  


curls official birthday was March 20, 1998. That was the day the first ever tarball was made available that could build a tool named curl. I put it together and I called it curl 4.0 since I kept the version numbering from the previous names I had used for the tool. Or rather, I bumped it up from 3.12 which was the last version I used under the previous name: urlget. Of course curl wasnt created




 

2021/03/20 19:46
 



















 











half of curls vulnerabilities are C mistakes | daniel.haxx.se

10users  
daniel.haxx.se  


I spent a lot of time and effort digging up the numbers and facts for this post! Lots of people keep referring to the awesome summary put together by a friendly pseudonymous Tim which says that 53 out of 95 (55.7%) security flaws in curl couldve been prevented if curl had been written in Rust. This is usually in regards to discussions around how insecure C is and what to do about it. Ive blo




 

2021/03/09 20:17
 















rust in curl with hyper | daniel.haxx.se  

27users  
daniel.haxx.se  


tldr: work has started to make Hyper work as a backend in curl for HTTP. curl and its data transfer core, libcurl, is all written in C. The language C is known and infamous for not being memory safe and for being easy to mess up and as a result accidentally cause security problems. At the same time, C compilers are very widely used and available and you can compile C programs for virtually every o




 

2020/10/10 02:56
 







 











curl write-out JSON | daniel.haxx.se  

27users  
daniel.haxx.se  


This is not a command line option of the week post, but I feel a need to tell you a little about our brand new addition! --write-out [format] This option takes a format string in which there are a number of different variables available that lets a user output information from the previous transfer. For example, you can get the HTTP response code from a transfer like this: curl -w 'code: %{resp




 

2020/03/18 15:32
 







 











First HTTP/3 with curl | daniel.haxx.se  

25users  
daniel.haxx.se  


In the afternoon of August 5 2019, I successfully made curl request a document over HTTP/3, retrieve it and then exit cleanly again. (It got a 404 response code, two HTTP headers and 10 bytes of content so the actual response was certainly less thrilling to me than the fact that it actually delivered that response over HTTP version 3 over QUIC.) The components necessary for this to work, if you wa




 

2019/08/06 08:46
 









 











Google to reimplement curl in libcrurl | daniel.haxx.se  

21users  
daniel.haxx.se  


Not the entire thing, just a subset. Its not stated very clearly exactly what that subset is but the easy interface is mentioned in the Chrome bug about this project. What? The Chromium bug states that they will create a library of their own (named libcrurl) that will offer (parts of) the libcurl API and be implemented using Cronet. Cronet is the networking stack of Chromium put into a library




 

2019/06/19 19:49
 





























README | HTTP/3 explained  

52users  
daniel.haxx.se  


HTTP/3 explained is a collaborative effort to document the HTTP/3 and the QUIC protocols. Join in and help! Get the Web or PDF versions on http3-explained.haxx.se. The contents get updated automatically on every commit to this git repository.



 

2018/11/27 13:03
 













 











Im leaving Mozilla | daniel.haxx.se  

10users  
daniel.haxx.se  


Its been five great years, but now it is time for me to move on and try something else. During these five years Ive met and interacted with a large number of awesome people at Mozilla, lots of new friends! I got the chance to work from home and yet work with a global team on a widely used product, all done with open source. I have worked on internet protocols during work-hours (in addition to my




 

2018/11/19 10:21
 













HTTP/3 | daniel.haxx.se  

141 users  
daniel.haxx.se  


The protocol thats been called HTTP-over-QUIC for quite some time has now changed name and will officially become HTTP/3. This was triggered by this original suggestion by Mark Nottingham. The QUIC Working Group in the IETF works on creating the QUIC transport protocol. QUIC is a TCP replacement done over UDP. Originally, QUIC was started as an effort by Google and then more of a HTTP/2-encrypte




 

2018/11/12 06:26
 

















 











libcurl gets a URL API | daniel.haxx.se  

3users  
daniel.haxx.se  


libcurl has done internet transfers specified as URLs for a long time, but the URLs youd tell libcurl to use would always just get parsed and used internally. Applications that pass in URLs to libcurl would of course still very often need to parse URLs, create URLs or otherwise handle them, but libcurl has not been helping with that. At the same time, the under-specification of URLs has led to a




 

2018/09/10 11:55
 







 











administrative purgatory | daniel.haxx.se  

3users  
daniel.haxx.se  


your case is still going through administrative processing and we dont know when that process will be completed. Last year I was denied to go to the US when I was about to travel to San Francisco. Me and my employers legal team never got answers as to why this happened so Ive personally tried to convince myself it was all because of some human screw-up. Because why would they suddenly block me?




 

2018/07/29 16:03
 





 











Inside Firefoxs DOH engine | daniel.haxx.se  

6users  
daniel.haxx.se  


DNS over HTTPS (DOH) is a feature where a client shortcuts the standard native resolver and instead asks a dedicated DOH server to resolve names. Compared to regular unprotected DNS lookups done over UDP or TCP, DOH increases privacy, security and sometimes even performance. It also makes it easy to use a name server of your choice for a particular application instead of the one configured globall




 

2018/06/04 11:32
 



 











My night at the museum | daniel.haxx.se  

3users  
daniel.haxx.se  


I arrived at the Technical Museum in Stockholm together with my two kids just a short while before 17:30. A fresh, cool and clear autumn evening. For this occasion I had purchased myself a brand new suit as I hadnt gotten one since almost twenty years before this and it had been almost that long since I last wore it. I went for a slightly less conservative purple colored shirt with the dark suit.




 

2017/10/21 08:47
 










 




























 

Daniel Stenberg - daniel.haxx.se  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x