Add missing EBCDIC strings
authoropensslonzos-github <opensslonzos-github@yahoo.com>
Thu, 8 Aug 2019 18:11:38 +0000 (14:11 -0400)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Aug 2019 09:52:31 +0000 (10:52 +0100)
commitcd5e2b0a689a7b22bd470e70ed0b8c84305d6d03
treee0ddf5e38a10af8d9edcf1f830b837a48ca17364
parent5c9261aa07d197a94380e6f5d0e0b9f855924bc4
Add missing EBCDIC strings

Fix a few places where calling ossl_isdigit does the wrong thing on
EBCDIC based systems.
Replaced with ascii_isdigit.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9556)

(cherry picked from commit 48102247ff513d4c57b40b19c1d432f37b9e4b02)
crypto/asn1/a_time.c
crypto/ctype.c
crypto/include/internal/ctype.h
crypto/rand/rand_lcl.h
crypto/x509/x509_vfy.c
ssl/statem/extensions.c
ssl/statem/statem_lib.c
ssl/tls13_enc.c