openssl/crypto/x509v3
Pauli a1df06b363 This has been added to avoid the situation where some host ctype.h functions
return true for characters > 127.  I.e. they are allowing extended ASCII
characters through which then cause problems.  E.g. marking superscript '2' as
a number then causes the common (ch - '0') conversion to number to fail
miserably.  Likewise letters with diacritical marks can also cause problems.

If a non-ASCII character set is being used (currently only EBCDIC), it is
adjusted for.

The implementation uses a single table with a bit for each of the defined
classes.  These functions accept an int argument and fail for
values out of range or for characters outside of the ASCII set.  They will
work for both signed and unsigned character inputs.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4102)
2017-08-22 09:45:25 +10:00
..
build.info Declare a new x509v3 extension: x509ExtAdmission 2017-06-20 09:25:30 -04:00
ext_dat.h Declare a new x509v3 extension: x509ExtAdmission 2017-06-20 09:25:30 -04:00
pcy_cache.c
pcy_data.c
pcy_int.h
pcy_lib.c
pcy_map.c
pcy_node.c
pcy_tree.c Avoid possible memleak in X509_policy_check() 2017-07-05 11:14:07 +02:00
standard_exts.h Declare a new x509v3 extension: x509ExtAdmission 2017-06-20 09:25:30 -04:00
v3_addr.c More updates following review feedback 2017-08-21 08:44:44 +01:00
v3_admis.c Declare a new x509v3 extension: x509ExtAdmission 2017-06-20 09:25:30 -04:00
v3_admis.h Declare a new x509v3 extension: x509ExtAdmission 2017-06-20 09:25:30 -04:00
v3_akey.c
v3_akeya.c
v3_alt.c Trivial bounds checking. 2017-07-07 15:45:55 +10:00
v3_asid.c More updates following review feedback 2017-08-21 08:44:44 +01:00
v3_bcons.c
v3_bitst.c
v3_conf.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
v3_cpols.c
v3_crld.c
v3_enum.c
v3_extku.c
v3_genn.c
v3_ia5.c
v3_info.c Trivial bounds checking. 2017-07-07 15:45:55 +10:00
v3_int.c
v3_lib.c
v3_ncons.c
v3_pci.c Standardize Levitte's dual-license 2017-06-15 14:16:16 -04:00
v3_pcia.c Standardize Levitte's dual-license 2017-06-15 14:16:16 -04:00
v3_pcons.c
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c
v3_skey.c
v3_sxnet.c
v3_tlsf.c
v3_utl.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
v3err.c