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
// We should be able to remove this at the start of 2027.
480
481
if asn1::VisibleString::new(o.as_str()).is_none(){
481
482
let warning_cls = types::DEPRECATED_IN_41.get(py)?;
482
483
let message = cstr_from_literal!("Invalid ASN.1 (UTF-8 characters in a VisibleString) in the explicit text and/or notice reference of the certificate policies extension. In a future version of cryptography, an exception will be raised.");
0 commit comments