[Fix] Harden MTP codec, transport, and SDK security
This commit is contained in:
parent
188caf56cc
commit
a7e804c603
73 changed files with 11892 additions and 5756 deletions
|
|
@ -29,8 +29,9 @@ pub use mtp_codec::registry::Registry;
|
|||
|
||||
#[cfg(feature = "crypto")]
|
||||
pub use config::{
|
||||
AuthenticationPolicy, CompleteRegister, FindRegisteredClient, GetExistingClient,
|
||||
GuestIdGenerator,
|
||||
AuthenticationAttempt, AuthenticationAttemptLimiter, AuthenticationContext,
|
||||
AuthenticationLimitError, AuthenticationPolicy, CompleteRegister, FindRegisteredClient,
|
||||
GetExistingClient, GuestIdGenerator, InMemoryAuthenticationAttemptLimiter,
|
||||
};
|
||||
#[cfg(feature = "crypto")]
|
||||
pub use error::AuthState;
|
||||
|
|
|
|||
Loading…
Reference in a new issue