Re: ASN1_EX_COMBINE in OpenSSL 1.1.1c?

2019-08-28 Thread Matt Caswell
On 27/08/2019 17:24, we...@infotech.de wrote: > Dear users, > > during migration from version 1.0.2s to 1.1.1c we are missing the makro > ASN1_EX_COMBINE. > > It was used to embed a choice in a sequence as follows: >> ASN1_CHOICE(X509AT_ATTRIBUTE_SET) = { >>     ASN1_SET_OF(X509AT_ATTRIBUTE,

ASN1_EX_COMBINE in OpenSSL 1.1.1c?

2019-08-28 Thread weber
Dear users, during migration from version 1.0.2s to 1.1.1c we are missing the makro ASN1_EX_COMBINE. It was used to embed a choice in a sequence as follows: ASN1_CHOICE(X509AT_ATTRIBUTE_SET) = {     ASN1_SET_OF(X509AT_ATTRIBUTE, value.set, ASN1_ANY),     ASN1_SIMPLE(X509AT_ATTRIBUTE,