summaryrefslogtreecommitdiff
path: root/common/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use wchar_t for storing unicode charactersStef Walter2013-03-031-35/+36
| | | | | On Win32 wchar_t is only 2 bytes, which breaks our UTF-8 conversion functions.
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-0/+328
* This is in cases where the certificate information does not already have a friendly name or alias.