検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 185 for OPENSSL (0.008 sec.)
実行時設定 5457
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 openssl 設定オプション 名前 デフォルト 変更可能 変更履歴 o ... penssl.cafile "" PHP_INI_PERDIR openssl.capath "" PHP_INI_PERDIR PHP_INI_* モードの詳細およ ... に設定ディレクティブに関する 簡単な説明を示します。 openssl.cafile string ローカルファイルシステム上の証明書フ ... ションで リモートサーバーとの認証の際に使用します。 openssl.capath string cafile が指定されていなかったりその場 ...
https://man.plustar.jp/php/openssl.configuration.html - [similar]
Building the MongoDB PHP Driver from source 5413
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... ich will search for Secure Transport (macOS only), OpenSSL, and LibreSSL, in that order. Additionally, you ma ... y specify openssl , libressl , or darwin to force selection of a par ... s common for a system to have multiple versions of OpenSSL installed. To ensure that the desired version of O ... nfig is not used, configure also supports a --with-openssl-dir=DIR argument, which can be used to specify a m ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
はじめに 5391
« OpenSSL インストール/設定 » PHP Manual OpenSSL はじめに はじめに この拡張モジュールは、対称鍵に ... F2, PKCS7, PKCS12, X509 その他の暗号の操作を行う » OpenSSL ライブラリの機能をバインドしています。 それに加えて ... この拡張モジュールではまだサポートされていない機能が OpenSSL には多くあります。 それらのいくつかは将来的に追加さ ...
https://man.plustar.jp/php/intro.openssl.html - [similar]
要件 5391
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 » OpenSSL および » ... ールされていることを確認しておきましょう。 おそらく openssl-dev のような名前のパッケージになっているでしょう。 ... には二種類の形式があります。gcrypt を使ったものと openssl を使ったものです。 libssh2 のビルドに gcrypt ライブ ... inux ディストリビューションもあれば、 そうではなく openssl を使っているものもあります。 libssh2 を gcrypt でコ ... ンパイルしたときにはいくつかの問題が発生するので、openssl を使いましょう。 関連キーワード: 要件 , libssh , ラ ...
https://man.plustar.jp/php/ssh2.requirements.html - [similar]
Phar のシグネチャの書式 5347
« Phar マニフェストのファイルエントリの定義 Phar » PHP Manual phar って、tar や zip とは何が違う ... グネチャのフォーマットは MD5, SHA1, SHA256, SHA512, OPENSSL です。 シグネチャのフォーマット バイト長 説明 可変 ... イト、 そして SHA512 の場合は 64 バイトとなります。 OPENSSL の場合は、秘密鍵の長さに応じて変化します。 4 バイト ... PI バージョン 1.1.0 以降で利用可能です。 0x0010 は OPENSSL シグネチャを表します。 これは API バージョン 1.1.1 ... 以降、 かつ OpenSSL と共にビルドされている場合にのみ利用可能です。 4 バ ...
https://man.plustar.jp/php/phar.fileformat.signature.html - [similar]
OpenSSLCertificate クラス 5325
« openssl_x509_verify OpenSSLCertificateSigningRequest » PHP Manual OpenSSL OpenSSLCertificate ク ... ラス OpenSSLCertificate クラス (PHP 8) はじめに PHP 8.0.0 以降、 ... OpenSSL X.509 リソースを置き換える完全不透明クラスです。 ク ... ラス概要 final class OpenSSLCertificate { } 関連キーワード: クラス , OpenSSLCer ...
https://man.plustar.jp/php/class.opensslcertificate.html - [similar]
変更履歴 5325
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... bc_result_all この関数は、推奨されなくなりました。 openssl_cms_encrypt デフォルトの暗号化アルゴリズム (cipher ... _algo) が、 AES-128-CBC (OPENSSL_CIPHER_AES_128_CBC) になりました。 これより前のバー ... ジョンでは、 PKCS7/CMS (OPENSSL_CIPHER_RC2_40) が使われていました。 openssl_decryp ... t tag は、nullable になりました。 openssl_pkcs7_encrypt デフォルトの暗号化アルゴリズム (ciph ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
サンプル 5193
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ample#918 - mhash_get_hash_name の例 Example#919 - openssl_cipher_iv_length の例 Example#920 - openssl_cms_si ... gn の例 Example#921 - openssl_csr_export_to_file() の例 Example#922 - openssl_cs ... r_export() の例 Example#923 - openssl_csr_get_public_key() の例 Example#924 - openssl_cs ... CC 証明書を作成する (PHP 7.1.0 以降) Example#927 - openssl_csr_sign の例 - CSR に署名する(あなた自身の CA を ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
Phar アーカイブの MD5/SHA1/SHA256/SHA512/OpenSSL シグネチャを返す 5193
« Phar::getPath Phar::getStub » PHP Manual Phar Phar アーカイブの MD5/SHA1/SHA256/SHA512/OpenSSL ... gnature — Phar アーカイブの MD5/SHA1/SHA256/SHA512/OpenSSL シグネチャを返す 説明 public Phar::getSignature () ... e には MD5 、 SHA-1 、 SHA-256 、 SHA-512 あるいは OpenSSL を格納します。 このシグネチャは phar の中身全体から ...
https://man.plustar.jp/php/phar.getsignature.html - [similar]
リソース型の一覧 5193
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... nk(PHP 7.3.0より前) birdstep 結果(PHP 7.3.0より前) OpenSSL key openssl_get_privatekey() , openssl_get_publick ... ey() openssl_sign() , openssl_seal() , openssl_open() , openssl ... _verify() openssl_free_key() OpenSSL key OpenSSL X.509 openssl_x509_ ... read() openssl_x509_parse() , openssl_x509_checkpurpose() openssl ...
https://man.plustar.jp/php/resource.html - [similar]