[openssl.org #3194] [PATCH] Provide asn1parse with capability to show raw OIDs

2014-07-03 Thread Stephen Henson via RT
We can't change the parameters of functions at all if we wish to maintain binary compatibility and if we wanted additional ASN.1 parsing flags in future we'd need further functions. An alternative would be to pass an opaque structure with the printing parameters to an extended version of ASN1_pars

[openssl.org #3194] [PATCH] Provide asn1parse with capability to show raw OIDs

2013-12-10 Thread Johannes Bauer via RT
Resubmitted (the first try I had the wrong mailing list, sorry): Hello list, the asn1parse application does provide a mechanism to enhance the output by providing additional OID/string mappings. As of now it is not possible to display the raw OIDs (without any name resolution done). This is somet