mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
List the openssl functions as extension functions for lint
Summary: sry 2 hear of ur lint trubles (You may need to `arc liberate --force` or delete all your `src/.phutil_module_cache` after updating, see T1486.) Test Plan: shrug shrug Reviewers: btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D5583
This commit is contained in:
parent
ac0aa330f5
commit
c6ee0806cf
1 changed files with 47 additions and 0 deletions
|
@ -440,6 +440,53 @@ mysqli_warning_count
|
|||
mysqli_refresh
|
||||
mysqli_escape_string
|
||||
mysqli_set_opt
|
||||
openssl_pkey_free
|
||||
openssl_pkey_new
|
||||
openssl_pkey_export
|
||||
openssl_pkey_export_to_file
|
||||
openssl_pkey_get_private
|
||||
openssl_pkey_get_public
|
||||
openssl_pkey_get_details
|
||||
openssl_free_key
|
||||
openssl_get_privatekey
|
||||
openssl_get_publickey
|
||||
openssl_x509_read
|
||||
openssl_x509_free
|
||||
openssl_x509_parse
|
||||
openssl_x509_checkpurpose
|
||||
openssl_x509_check_private_key
|
||||
openssl_x509_export
|
||||
openssl_x509_export_to_file
|
||||
openssl_pkcs12_export
|
||||
openssl_pkcs12_export_to_file
|
||||
openssl_pkcs12_read
|
||||
openssl_csr_new
|
||||
openssl_csr_export
|
||||
openssl_csr_export_to_file
|
||||
openssl_csr_sign
|
||||
openssl_csr_get_subject
|
||||
openssl_csr_get_public_key
|
||||
openssl_digest
|
||||
openssl_encrypt
|
||||
openssl_decrypt
|
||||
openssl_cipher_iv_length
|
||||
openssl_sign
|
||||
openssl_verify
|
||||
openssl_seal
|
||||
openssl_open
|
||||
openssl_pkcs7_verify
|
||||
openssl_pkcs7_decrypt
|
||||
openssl_pkcs7_sign
|
||||
openssl_pkcs7_encrypt
|
||||
openssl_private_encrypt
|
||||
openssl_private_decrypt
|
||||
openssl_public_encrypt
|
||||
openssl_public_decrypt
|
||||
openssl_get_md_methods
|
||||
openssl_get_cipher_methods
|
||||
openssl_dh_compute_key
|
||||
openssl_random_pseudo_bytes
|
||||
openssl_error_string
|
||||
pcntl_fork
|
||||
pcntl_waitpid
|
||||
pcntl_wait
|
||||
|
|
Loading…
Reference in a new issue