]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:41:41 +0000 (10:41 +0100)
commit48102247ff513d4c57b40b19c1d432f37b9e4b02
tree26afaf1a8a6fb2ec673f2cb402d71517bb32da84
parent86333b6e0c5c488130ab237e95b8520891b81bf6
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)
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