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
Tie lifetime of valid_dns_names/valid_uri_names to struct lifetime
Return &'a str instead of &str to explicitly tie the lifetime of the
returned string references to the 'a lifetime of the Cert struct,
since the strings are derived from the certificate data.
0 commit comments