RE: basic constraints extension

2001-12-26 Thread Bruenner, Joerg
> can please anybody help me with using this extension? I try to create and sign a > certificate. I define basicConstraints=CA:true, and that's ok. When I add > (pathLengConstraint:0) I receive an error message that this name is unknown. What > can I do to make it work? Try pathLengthConstra

Re: basic constraints extension

2001-12-26 Thread Averroes
Hi, > "Schor, Bella" wrote: > > HI, > > can please anybody help me with using this extension? I try to create and sign > a certificate. I define basicConstraints=CA:true, and that's ok. When I add > (pathLengConstraint:0) I receive an error message that this name is unknown. > What can I do to

basic constraints extension

2001-12-25 Thread Schor, Bella
Title: basic constraints extension HI, can please anybody help me with using this extension? I try to create and sign a certificate. I define basicConstraints=CA:true, and that's ok. When I add (pathLengConstraint:0) I receive an error message that this name is unknown. What can I

Re: X509 v3 basic constraints extension

1999-06-19 Thread Anonymous
ta(ext) in an attempt > to get the basic constraints extension and determine whether the > certificate in question is a CA certificate. > > The second routine returns a ASN1_OCTET_STRING containing the following: > > length 2 > type4 > + data &quo

X509 v3 basic constraints extension

1999-06-18 Thread Anonymous
Hello all; New OpenSSL user here who's trying to get up to speed on the X509 component as quickly as possible ... also new to certificates ... forgive the novice question. I'm using X509_get_ext() and X509_EXTENSION_get_data(ext) in an attempt to get the basic constraints ext