diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-14 17:01:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-14 17:01:47 +0000 |
| commit | 50bfe5a5a595f8200811d6916a777e24c880b441 (patch) | |
| tree | af7a175ff6415ec58e78cec8f14f2190d0dc980f /src/certificate.h | |
| parent | f218289708a9912f73707cb4bef13ffc469c1296 (diff) | |
Some new features in dcpkdm.
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 0d333f1e..4be673cc 100644 --- a/src/certificate.h +++ b/src/certificate.h @@ -81,6 +81,8 @@ public: std::string subject_common_name () const; std::string subject_organization_name () const; std::string subject_organizational_unit_name () const; + struct tm not_before () const; + struct tm not_after () const; X509* x509 () const { return _certificate; |
