From c2850cd36ae6f351b10cc16a3ffe03138797c8ec Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 6 Aug 2012 23:00:34 -0500 Subject: [PATCH] - certs couldn't be signed since setDNProp didn't work as it should --- phpseclib/File/X509.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index a249c7d9..92214b2c 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -1826,7 +1826,7 @@ class File_X509 { $this->dn['rdnSequence'][] = array( array( - 'type' => $type, + 'type' => $propName, 'value'=> $propValue ) );