mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Misc
This commit is contained in:
parent
d6a7d4fbfa
commit
0eaf71e7d7
1 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@ void nstool::PkiValidator::addCertificates(const std::vector<nn::pki::SignedData
|
||||||
void nstool::PkiValidator::addCertificate(const nn::pki::SignedData<nn::pki::CertificateBody>& cert)
|
void nstool::PkiValidator::addCertificate(const nn::pki::SignedData<nn::pki::CertificateBody>& cert)
|
||||||
{
|
{
|
||||||
std::string cert_ident;
|
std::string cert_ident;
|
||||||
nn::pki::sign::SignatureAlgo cert_sign_algo;
|
|
||||||
nn::pki::sign::HashAlgo cert_hash_algo;
|
nn::pki::sign::HashAlgo cert_hash_algo;
|
||||||
tc::ByteData cert_hash;
|
tc::ByteData cert_hash;
|
||||||
|
|
||||||
|
@ -52,7 +51,6 @@ void nstool::PkiValidator::addCertificate(const nn::pki::SignedData<nn::pki::Cer
|
||||||
throw tc::Exception(mModuleName, "Certificate already exists");
|
throw tc::Exception(mModuleName, "Certificate already exists");
|
||||||
}
|
}
|
||||||
|
|
||||||
cert_sign_algo = nn::pki::sign::getSignatureAlgo(cert.getSignature().getSignType());
|
|
||||||
cert_hash_algo = nn::pki::sign::getHashAlgo(cert.getSignature().getSignType());
|
cert_hash_algo = nn::pki::sign::getHashAlgo(cert.getSignature().getSignType());
|
||||||
|
|
||||||
// get cert hash
|
// get cert hash
|
||||||
|
|
Loading…
Reference in a new issue