mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
X509: always base64-encode extensions for which _getMapping returns a bool
This commit is contained in:
parent
c8fe3c3b30
commit
e686c095b6
@ -1589,7 +1589,7 @@ class File_X509
|
||||
}
|
||||
}
|
||||
}
|
||||
} elseif ($map) {
|
||||
} else {
|
||||
$value = base64_encode($value);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user