mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
Added nbf check and more exception and error code handling
This commit is contained in:
parent
77c11e8eb9
commit
b5088a6d9c
6 changed files with 146 additions and 39 deletions
|
@ -451,8 +451,6 @@ public:
|
|||
{
|
||||
std::error_code ec{};
|
||||
|
||||
char* out;
|
||||
unsigned int l;
|
||||
std::string ii{data.data(), data.length()};
|
||||
|
||||
EC_PKEY_uptr pkey{load_key(key, ec), ev_pkey_deletor};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue