mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Merge branch '2.0'
This commit is contained in:
commit
9cf93a02b3
@ -958,7 +958,7 @@ class RSA
|
||||
function setPrivateKey($key = false, $type = false)
|
||||
{
|
||||
if ($key === false && !empty($this->publicExponent)) {
|
||||
$rsa->publicExponent = false;
|
||||
$this->publicExponent = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -350,6 +350,7 @@ Z2sKniRCcDT1ZP4=
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
public function testPKCS1EncryptionChange()
|
||||
{
|
||||
$rsa = new RSA();
|
||||
|
Loading…
Reference in New Issue
Block a user