Add X509Name to/from DER methods
Since X509Name is more complex than a single value (it's a a sequence of entries) it's useful to be able to serialise/deserialise to/from flat data, and DER is a natural form for this. So add a {i2d,d2i}_X509_NAME -sys functions, and to_der/from_der wrappers in X509NameRef and X509Name respectively.
Loading
Please register or sign in to comment