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
pubhint_name:Option<GeneralStringRef<'a>>,// TODO: der GeneralString
306
300
307
301
/// Never present. MUST be omitted by the sender. Note that the encoding rules, as specified in [X690], require that this structure not be present at all, not just be zero.
308
302
///
@@ -311,6 +305,37 @@ pub struct NegHints<'a> {
311
305
pubhint_address:Option<OctetStringRef<'a>>,
312
306
}
313
307
308
+
/// This is currently `OctetStringRef` as `GeneralString` is not part of the `der` crate
0 commit comments