]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the return check of OBJ_obj2txt
authorPW Hu <jlu.hpw@foxmail.com>
Wed, 10 Nov 2021 04:39:54 +0000 (12:39 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 22 Nov 2021 10:18:49 +0000 (11:18 +0100)
commit24ba865cfc7c04fba813ecb86ac7c1b329e3305f
tree3505802cf7fd523acca85ca9a68a3555470fc0a4
parentf89b54460053404d85b9a91a8b6a2b30e254bdf8
Fix the return check of OBJ_obj2txt

Also update OBJ_nid2obj.pod to document the possible return values.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17005)

(cherry picked from commit 2349d7ba57c9327290df6f7bc18b7f0c3976ca9e)
crypto/cms/cms_dh.c
crypto/cms/cms_ec.c
crypto/cms/cms_sd.c
crypto/core_namemap.c
crypto/crmf/crmf_pbm.c
crypto/dh/dh_kdf.c
doc/man3/OBJ_nid2obj.pod
providers/implementations/encode_decode/decode_spki2typespki.c
test/algorithmid_test.c
test/evp_fetch_prov_test.c