Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 21, 2017
  3. Mar 20, 2017
  4. Mar 18, 2017
  5. Mar 17, 2017
  6. Mar 16, 2017
  7. Mar 15, 2017
Loading