mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 17:48:35 +00:00
Merge branch 'master' of https://github.com/phpseclib/phpseclib
This commit is contained in:
commit
80440047e8
@ -6,8 +6,9 @@
|
|||||||
*
|
*
|
||||||
* Used by File/X509.php
|
* Used by File/X509.php
|
||||||
*
|
*
|
||||||
* Has the following header:
|
* Processes keys with the following headers:
|
||||||
*
|
*
|
||||||
|
* -----BEGIN RSA PRIVATE KEY-----
|
||||||
* -----BEGIN RSA PUBLIC KEY-----
|
* -----BEGIN RSA PUBLIC KEY-----
|
||||||
*
|
*
|
||||||
* Analogous to ssh-keygen's pem format (as specified by -m)
|
* Analogous to ssh-keygen's pem format (as specified by -m)
|
||||||
|
@ -6,8 +6,10 @@
|
|||||||
*
|
*
|
||||||
* Used by PHP's openssl_public_encrypt() and openssl's rsautl (when -pubin is set)
|
* Used by PHP's openssl_public_encrypt() and openssl's rsautl (when -pubin is set)
|
||||||
*
|
*
|
||||||
* Has the following header:
|
* Processes keys with the following headers:
|
||||||
*
|
*
|
||||||
|
* -----BEGIN ENCRYPTED PRIVATE KEY-----
|
||||||
|
* -----BEGIN PRIVATE KEY-----
|
||||||
* -----BEGIN PUBLIC KEY-----
|
* -----BEGIN PUBLIC KEY-----
|
||||||
*
|
*
|
||||||
* Analogous to ssh-keygen's pkcs8 format (as specified by -m). Although PKCS8
|
* Analogous to ssh-keygen's pkcs8 format (as specified by -m). Although PKCS8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user