Hello,

Thanks a lot. One more question if possible. Is there any way to express
single element of the ASN1 sequence which can be any
of ASN1_OCTET_STRING or ASN1_UTF8STRING and potentially other types?
Or maybe there is some tutorial for new interface similar to something like
http://www.umich.edu/~x509/ssleay/asn1-macros.html for old one?

Best regards,


A.K.



On Mon, Sep 19, 2016 at 3:05 PM, Dr. Stephen Henson <st...@openssl.org>
wrote:

> On Mon, Sep 19, 2016, Aleksandr Konstantinov wrote:
>
> >
> > Thanks. Your answer helped a lot and I'm progressing now. Could You
> please
> > also give me a hint what M_ASN1_BIT_STRING_dup/ASN1_BIT_STRING_dup
> could be
> > replaced with?
> >
>
> ASN1_STRING_dup should work fine: ASN1_BIT_STRING is actually typedefed to
> ASN1_STRING.
>
> Steve.
> --
> Dr Stephen N. Henson. OpenSSL project core developer.
> Commercial tech support now available see: http://www.openssl.org
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to