Skip to content
Snippets Groups Projects
  1. Apr 14, 2021
  2. Jan 30, 2020
  3. May 23, 2019
  4. Apr 08, 2019
  5. Jan 30, 2019
  6. Aug 13, 2018
  7. Aug 10, 2018
  8. Jul 09, 2018
  9. Mar 22, 2017
    • Richard van der Hoff's avatar
      Fix caching of remote servers' signature keys · 95f21c7a
      Richard van der Hoff authored
      The `@cached` decorator on `KeyStore._get_server_verify_key` was missing
      its `num_args` parameter, which meant that it was returning the wrong key for
      any server which had more than one recorded key.
      
      By way of a fix, change the default for `num_args` to be *all* arguments. To
      implement that, factor out a common base class for `CacheDescriptor` and `CacheListDescriptor`.
      95f21c7a
Loading