openssl/crypto/asn1
Cesar Pereida Garcia bf585d60fc [crypto/asn1/x_bignum.c] Explicit test against NULL
As a fixup to https://github.com/openssl/openssl/pull/9779 to better
conform to the project code style guidelines, this commit amends the
original changeset to explicitly test against NULL, i.e. writing

```
if (p != NULL)
```

rather than

```
if (!p)
```

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9881)
2019-10-16 15:41:17 +03:00
..
a_bitstr.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_d2i_fp.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
a_digest.c Coverity fix in some crypto/asn1 code 2018-12-22 18:13:56 +01:00
a_dup.c
a_gentm.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_i2d_fp.c
a_int.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_mbstr.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
a_object.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_octet.c
a_print.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
a_sign.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
a_strex.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
a_strnid.c Update copyright year 2018-04-17 15:18:40 +02:00
a_time.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_type.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_utctm.c Reorganize local header files 2019-09-27 23:58:06 +02:00
a_utf8.c
a_verify.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
ameth_lib.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
asn1_err.c i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a buffer 2018-08-11 12:27:02 +02:00
asn1_gen.c
asn1_item_list.c
asn1_item_list.h
asn1_lib.c Reorganize local header files 2019-09-27 23:58:06 +02:00
asn1_local.h Reorganize local header files 2019-09-27 23:58:06 +02:00
asn1_par.c
asn_mime.c Reorganize local header files 2019-09-27 23:58:06 +02:00
asn_moid.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
asn_mstbl.c
asn_pack.c
bio_asn1.c Update copyright year 2018-04-17 15:18:40 +02:00
bio_ndef.c Update copyright year 2018-04-17 15:18:40 +02:00
build.info
charmap.h make update 2019-01-03 09:26:34 +00:00
charmap.pl Update generator copyright year. 2019-01-07 13:53:24 -05:00
d2i_pr.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
d2i_pu.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
evp_asn1.c
f_int.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
f_string.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
i2d_pr.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
i2d_pu.c
n_pkey.c
nsseq.c
p5_pbe.c
p5_pbev2.c Update copyright year 2018-06-20 15:29:23 +01:00
p5_scrypt.c add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c 2018-06-18 10:45:35 +01:00
p8_pkey.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
standard_methods.h Move SM2 algos to SM2 specific PKEY method 2018-06-19 11:29:44 +01:00
t_bitst.c
t_pkey.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
t_spki.c
tasn_dec.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tasn_enc.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tasn_fre.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tasn_new.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tasn_prn.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tasn_scn.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tasn_typ.c
tasn_utl.c Reorganize local header files 2019-09-27 23:58:06 +02:00
tbl_standard.h
x_algor.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
x_bignum.c [crypto/asn1/x_bignum.c] Explicit test against NULL 2019-10-16 15:41:17 +03:00
x_info.c
x_int64.c Reorganize local header files 2019-09-27 23:58:06 +02:00
x_long.c
x_pkey.c
x_sig.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
x_spki.c
x_val.c