mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
add X509 version, serialNumber and signatureAlgorithm
This commit is contained in:
@@ -194,7 +194,7 @@ std::string ECKeyImpl::getCurveName(int nid)
|
||||
}
|
||||
|
||||
if (-1 == nid) nid = pCurves[0].nid;
|
||||
int bufLen = 128;
|
||||
const int bufLen = 128;
|
||||
char buf[bufLen];
|
||||
std::memset(buf, 0, bufLen);
|
||||
OBJ_obj2txt(buf, bufLen, OBJ_nid2obj(nid), 0);
|
||||
|
||||
Reference in New Issue
Block a user