I can only plead ignorance. Those functions do indeed do what I need. With that
I don't have any direct need for the d2i implementation, although it is still a
bit odd for them to be defined on all the other extensions but not
NAME_CONSTRAINTS.
Thanks for the help!
-Paul
On January 9, 2016 at
On Sat, Jan 09, 2016, Paul Kehrer wrote:
> The ASN1 functions for NAME_CONSTRAINTS are not declared or implemented in
> the current OpenSSL releases. This is inconsistent with other extension
> structs and (I believe) means you either need to declare them yourself or
> attempt to build NAME_CON
0 PM
> To: openssl-dev@openssl.org
> Subject: [openssl-dev] [PATCH] Declare/Implement ASN1_FUNCTIONS for
> NAME_CONSTRAINTS
>
> The ASN1 functions for NAME_CONSTRAINTS are not declared or
> implemented in the current OpenSSL releases. This is inconsistent with other
> extension
The ASN1 functions for NAME_CONSTRAINTS are not declared or implemented in the
current OpenSSL releases. This is inconsistent with other extension structs and
(I believe) means you either need to declare them yourself or attempt to build
NAME_CONSTRAINTS using nconf functions. Below is a patch t