aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

customize roots

Open flisky opened this issue 1 year ago • 1 comments
trafficstars

Describe the feature

There're three ways in hyper-rustls to customize roots:

  • rustls-native-certs
  • webpki-roots
  • rustls-platform-verifier

aws-smithy-experimental only uses rustls-native-certs, but rustls-native-certs doesn't work on ios & android. And there's no way to customize?

refer: #575

Use Case

upgrade to hyper 1.x and use aws-sdk on mobile platforms

Proposed Solution

Add more feature flags to choose cert providers?

Other Information

No response

Acknowledgements

  • [X] I may be able to implement this feature request
  • [ ] This feature might incur a breaking change

A note for the community

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue, please leave a comment

flisky avatar Jul 11 '24 11:07 flisky