openssl/crypto/include/internal
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
..
__DECC_INCLUDE_EPILOGUE.H VMS: Copy DECC inclusion epi- and prologues to internals 2017-04-20 13:10:06 +02:00
__DECC_INCLUDE_PROLOGUE.H VMS: Copy DECC inclusion epi- and prologues to internals 2017-04-20 13:10:06 +02:00
aria.h Correct Oracle copyrights & clarify. 2017-06-15 15:50:50 +10:00
asn1_int.h Make asn1_d2i_read_bio accessible from STORE 2017-06-29 11:55:31 +02:00
async.h Copyright consolidation 03/10 2016-05-17 14:24:17 -04:00
bn_conf.h.in Copyright consolidation: perl files 2016-04-20 09:45:40 -04:00
bn_dh.h Address some -Wold-style-declaration warnings 2017-05-01 14:23:28 -04:00
bn_int.h Remove dead code in bn 2017-02-28 14:46:24 +00:00
bn_srp.h Copyright consolidation 05/10 2016-05-17 15:38:09 -04:00
chacha.h Copyright consolidation 05/10 2016-05-17 15:38:09 -04:00
cryptlib_int.h Add missing include of cryptlib.h 2017-08-06 17:06:19 -04:00
ctype.h This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
dso_conf.h.in Copyright consolidation: perl files 2016-04-20 09:45:40 -04:00
engine.h Add new /dev/crypto engine 2017-06-28 12:54:33 +02:00
err_int.h Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
evp_int.h Add interface to the scrypt KDF by means of PKEY_METHOD 2017-08-08 15:44:49 +01:00
md32_common.h Convert memset calls to OPENSSL_cleanse 2016-06-30 15:51:57 +01:00
objects.h Copyright consolidation 05/10 2016-05-17 15:38:09 -04:00
poly1305.h Add support for Poly1305 in EVP_PKEY 2017-01-24 15:40:37 +01:00
rand_int.h Make RAND_DRBG fork-safe 2017-08-07 08:30:28 -04:00
siphash.h Add support for parameterized SipHash 2017-02-01 14:14:36 -05:00
store.h Add the STORE module 2017-06-29 11:55:31 +02:00
store_int.h Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
x509_int.h Add support for custom signature parameters 2017-04-25 22:12:34 +01:00