diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-08 21:26:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-08 21:26:21 +0000 |
| commit | 77e70f82829aee382105f3d5520edd630933b765 (patch) | |
| tree | 7e24e438d36d5e85a9fedb7ae885ef3f1c242e22 /src/certificate.h | |
| parent | 230d989d46375a968a03e34bad429c67c75ebab8 (diff) | |
Add method to detect utf8 strings.
Diffstat (limited to 'src/certificate.h')
| -rw-r--r-- | src/certificate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/certificate.h b/src/certificate.h index 326f277b..0d333f1e 100644 --- a/src/certificate.h +++ b/src/certificate.h @@ -90,6 +90,8 @@ public: std::string thumbprint () const; + bool has_utf8_strings () const; + private: static std::string name_for_xml (X509_NAME *); |
