mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-12 09:09:39 +01:00
X509: adjust case of id-at-stateorprovinceName
Re: https://github.com/phpseclib/phpseclib/issues/130
This commit is contained in:
parent
ffdcf843c1
commit
01bb284119
@ -2199,7 +2199,7 @@ class File_X509 {
|
|||||||
case 'commonname':
|
case 'commonname':
|
||||||
case 'cn':
|
case 'cn':
|
||||||
return 'id-at-commonName';
|
return 'id-at-commonName';
|
||||||
case 'id-at-stateorprovinceName':
|
case 'id-at-stateorprovincename':
|
||||||
case 'stateorprovincename':
|
case 'stateorprovincename':
|
||||||
case 'state':
|
case 'state':
|
||||||
case 'province':
|
case 'province':
|
||||||
|
Loading…
Reference in New Issue
Block a user