rusticata/tls-parser

OID_REGISTRY is not public

Closed this issue · 1 comments

static ref OID_REGISTRY: OidRegistry<'static> = {
        let reg = OidRegistry::default().with_all_crypto().with_x509();
        // OIDs not in the default registry can be added here
        reg
    };

Sorry, this issue belongs to another project :(