add X509 version, serialNumber and signatureAlgorithm

This commit is contained in:
Alex Fabijanic
2017-09-29 18:20:10 -05:00
parent 4c4de6b7fb
commit 210bc6d30c
8 changed files with 100 additions and 11 deletions

View File

@@ -22,7 +22,9 @@
#if OPENSSL_VERSION_NUMBER >= 0x0907000L
#include <openssl/conf.h>
#endif
#if defined(POCO_OS_FAMILY_WINDOWS)
#pragma message (OPENSSL_VERSION_TEXT)
#endif
using Poco::RandomInputStream;
using Poco::Thread;