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
Copy file name to clipboardExpand all lines: tss-esapi/src/structures/tagged/public/rsa.rs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,10 @@ impl RsaExponent {
248
248
}
249
249
250
250
/// No-op. Does not check whether the value is a valid exponent for RSA.
251
+
#[deprecated(
252
+
since = "7.0.1",
253
+
note = "TPMs are only mandated to support 0 as an exponent, with support for and checking of other values being done differently by each manufacturer. See discussion here: https://github.com/parallaxsecond/rust-tss-esapi/pull/332"
0 commit comments