mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
RSA: fix issue with loading PKCS8 specific keys
This commit is contained in:
parent
e8d75b2e8d
commit
7339112e10
@ -209,7 +209,7 @@ define('CRYPT_RSA_PRIVATE_FORMAT_XML', 2);
|
||||
/**
|
||||
* PKCS#8 formatted private key
|
||||
*/
|
||||
define('CRYPT_RSA_PRIVATE_FORMAT_PKCS8', 3);
|
||||
define('CRYPT_RSA_PRIVATE_FORMAT_PKCS8', 8);
|
||||
/**#@-*/
|
||||
|
||||
/**#@+
|
||||
|
Loading…
Reference in New Issue
Block a user