Aktualizr
C++ SOTA Client
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Classes | Typedefs | Functions | Variables
Uptane Namespace Reference

Base data types that are used in The Update Framework (TUF), part of Uptane. More...

Classes

class  BadEcuId
 
class  BadHardwareId
 
class  BadKeyId
 
class  BaseMeta
 
class  DelegationHashMismatch
 
class  DelegationMissing
 
class  DirectorRepository
 
class  EcuSerial
 
class  Exception
 
class  ExpiredMetadata
 
class  Fetcher
 
class  HardwareIdentifier
 
class  Hash
 The hash of a file or TUF metadata. More...
 
class  IllegalThreshold
 
class  ImageRepository
 
class  IMetadataFetcher
 
struct  InstalledImageInfo
 
class  InvalidMetadata
 
class  InvalidTarget
 
class  IpUptaneSecondary
 
class  IsoTpSecondary
 
class  LazyTargetsList
 
class  Manifest
 
class  ManifestIssuer
 
struct  MetaPack
 
class  MetaWithKeys
 
class  MissingRepo
 
class  NonUniqueSignatures
 
class  OversizedTarget
 
class  PartialVerificationSecondary
 
struct  RawMetaPack
 
class  RepositoryCommon
 
class  RepositoryType
 
class  Role
 TUF Roles. More...
 
class  Root
 
class  SecondaryInterface
 
class  SecurityException
 
class  Snapshot
 
class  Target
 
class  TargetHashMismatch
 
class  TargetMismatch
 
class  Targets
 
class  TimestampMeta
 
class  UnmetThreshold
 
class  Version
 Metadata version numbers. More...
 
class  VersionMismatch
 

Typedefs

using KeyId = std::string
 
using EcuMap = std::map< EcuSerial, HardwareIdentifier >
 

Functions

 TEST (Director, EmptyTargets)
 
Targets getTrustedDelegation (const Role &delegate_role, const Targets &parent_targets, const ImageRepository &image_repo, INvStorage &storage, Fetcher &fetcher, const bool offline)
 
std::ostream & operator<< (std::ostream &os, const Role &role)
 
std::ostream & operator<< (std::ostream &os, const Version &v)
 
std::ostream & operator<< (std::ostream &os, const HardwareIdentifier &hwid)
 
std::ostream & operator<< (std::ostream &os, const EcuSerial &ecu_serial)
 
std::ostream & operator<< (std::ostream &os, const Hash &h)
 
std::ostream & operator<< (std::ostream &os, const Target &t)
 
int extractVersionUntrusted (const std::string &meta)
 

Variables

constexpr int64_t kMaxRootSize = 64 * 1024
 
constexpr int64_t kMaxDirectorTargetsSize = 64 * 1024
 
constexpr int64_t kMaxTimestampSize = 64 * 1024
 
constexpr int64_t kMaxSnapshotSize = 64 * 1024
 
constexpr int64_t kMaxImageTargetsSize = 8 * 1024 * 1024
 
constexpr int kDelegationsMaxDepth = 5
 

Detailed Description

Base data types that are used in The Update Framework (TUF), part of Uptane.