Extend the BOOLEAN type to have three types. Normal, DEFAULT TRUE
commit74a5ab6c3cbce8342630c990a7211f843ff21373
authorsteve <steve>
Tue, 28 Nov 2000 18:01:42 +0000 (28 18:01 +0000)
committersteve <steve>
Tue, 28 Nov 2000 18:01:42 +0000 (28 18:01 +0000)
tree8dd87946673af99457a24edafff77401b3b6c634
parentaee15f80c36e597fec765f3e4a951a037f00e869
Extend the BOOLEAN type to have three types. Normal, DEFAULT TRUE
and DEFAULT FALSE. The type is reflected in the 'size' field which
is unused for primitive types.

Implement basicConstraints and cRLDistributionPoints.
14 files changed:
README.ASN1
crypto/asn1/a_bool.c
crypto/asn1/a_i2d_fp.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1t.h
crypto/asn1/t_spki.c
crypto/asn1/t_x509a.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_typ.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_crld.c
crypto/x509v3/x509v3.h