openssl/crypto/x509v3
Fraser Tweedale c23e497da7 Support GeneralSubtrees with minimum = 0
The Name Constraints extension contains GeneralSubtree values
indicating included or excluded subtrees.  It is defined as:

  GeneralSubtree ::= SEQUENCE {
    base                    GeneralName,
    minimum         [0]     BaseDistance DEFAULT 0,
    maximum         [1]     BaseDistance OPTIONAL }

RFC 5280 further specifies:

  Within this profile, the minimum and maximum fields are not used with
  any name forms, thus, the minimum MUST be zero, and maximum MUST be
  absent.

Because the minimum fields has DEFAULT 0, and certificates should be
encoded using DER, the situation where minimum = 0 occurs in a
certificate should not arise.  Nevertheless, it does arise.  For
example, I have seen certificates issued by Microsoft programs that
contain GeneralSubtree values encoded thus.

Enhance the Name Constraints matching routine to handle the case
where minimum is specified.  If present, it must be zero.  The
maximum field remains prohibited.

Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7039)
2018-10-27 12:11:41 +08:00
..
build.info
ext_dat.h
pcy_cache.c Harmonize use of sk_TYPE_find's return value. 2018-08-07 08:56:54 +02:00
pcy_data.c
pcy_int.h
pcy_lib.c
pcy_map.c
pcy_node.c Harmonize use of sk_TYPE_find's return value. 2018-08-07 08:56:54 +02:00
pcy_tree.c Harmonize use of sk_TYPE_find's return value. 2018-08-07 08:56:54 +02:00
standard_exts.h
v3_addr.c
v3_admis.c
v3_admis.h
v3_akey.c
v3_akeya.c
v3_alt.c
v3_asid.c
v3_bcons.c
v3_bitst.c
v3_conf.c
v3_cpols.c
v3_crld.c
v3_enum.c
v3_extku.c
v3_genn.c
v3_ia5.c
v3_info.c
v3_int.c
v3_lib.c Update copyright year 2018-09-11 13:45:17 +01:00
v3_ncons.c Support GeneralSubtrees with minimum = 0 2018-10-27 12:11:41 +08:00
v3_pci.c
v3_pcia.c
v3_pcons.c
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c x509v3/v3_purp.c: refine lock-free check in x509v3_cache_extensions. 2018-08-26 17:47:49 +02:00
v3_skey.c
v3_sxnet.c
v3_tlsf.c Update copyright year 2018-09-11 13:45:17 +01:00
v3_utl.c
v3err.c