You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upstream Rustls project changed the ServerConnection's sni_hostname function to be named server_name. See rustls/rustls@9b8fa40.
I think it makes sense to duplicate this change in the rustls-ffi API, changing rustls_server_connection_get_sni_hostname to be rustls_server_connection_get_server_name. I think its clearer to match upstream and it would also be consistent with existing fns like rustls_accepted_server_name.
The upstream Rustls project changed the
ServerConnection
'ssni_hostname
function to be namedserver_name
. See rustls/rustls@9b8fa40.I think it makes sense to duplicate this change in the rustls-ffi API, changing
rustls_server_connection_get_sni_hostname
to berustls_server_connection_get_server_name
. I think its clearer to match upstream and it would also be consistent with existing fns likerustls_accepted_server_name
.Something like this: cpu@c68e826
The text was updated successfully, but these errors were encountered: