Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't throw an exception if verification fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For that that now the type is the class.__name__ instead of
str(class)
|
|
|
|
|
|
|
|
|
|
This is needed to prevent roll back attacks where the attacker push us
to accept a key with an old expiration date that could be use to push an
untrusted key when after it's expiration.
|
|
|
|
|
|
|
|
binary keys support is still missing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't fit with the logic of the keymanager and it's not use except for
some commented code in bitmask_client
|
|
|
|
We only need to cache the fetch with a sort timeout. The tests that
fetches keys now have to use different keys or will be cached.
|
|
|
|
Never should be done a bulk upload of keys. The updating of the keys
should not be a task for the user of the keymanager. Keys will be updated
by the keymanager in a background worker one per one.
|
|
|
|
|
|
|
|
|
|
|
|
develop
|
|
|
|
|
|
|
|
|
|
'refs/remotes/drebs/bug/5415_properly-raise-KeyNotFound' into develop
|