Replies: 3 comments
-
I think once rustls has changed its minimum version, we will update the minimum version of rustls. For now, you can fix this for your project by running |
Beta Was this translation helpful? Give feedback.
-
thx, I have another question, I find that in mr #2675 removed the native-tls, and replace by rustls, why do that, does rustls is reliable than native-tls, I'm confused which one to use is the best choose. can you give some suggestions for me, very thx ... |
Beta Was this translation helpful? Give feedback.
-
Answered in #2675 |
Beta Was this translation helpful? Give feedback.
-
https://rustsec.org/advisories/RUSTSEC-2023-0052.html rustsec report one risk on webpki, and webpki fix it in latest version https://github.com/rustls/webpki/releases/tag/v%2F0.101.4
should aws-smithy-client care about this risk and update webpki which used by rustls ( although rustls has not update webpki for now)
Beta Was this translation helpful? Give feedback.
All reactions