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
TlsAcceptor::new accepts a file and a password as parameters. It goes against the constructor in the origin native-tls crate where it accepts Identity. Due to Identity is encapsulated from_pkcs8 method is missed.
I think this crate should extend the origin one, not override it.
Could you align API of both crates one to one? Or add other possibility to use from_pkcs8 method?
The text was updated successfully, but these errors were encountered:
TlsAcceptor::new
accepts a file and a password as parameters. It goes against the constructor in the originnative-tls
crate where it acceptsIdentity
. Due toIdentity
is encapsulatedfrom_pkcs8
method is missed.I think this crate should extend the origin one, not override it.
Could you align API of both crates one to one? Or add other possibility to use
from_pkcs8
method?The text was updated successfully, but these errors were encountered: