Don't hardcode the signature length to RSA-2048 (#1872)

This commit is contained in:
Cameron Gutman
2023-11-30 23:51:45 -06:00
committed by GitHub
parent 336062d467
commit 3b9e37e1dd
6 changed files with 26 additions and 16 deletions

View File

@@ -17,7 +17,6 @@ namespace crypto {
std::string x509;
std::string pkey;
};
constexpr std::size_t digest_size = 256;
void
md_ctx_destroy(EVP_MD_CTX *);