openssl/crypto/pem
Tomas Mraz cbeb0bfa96 Cast the unsigned char to unsigned int before shifting left
This is needed to avoid automatic promotion to signed int.

Fixes #11853

[extended tests]

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11857)
2020-05-20 17:31:43 +02:00
..
build.info
pem_all.c Update copyright year 2020-04-23 13:55:52 +01:00
pem_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
pem_info.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
pem_lib.c Update copyright year 2020-05-15 14:09:49 +01:00
pem_local.h SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routines 2019-11-29 20:55:16 +01:00
pem_oth.c Following the license change, modify the boilerplates in crypto/pem/ 2018-12-06 15:09:09 +01:00
pem_pk8.c PEM: constify PEM_write_ routines 2019-11-18 02:34:12 +01:00
pem_pkey.c OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO 2020-05-13 18:51:14 +02:00
pem_sign.c PEM: constify PEM_write_ routines 2019-11-18 02:34:12 +01:00
pem_x509.c Following the license change, modify the boilerplates in crypto/pem/ 2018-12-06 15:09:09 +01:00
pem_xaux.c Following the license change, modify the boilerplates in crypto/pem/ 2018-12-06 15:09:09 +01:00
pvkfmt.c Cast the unsigned char to unsigned int before shifting left 2020-05-20 17:31:43 +02:00