asn.h Add OID::operator> for PEM Pack Feb 7, 2024 authenc.cpp Use std namespace for memset, memcpy, memcmp (weidai11#1204) Apr 16, 2023 authenc.h Fix clang warnings (GH weidai11#771) Jan 3, 2019 base32.cpp Add Base32 extended hex encoder and decoder (GH weidai11#534) Nov ...
(privateKeyString,true); CryptoPP::RSA::PrivateKey privateKey;PEM_Load(PKeyStringSource, privateKey); AutoSeededRandomPool rng;//I would like to use dynamically `saltLen` here, but if I instantiate the struct here with `saltLen` as the `SALT_LENGTH`, it fails because it is not a ...
Yes, considering that users are directly vulnerable to DoS attacks when using the API as shown below to parse external public key files (also including parsing certificates using APIs from cryptopp-pem): DL_PublicKey_EC<ECP> pubKey; FileSource fs(".malformed-pub.der", true); pubKey.Load(fs...