sfackler / rust-native-tls

Apache License 2.0
471 stars 195 forks source link

Implement bindings to only use supplied root certificates for validating the server #160

Closed cyang1 closed 4 years ago

cyang1 commented 4 years ago

Implements a way to distrust the system cert store on all backends.

Closes #41.

cyang1 commented 4 years ago

@sfackler would you have a chance to take another look at this?

sfackler commented 4 years ago

Thanks!

vasishath commented 2 years ago

On android, the system certificates are still loaded even if this flag is set to true since the function loading android system certificates is called later.