On Wed Mar 09 23:50:40 2016, [email protected] wrote: > > According to our records, your request has been resolved. If you have > > any > > further questions or concerns, please respond to this message. > > Thanks a lot for finally adding the patch. Since our software is not > ready for version 1.1 > yet, I can't try it directly with the master, but I will backport it > for us to 1.0.2. >
Note that there are ways of producing the same on the wire format with unmodified OpenSSL 1.0.2. You can use an ASN1_ANY or ASN1_SEQUENCE type which can contain the complete encoding of a SEQUENCE type without the need to have a surrounding OCTET STRING. Then by calling d2i/i2d to decode/encode the content octets it should work. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3676 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
