]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add missing security rules about NULL check to various manpages
authoricy17 <1061499390@qq.com>
Wed, 7 Aug 2024 08:54:14 +0000 (16:54 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 9 Sep 2024 07:40:28 +0000 (09:40 +0200)
commit5d6322741ad9977d6bfb82b0abb04146e3ecb21e
treed293906d405e6faa867dc40a5617713bfd6b12db
parent85eb4f303f4fc9eb8edfd9be0f6f67d435af9972
Add missing security rules about NULL check to various manpages

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25083)
28 files changed:
doc/man3/ASN1_STRING_length.pod
doc/man3/BIO_get_ex_new_index.pod
doc/man3/BIO_new.pod
doc/man3/BN_bn2bin.pod
doc/man3/ERR_error_string.pod
doc/man3/EVP_DigestInit.pod
doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_EncryptInit.pod
doc/man3/MD5.pod
doc/man3/PEM_read_bio_PrivateKey.pod
doc/man3/RAND_bytes.pod
doc/man3/SSL_CTX_load_verify_locations.pod
doc/man3/SSL_CTX_set_cert_store.pod
doc/man3/SSL_CTX_set_cipher_list.pod
doc/man3/SSL_CTX_set_info_callback.pod
doc/man3/SSL_CTX_set_options.pod
doc/man3/SSL_CTX_set_verify.pod
doc/man3/SSL_CTX_use_certificate.pod
doc/man3/SSL_connect.pod
doc/man3/SSL_get_current_cipher.pod
doc/man3/SSL_get_verify_result.pod
doc/man3/SSL_in_init.pod
doc/man3/SSL_shutdown.pod
doc/man3/SSL_want.pod
doc/man3/X509_STORE_CTX_get_error.pod
doc/man3/X509_STORE_add_cert.pod
doc/man3/X509_get0_notBefore.pod
doc/man3/X509_get_subject_name.pod