The present disclosure relates to methods for revoking access to a network, e.g. using blockchain transactions.
A blockchain refers to a form of distributed data structure, wherein a duplicate copy of the blockchain is maintained at each of a plurality of nodes in a peer-to-peer (P2P) network. The blockchain comprises a chain of blocks of data, wherein each block comprises one or more transactions. Each transaction may point back to a preceding transaction in a sequence which may span one or more blocks. Transactions can be submitted to the network to be included in new blocks by a process known as “mining”, which involves each of a plurality of mining nodes competing to perform “proof-of-work”, i.e. solving a cryptographic puzzle based on a pool of the pending transactions waiting to be included in blocks.
Conventionally the transactions in the blockchain are used to convey a digital asset, i.e. a number of digital tokens. However, a blockchain can also be exploited in order to layer additional functionality on top of the blockchain. For instance, blockchain protocols may allow for storage of additional user data in an output of a transaction. Modern blockchains are increasing the maximum data capacity that can be stored within a single transaction, enabling more complex data to be incorporated. For instance this may be used to store an electronic document in the blockchain, or even audio or video data.
Each node in the network can have any one, two or all of three roles: forwarding, mining and storage. Forwarding nodes propagate transactions throughout the nodes of the network. Mining nodes validate transactions and insert them into candidate blocks for which they attempt to identify a valid proof-of-work solution. perform the mining of transactions into blocks. Storage nodes each store their own copy of the mined blocks of the blockchain. In order to have a transaction recorded in the blockchain, a party sends the transaction to one of the nodes of the network to be propagated. Mining nodes which receive the transaction may race to mine the transaction into a new block. Each node is configured to respect the same node protocol, which will include one or more conditions for a transaction to be valid. Invalid transactions will not be propagated nor mined into blocks. Assuming the transaction is validated and thereby accepted onto the blockchain, the additional user data will thus remain stored at each of the nodes in the P2P network as an immutable public record.
Internet of Things (loT) technology enables networks of physical devices to monitor events and exchange data without human intervention. Motivating the development of loT technology is the necessity for real-time data collection and automatic control mechanisms for replacing conventional monitoring and control methods across a wide-range of industries. loT systems generate large volumes of data and rely on systems with network scalability, strong cybersecurity, reliable connectivity and minimal network latency.
Currently, centralised architecture models are widely used to authenticate, authorize and connect nodes in an loT network. Such models are vulnerable to attack and act as a single point of failure. If a centralized system is compromised, permission to access the loT network could be granted to malicious devices and/or removed from existing devices. If a malicious device is granted access to the loT network, that device could, for instance, harvest sensitive data or disrupt the network.
Peer-to-Peer (P2P) architectures offer a more secure and efficient solution compared to centralised architectures, whereby neighbours interact directly with one-another without using any centralized node or agent between them. Blockchain technology is the foundation for secure P2P communication and is promising to revolutionize the development of loT systems. One advantage of utilizing the blockchain to build an loT network is the ability grant access to the network using blockchain transactions. For instance, new peers (i.e. network nodes) can be bootstrapped into a P2P network, i.e. granted access to join the network, using blockchain transactions. This process involves the generation of a digital certificate for each node. If the certificate of a node is valid, the node can access the network and communicate with other nodes (e.g. other devices). Communicating with a node may include instructing the node to perform an action, or responding to other nodes on the network. If the certificate is not valid, the node is unable to access the network and communicate with (e.g. instruct) other nodes on the network. A registration authority may issue certificate from a dedicated public-private key pair (skIssue, PKIssue)
A problem arises if a permissioned node (i.e. a node with access to the network) becomes faulty or is attacked by a malicious actor. An example consequence of a node becoming faulty or controlled by a malicious actor is that other nodes may be unable to instruct the faulty/malicious node to perform actions, or the faulty/malicious node may be unable to report back to other nodes that actions have been performed. Faulty/malicious nodes may inadvertently or maliciously (as the case may be) instruct other nodes on the network to perform detrimental actions, or they may falsely report their actions or status.
According to one aspect disclosed herein, there is provided a computer-implemented method for revoking access to a first network, wherein the first network comprises a set of bridging nodes and a set of devices controllable by one or more of the set of bridging nodes, wherein each bridging node is also a respective node of a blockchain network, and wherein each bridging node and device is associated with a respective certificate granting access to the first network; the method being performed by a registration authority and comprising: obtaining an alert transaction, the alert transaction being a blockchain transaction and comprising a first output, the first output comprising an alert message identifying one or more bridging nodes and/or one or more devices; and revoking access to the first network by the identified one or more bridging nodes and/or one or more devices by revoking the respective certificate of the identified one or more bridging nodes and/or one or more devices.
The first network (e.g. an loT network) comprises one or more bridging nodes and one or more devices which can be controlled by one or more of the bridging nodes. The bridging nodes are also nodes of a blockchain network. That is, they are part of the loT network and the blockchain network in the sense that they can connect both to the loT network (e.g. to communicate with other network nodes and devices) and to the blockchain network (e.g. to transmit transactions to the blockchain and to identify and read from transactions recorded on the blockchain). These nodes act as a gateway or bridge between the first network and the blockchain network. They need not also have the roles of mining nodes, forwarding nodes or storage nodes of the blockchain network, though that is not excluded either. In some examples, one or more of the devices of the first network may also be a node of the blockchain network.
The registration authority (who may or may not a bridging node of the loT network) is a node of the blockchain network. I.e. the registration authority is connected to the blockchain and is configured to transmit transactions to the blockchain network. The registration authority is responsible for granting certificates to nodes and devices, with those certificates then granting permission for a node or device to join the network.
The registration authority, in response to receiving the alert transaction, revokes the certificates of nodes or devices identified in the alert transaction, e.g. nodes that have become faulty or have acted maliciously. Once the certificate of a node or device has been revoked, that node or device can no longer access the network. In other words, a node or device whose certificate has been revoked cannot instruct other nodes to perform actions, and equally cannot be instructed to perform actions.
Certificates may be recorded in certificate (blockchain) transactions. For instance, each node may be granted a certificate (and therefore access to the network) by being issued a certificate contained within a blockchain transaction that is recorded on the blockchain.
Whilst the certificate transaction is linked with an unspent transaction output (UTXO), the certificate is deemed to be valid and the node is deemed to have access to the network. I.e. other nodes can check that a node issuing commands has a valid certificate (e.g. a valid certificate linked to a public key of that node). To revoke the certificate, the registration authority generates a revocation transaction that spends the UTXO linked with the certificate transaction. The certificate will no longer be linked with an unspent transaction output, e.g. the output containing the certificate will no longer appear in the UTXO set of the blockchain. Other nodes will be able to see that the revoked node no longer has a valid certificate, e.g. by querying the UTXO set, and will therefore not communicate with the revoked node, which includes no longer issuing commands to the revoked node or acting on commands received from the revoked node.
According to another aspect disclosed herein, there is provided a computer-implemented method for reporting a failed connection to a registration authority responsible for revoking access to a first network, wherein the first network comprises a set of bridging nodes and a set of devices controllable by one or more of the set of bridging nodes, wherein each bridging node is also a respective node of a blockchain network, and wherein each bridging node and device is associated with a respective certificate granting access to the first network; the method being performed by a first one of the bridging nodes and comprising: in response to a predetermined number of failed attempts at establishing a respective connection with one or more bridging nodes and/or one or more end devices, adding a digital signature of the first bridging node to an input of a first alert transaction, the first alert transaction being a blockchain transaction and comprising a first output, the first output comprising an alert message identifying the one or more bridging nodes and/or the one or more devices; and transmitting the first alert transaction to one, some or all of: a different one of the bridging nodes, the registration authority, and one or more nodes of the blockchain network for inclusion in the blockchain.
A node (the “first node”) of the network may become aware (or suspect) that a different node or device has become faulty or has been attacked by a malicious actor if the first node can no longer communicate with the (suspected) faulty/malicious node. When the first node is unable to establish a connection with the faulty/malicious node, or experiences a number of failed attempts at establishing a connection with the faulty/malicious node, the first node signs an alert transaction which can be used to inform the registration authority of the faulty/malicious node. The first node may transmit the alert transaction to the blockchain, from which the registration authority can obtain the alert transaction. The first node may additionally or alternatively, transmit the alert transaction directly to the registration authority, e.g. via an off-chain communication channel. As another option, the first node may transmit the alert transaction to another node (a “second node”) of the network. If the second node also experiences issues connecting with the faulty/malicious node, the second node can also sign the alert transaction. The second node can then forward the alert transaction to yet another node, to the registration authority, or to the blockchain network.
In some examples, the registration authority may only act on an alert transaction if it includes a threshold number of signature. That is, a minimum number of nodes have attested to experiences connection problems with the faulty/malicious node.
To assist understanding of embodiments of the present disclosure and to show how such embodiments may be put into effect, reference is made, by way of example only, to the accompanying drawings in which:
The blockchain 150 comprises a chain of blocks of data 151, wherein a respective copy of the blockchain 150 is maintained at each of a plurality of nodes in the P2P network 160. Each block 151 in the chain comprises one or more transactions 152, wherein a transaction in this context refers to a kind of data structure. The nature of the data structure will depend on the type of transaction protocol used as part of a transaction model or scheme. A given blockchain will typically use one particular transaction protocol throughout. In one common type of transaction protocol, the data structure of each transaction 152 comprises at least one input and at least one output. Each output specifies an amount representing a quantity of a digital asset belonging to a user 103 to whom the output is cryptographically locked (requiring a signature of that user in order to be unlocked and thereby redeemed or spent). Each input points back to the output of a preceding transaction 152, thereby linking the transactions.
At least some of the nodes 104 take on the role of forwarding nodes 104F which forward and thereby propagate transactions 152. At least some of the nodes 104 take on the role of miners 104M which mine blocks 151. At least some of the nodes 104 take on the role of storage nodes 104S (sometimes also called “full-copy” nodes), each of which stores a respective copy of the same blockchain 150 in their respective memory. Each miner node 104M also maintains a pool 154 of transactions 152 waiting to be mined into blocks 151. A given node 104 may be a forwarding node 104, miner 104M, storage node 104S or any combination of two or all of these.
In a given present transaction 152j, the (or each) input comprises a pointer referencing the output of a preceding transaction 152i in the sequence of transactions, specifying that this output is to be redeemed or “spent” in the present transaction 152j. In general, the preceding transaction could be any transaction in the pool 154 or any block 151. The preceding transaction 152i need not necessarily exist at the time the present transaction 152j is created or even sent to the network 106, though the preceding transaction 152i will need to exist and be validated in order for the present transaction to be valid. Hence “preceding” herein refers to a predecessor in a logical sequence linked by pointers, not necessarily the time of creation or sending in a temporal sequence, and hence it does not necessarily exclude that the transactions 152i, 152j be created or sent out-of-order (see discussion below on orphan transactions). The preceding transaction 152i could equally be called the antecedent or predecessor transaction.
The input of the present transaction 152j also comprises the signature of the user 103a to whom the output of the preceding transaction 152i is locked. In turn, the output of the present transaction 152j can be cryptographically locked to a new user 103b. The present transaction 152j can thus transfer the amount defined in the input of the preceding transaction 152i to the new user 103b as defined in the output of the present transaction 152j. In some cases a transaction 152 may have multiple outputs to split the input amount between multiple users (one of whom could be the original user 103a in order to give change). In some cases a transaction can also have multiple inputs to gather together the amounts from multiple outputs of one or more preceding transactions, and redistribute to one or more outputs of the current transaction.
The above may be referred to as an “output-based” transaction protocol, sometimes also referred to as an unspent transaction output (UTXO) type protocol (where the outputs are referred to as UTXOs). A user's total balance is not defined in any one number stored in the blockchain, and instead the user needs a special “wallet” application 105 to collate the values of all the UTXOs of that user which are scattered throughout many different transactions 152 in the blockchain 151.
An alternative type of transaction protocol may be referred to as an “account-based” protocol, as part of an account-based transaction model. In the account-based case, each transaction does not define the amount to be transferred by referring back to the UTXO of a preceding transaction in a sequence of past transactions, but rather by reference to an absolute account balance. The current state of all accounts is stored by the miners separate to the blockchain and is updated constantly. In such a system, transactions are ordered using a running transaction tally of the account (also called the “position”). This value is signed by the sender as part of their cryptographic signature and is hashed as part of the transaction reference calculation. In addition, an optional data field may also be signed the transaction. This data field may point back to a previous transaction, for example if the previous transaction ID is included in the data field.
With either type of transaction protocol, when a user 103 wishes to enact a new transaction 152j, then he/she sends the new transaction from his/her computer terminal 102 to one of the nodes 104 of the P2P network 106 (which nowadays are typically servers or data centres, but could in principle be other user terminals). This node 104 checks whether the transaction is valid according to a node protocol which is applied at each of the nodes 104. The details of the node protocol will correspond to the type of transaction protocol being used in the blockchain 150 in question, together forming the overall transaction model. The node protocol typically requires the node 104 to check that the cryptographic signature in the new transaction 152j matches the expected signature, which depends on the previous transaction 152i in an ordered sequence of transactions 152. In an output-based case, this may comprise checking that the cryptographic signature of the user included in the input of the new transaction 152j matches a condition defined in the output of the preceding transaction 152i which the new transaction spends, wherein this condition typically comprises at least checking that the cryptographic signature in the input of the new transaction 152j unlocks the output of the previous transaction 152i to which the input of the new transaction points. In some transaction protocols the condition may be at least partially defined by a custom script included in the input and/or output. Alternatively it could simply be a fixed by the node protocol alone, or it could be due to a combination of these. Either way, if the new transaction 152j is valid, the current node forwards it to one or more others of the nodes 104 in the P2P network 106. At least some of these nodes 104 also act as forwarding nodes 104F, applying the same test according to the same node protocol, and so forward the new transaction 152j on to one or more further nodes 104, and so forth. In this way the new transaction is propagated throughout the network of nodes 104.
In an output-based model, the definition of whether a given output (e.g. UTXO) is spent is whether it has yet been validly redeemed by the input of another, onward transaction 152j according to the node protocol. Another condition for a transaction to be valid is that the output of the preceding transition 152i which it attempts to spend or redeem has not already been spent/redeemed by another valid transaction. Again if not valid, the transaction 152j will not be propagated or recorded in the blockchain. This guards against double-spending whereby the spender tries to spend the output of the same transaction more than once. An account-based model on the other hand guards against double-spending by maintaining an account balance. Because again there is a defined order of transactions, the account balance has a single defined state at any one time.
In addition to validation, at least some of the nodes 104M also race to be the first to create blocks of transactions in a process known as mining, which is underpinned by “proof of work”. At a mining node 104M, new transactions are added to a pool of valid transactions that have not yet appeared in a block. The miners then race to assemble a new valid block 151 of transactions 152 from the pool of transactions 154 by attempting to solve a cryptographic puzzle. Typically this comprises searching for a “nonce” value such that when the nonce is concatenated with the pool of transactions 154 and hashed, then the output of the hash meets a predetermined condition. E.g. the predetermined condition may be that the output of the hash has a certain predefined number of leading zeros. A property of a hash function is that it has an unpredictable output with respect to its input. Therefore this search can only be performed by brute force, thus consuming a substantive amount of processing resource at each node 104M that is trying to solve the puzzle.
The first miner node 104M to solve the puzzle announces this to the network 106, providing the solution as proof which can then be easily checked by the other nodes 104 in the network (once given the solution to a hash it is straightforward to check that it causes the output of the hash to meet the condition). The pool of transactions 154 for which the winner solved the puzzle then becomes recorded as a new block 151 in the blockchain 150 by at least some of the nodes 104 acting as storage nodes 104S, based on having checked the winner's announced solution at each such node. A block pointer 155 is also assigned to the new block 151n pointing back to the previously created block 151n-1 in the chain. The proof-of-work helps reduce the risk of double spending since it takes a large amount of effort to create a new block 151, and as any block containing a double spend is likely to be rejected by other nodes 104, mining nodes 104M are incentivised not to allow double spends to be included in their blocks. Once created, the block 151 cannot be modified since it is recognized and maintained at each of the storing nodes 104S in the P2P network 106 according to the same protocol. The block pointer 155 also imposes a sequential order to the blocks 151. Since the transactions 152 are recorded in the ordered blocks at each storage node 104S in a P2P network 106, this therefore provides an immutable public ledger of the transactions.
Note that different miners 104M racing to solve the puzzle at any given time may be doing so based on different snapshots of the unmined transaction pool 154 at any given time, depending on when they started searching for a solution. Whoever solves their respective puzzle first defines which transactions 152 are included in the next new block 151n, and the current pool 154 of unmined transactions is updated. The miners 104M then continue to race to create a block from the newly defined outstanding pool 154, and so forth. A protocol also exists for resolving any “fork” that may arise, which is where two miners 104M solve their puzzle within a very short time of one another such that a conflicting view of the blockchain gets propagated. In short, whichever prong of the fork grows the longest becomes the definitive blockchain 150.
In most blockchains the winning miner 104M is automatically rewarded with a special kind of new transaction which creates a new quantity of the digital asset out of nowhere (as opposed to normal transactions which transfer an amount of the digital asset from one user to another). Hence the winning node is said to have “mined” a quantity of the digital asset. This special type of transaction is sometime referred to as a “generation” transaction. It automatically forms part of the new block 151n. This reward gives an incentive for the miners 104M to participate in the proof-of-work race. Often a regular (non-generation) transaction 152 will also specify an additional transaction fee in one of its outputs, to further reward the winning miner 104M that created the block 151n in which that transaction was included.
Due to the computational resource involved in mining, typically at least each of the miner nodes 104M takes the form of a server comprising one or more physical server units, or even whole a data centre. Each forwarding node 104M and/or storage node 104S may also take the form of a server or data centre. However in principle any given node 104 could take the form of a user terminal or a group of user terminals networked together.
The memory of each node 104 stores software configured to run on the processing apparatus of the node 104 in order to perform its respective role or roles and handle transactions 152 in accordance with the node protocol. It will be understood that any action attributed herein to a node 104 may be performed by the software run on the processing apparatus of the respective computer equipment. Also, the term “blockchain” as used herein is a generic term that refers to the kind of technology in general, and does not limit to any particular proprietary blockchain, protocol or service.
Also connected to the network 101 is the computer equipment 10 2 of each of a plurality of parties 103 in the role of consuming users. These act as payers and payees in transactions but do not necessarily participate in mining or propagating transactions on behalf of other parties. They do not necessarily run the mining protocol. Two parties 103 and their respective equipment 10 2 are shown for illustrative purposes: a first party 103a and his/her respective computer equipment 10 2a, and a second party 103b and his/her respective computer equipment 10 2b. It will be understood that many more such parties 103 and their respective computer equipment 10 2 may be present and participating in the system, but for convenience they are not illustrated. Each party 103 may be an individual or an organization. Purely by way of illustration the first party 103a is referred to herein as Alice and the second party 103b is referred to as Bob, but it will be appreciated that this is not limiting and any reference herein to Alice or Bob may be replaced with “first party” and “second party” respectively.
The computer equipment 10 2 of each party 103 comprises respective processing apparatus comprising one or more processors, e.g. one or more CPUs, GPUs, other accelerator processors, application specific processors, and/or FPGAs. The computer equipment 10 2 of each party 103 further comprises memory, i.e. computer-readable storage in the form of a non-transitory computer-readable medium or media. This memory may comprise one or more memory units employing one or more memory media, e.g. a magnetic medium such as hard disk; an electronic medium such as an SSD, flash memory or EEPROM; and/or an optical medium such as an optical disc drive. The memory on the computer equipment 10 2 of each party 103 stores software comprising a respective instance of at least one client application 105 arranged to run on the processing apparatus. It will be understood that any action attributed herein to a given party 103 may be performed using the software run on the processing apparatus of the respective computer equipment 10 2. The computer equipment 10 2 of each party 103 comprises at least one user terminal, e.g. a desktop or laptop computer, a tablet, a smartphone, or a wearable device such as a smartwatch. The computer equipment 10 2 of a given party 103 may also comprise one or more other networked resources, such as cloud computing resources accessed via the user terminal.
The client application or software 105 may be initially provided to the computer equipment 102 of any given party 103 on suitable computer-readable storage medium or media, e.g. downloaded from a server, or provided on a removable storage device such as a removable SSD, flash memory key, removable EEPROM, removable magnetic disk drive, magnetic floppy disk or tape, optical disk such as a CD or DVD ROM, or a removable optical drive, etc.
The client application 105 comprises at least a “wallet” function. This has two main functionalities. One of these is to enable the respective user party 103 to create, sign and send transactions 152 to be propagated throughout the network of nodes 104 and thereby included in the blockchain 150. The other is to report back to the respective party the amount of the digital asset that he or she currently owns. In an output-based system, this second functionality comprises collating the amounts defined in the outputs of the various 152 transactions scattered throughout the blockchain 150 that belong to the party in question.
The instance of the client application 105 on each computer equipment 10 2 is operatively coupled to at least one of the forwarding nodes 104F of the P2P network 106. This enables the wallet function of the client 105 to send transactions 152 to the network 106. The client 105 is also able to contact one, some or all of the storage nodes 104 in order to query the blockchain 150 for any transactions of which the respective party 103 is the recipient (or indeed inspect other parties' transactions in the blockchain 150, since in embodiments the blockchain 150 is a public facility which provides trust in transactions in part through its public visibility). The wallet function on each computer equipment 10 2 is configured to formulate and send transactions 152 according to a transaction protocol. Each node 104 runs software configured to validate transactions 152 according to a node protocol, and in the case of the forwarding nodes 104F to forward transactions 152 in order to propagate them throughout the network 106. The transaction protocol and node protocol correspond to one another, and a given transaction protocol goes with a given node protocol, together implementing a given transaction model. The same transaction protocol is used for all transactions 152 in the blockchain 150 (though the transaction protocol may allow different subtypes of transaction within it). The same node protocol is used by all the nodes 104 in the network 106 (though it many handle different subtypes of transaction differently in accordance with the rules defined for that subtype, and also different nodes may take on different roles and hence implement different corresponding aspects of the protocol).
As mentioned, the blockchain 150 comprises a chain of blocks 151, wherein each block 151 comprises a set of one or more transactions 152 that have been created by a proof-of-work process as discussed previously. Each block 151 also comprises a block pointer 155 pointing back to the previously created block 151 in the chain so as to define a sequential order to the blocks 151. The blockchain 150 also comprises a pool of valid transactions 154 waiting to be included in a new block by the proof-of-work process. Each transaction 152 (other than a generation transaction) comprises a pointer back to a previous transaction so as to define an order to sequences of transactions (N.B. sequences of transactions 152 are allowed to branch). The chain of blocks 151 goes all the way back to a genesis block (Gb) 153 which was the first block in the chain. One or more original transactions 152 early on in the chain 150 pointed to the genesis block 153 rather than a preceding transaction.
When a given party 103, say Alice, wishes to send a new transaction 152j to be included in the blockchain 150, then she formulates the new transaction in accordance with the relevant transaction protocol (using the wallet function in her client application 105). She then sends the transaction 152 from the client application 105 to one of the one or more forwarding nodes 104F to which she is connected. E.g. this could be the forwarding node 104F that is nearest or best connected to Alice's computer 102. When any given node 104 receives a new transaction 152j, it handles it in accordance with the node protocol and its respective role. This comprises first checking whether the newly received transaction 152j meets a certain condition for being “valid”, examples of which will be discussed in more detail shortly. In some transaction protocols, the condition for validation may be configurable on a per-transaction basis by scripts included in the transactions 152. Alternatively the condition could simply be a built-in feature of the node protocol, or be defined by a combination of the script and the node protocol.
On condition that the newly received transaction 152j passes the test for being deemed valid (i.e. on condition that it is “validated”), any storage node 104S that receives the transaction 152j will add the new validated transaction 152 to the pool 154 in the copy of the blockchain 150 maintained at that node 104S. Further, any forwarding node 104F that receives the transaction 152j will propagate the validated transaction 152 onward to one or more other nodes 104 in the P2P network 106. Since each forwarding node 104F applies the same protocol, then assuming the transaction 152j is valid, this means it will soon be propagated throughout the whole P2P network 106.
Once admitted to the pool 154 in the copy of the blockchain 150 maintained at one or more storage nodes 104, then miner nodes 104M will start competing to solve the proof-of-work puzzle on the latest version of the pool 154 including the new transaction 152 (other miners 104M may still be trying to solve the puzzle based on the old view of the pool 154, but whoever gets there first will define where the next new block 151 ends and the new pool 154 starts, and eventually someone will solve the puzzle for a part of the pool 154 which includes Alice's transaction 152j). Once the proof-of-work has been done for the pool 154 including the new transaction 152j, it immutably becomes part of one of the blocks 151 in the blockchain 150. Each transaction 152 comprises a pointer back to an earlier transaction, so the order of the transactions is also immutably recorded.
In a UTXO-based model, each transaction (“Tx”) 152 comprises a data structure comprising one or more inputs 202, and one or more outputs 203. Each output 203 may comprise an unspent transaction output (UTXO), which can be used as the source for the input 202 of another new transaction (if the UTXO has not already been redeemed). The UTXO includes a value specifying an amount of a digital asset. This represents a set number of tokens on the (distributed) ledger. The UTXO may also contain the transaction ID of the transaction from which it came, amongst other information. The transaction data structure may also comprise a header 201, which may comprise an indicator of the size of the input field(s) 202 and output field(s) 203. The header 201 may also include an ID of the transaction. In embodiments the transaction ID is the hash of the transaction data (excluding the transaction ID itself) and stored in the header 201 of the raw transaction 152 submitted to the miners 104M.
Note that whilst each output in
Say Alice 103a wishes to create a transaction 152j transferring an amount of the digital asset in question to Bob 103b. In
The preceding transaction TX0 may already have been validated and included in the blockchain 150 at the time when Alice creates her new transaction TX1, or at least by the time she sends it to the network 106. It may already have been included in one of the blocks 151 at that time, or it may be still waiting in the pool 154 in which case it will soon be included in a new block 151. Alternatively TX0 and TX1 could be created and sent to the network 102 together, or TX0 could even be sent after TX1 if the node protocol allows for buffering “orphan” transactions. The terms “preceding” and “subsequent” as used herein in the context of the sequence of transactions refer to the order of the transactions in the sequence as defined by the transaction pointers specified in the transactions (which transaction points back to which other transaction, and so forth). They could equally be replaced with “predecessor” and “successor”, or “antecedent” and “descendant”, “parent” and “child”, or such like. It does not necessarily imply an order in which they are created, sent to the network 106, or arrive at any given node 104. Nevertheless, a subsequent transaction (the descendent transaction or “child”) which points to a preceding transaction (the antecedent transaction or “parent”) will not be validated until and unless the parent transaction is validated. A child that arrives at a node 104 before its parent is considered an orphan. It may be discarded or buffered for a certain time to wait for the parent, depending on the node protocol and/or miner behaviour.
One of the one or more outputs 203 of the preceding transaction TX0 comprises a particular UTXO, labelled here UTXO0. Each UTXO comprises a value specifying an amount of the digital asset represented by the UTXO, and a locking script which defines a condition which must be met by an unlocking script in the input 202 of a subsequent transaction in order for the subsequent transaction to be validated, and therefore for the UTXO to be successfully redeemed. Typically the locking script locks the amount to a particular party (the beneficiary of the transaction in which it is included). I.e. the locking script defines an unlocking condition, typically comprising a condition that the unlocking script in the input of the fsubsequent transaction comprises the cryptographic signature of the party to whom the preceding transaction is locked.
The locking script (aka scriptPubKey) is a piece of code written in the domain specific language recognized by the node protocol. A particular example of such a language is called “Script” (capital S). The locking script specifies what information is required to spend a transaction output 203, for example the requirement of Alice's signature. Unlocking scripts appear in the outputs of transactions. The unlocking script (aka scriptSig) is a piece of code written the domain specific language that provides the information required to satisfy the locking script criteria. For example, it may contain Bob's signature. Unlocking scripts appear in the input 202 of transactions.
So in the example illustrated, UTXO0 in the output 203 of TX0 comprises a locking script [Checksig PA] which requires a signature Sig PA of Alice in order for UTXO0 to be redeemed (strictly, in order for a subsequent transaction attempting to redeem UTXO0 to be valid). [Checksig PA] contains the public key PA from a public-private key pair of Alice. The input 202 of TX1 comprises a pointer pointing back to TX1 (e.g. by means of its transaction ID, TxID0, which in embodiments is the hash of the whole transaction TX0). The input 202 of TX1 comprises an index identifying UTXO0 within TX0, to identify it amongst any other possible outputs of TX0. The input 202 of TX1 further comprises an unlocking script <Sig PA> which comprises a cryptographic signature of Alice, created by Alice applying her private key from the key pair to a predefined portion of data (sometimes called the “message” in cryptography). What data (or “message”) needs to be signed by Alice to provide a valid signature may be defined by the locking script, or by the node protocol, or by a combination of these.
When the new transaction TX1 arrives at a node 104, the node applies the node protocol. This comprises running the locking script and unlocking script together to check whether the unlocking script meets the condition defined in the locking script (where this condition may comprise one or more criteria). In embodiments this involves concatenating the two scripts:
<Sig PA><PA>||[Checksig PA]
where “||” represents a concatenation and “< . . . >” means place the data on the stack, and “[ . .. . ]” is a function comprised by the unlocking script (in this example a stack-based language). Equivalently the scripts may be run one after another, with a common stack, rather than concatenating the scripts. Either way, when run together, the scripts use the public key PA of Alice, as included in the locking script in the output of TX0, to authenticate that the locking script in the input of TX1 contains the signature of Alice signing the expected portion of data. The expected portion of data itself (the “message”) also needs to be included in TX0 order to perform this authentication. In embodiments the signed data comprises the whole of TX0 (so a separate element does to need to be included specifying the signed portion of data in the clear, as it is already inherently present).
The details of authentication by public-private cryptography will be familiar to a person skilled in the art. Basically, if Alice has signed a message by encrypting it with her private key, then given Alice's public key and the message in the clear (the unencrypted message), another entity such as a node 104 is able to authenticate that the encrypted version of the message must have been signed by Alice. Signing typically comprises hashing the message, signing the hash, and tagging this onto the clear version of the message as a signature, thus enabling any holder of the public key to authenticate the signature.
If the unlocking script in TX1 meets the one or more conditions specified in the locking script of TX0 (so in the example shown, if Alice's signature is provided in TX1 and authenticated), then the node 104 deems TX1 valid. If it is a mining node 104M, this means it will add it to the pool of transactions 154 awaiting proof-of-work. If it is a forwarding node 104F, it will forward the transaction TX1 to one or more other nodes 104 in the network 106, so that it will be propagated throughout the network. Once TX1 has been validated and included in the blockchain 150, this defines UTXO0 from TX0 as spent. Note that TX1 can only be valid if it spends an unspent transaction output 203. If it attempts to spend an output that has already been spent by another transaction 152, then TX1 will be invalid even if all the other conditions are met. Hence the node 104 also needs to check whether the referenced UTXO in the preceding transaction TX0 is already spent (has already formed a valid input to another valid transaction). This is one reason why it is important for the blockchain 150 to impose a defined order on the transactions 152. In practice a given node 104 may maintain a separate database marking which UTXOs 203 in which transactions 152 have been spent, but ultimately what defines whether a UTXO has been spent is whether it has already formed a valid input to another valid transaction in the blockchain 150.
Note that in UTXO-based transaction models, a given UTXO needs to be spent as a whole. It cannot “leave behind” a fraction of the amount defined in the UTXO as spent while another fraction is spent. However the amount from the UTXO can be split between multiple outputs of the next transaction. E.g. the amount defined in UTXO0 in TX0 can be split between multiple UTXOs in Tx1. Hence if Alice does not want to give Bob all of the amount defined in UTXO0, she can use the remainder to give herself change in a second output of TX1, or pay another party.
In practice Alice will also usually need to include a fee for the winning miner, because nowadays the reward of the generation transaction alone is not typically sufficient to motivate mining. If Alice does not include a fee for the miner, TX0 will likely be rejected by the miner nodes 104M, and hence although technically valid, it will still not be propagated and included in the blockchain 150 (the miner protocol does not force miners 104M to accept transactions 152 if they don't want). In some protocols, the mining fee does not require its own separate output 203 (i.e. does not need a separate UTXO). Instead any different between the total amount pointed to by the input(s) 202 and the total amount of specified in the output(s) 203 of a given transaction 152 is automatically given to the winning miner 104. E.g. say a pointer to UTXO0 is the only input to TX1and TX1 has only one output UTXO1. If the amount of the digital asset specified in UTXO0 is greater than the amount specified in UTXO1, then the difference automatically goes to the winning miner 104M. Alternatively or additionally however, it is not necessarily excluded that a miner fee could be specified explicitly in its own one of the UTXOs 203 of the transaction 152.
Note also that if the total amount specified in all the outputs 203 of a given transaction 152 is greater than the total amount pointed to by all its inputs 202, this is another basis for invalidity in most transaction models. Therefore such transactions will not be propagated nor mined into blocks 151.
Alice and Bob's digital assets consist of the unspent UTXOs locked to them in any transactions 152 anywhere in the blockchain 150. Hence typically, the assets of a given party 103 are scattered throughout the UTXOs of various transactions 152 throughout the blockchain 150. There is no one number stored anywhere in the blockchain 150 that defines the total balance of a given party 103. It is the role of the wallet function in the client application 105 to collate together the values of all the various UTXOs which are locked to the respective party and have not yet been spent in another onward transaction. It can do this by querying the copy of the blockchain 150 as stored at any of the storage nodes 104S, e.g. the storage node 104S that is closest or best connected to the respective party's computer equipment 10 2.
Note that the script code is often represented schematically (i.e. not the exact language). For example, one may write [Checksig PA] to mean [Checksig PA]=OP_DUP OP_HASH160<H(Pa)>OP_EQUALVERIFY OP_CHECKSIG. “OP_. . . ” refers to a particular opcode of the Script language. OP_CHECKSIG (also called “Checksig”) is a Script opcode that takes two inputs (signature and public key) and verifies the signature's validity using the Elliptic Curve Digital Signature Algorithm (ECDSA). At runtime, any occurrences of signature (‘sig’) are removed from the script but additional requirements, such as a hash puzzle, remain in the transaction verified by the ‘sig’ input. As another example, OP_RETURN is an opcode of the Script language for creating an unspendable output of a transaction that can store metadata within the transaction, and thereby record the metadata immutably in the blockchain 150. E.g. the metadata could comprise a document which it is desired to store in the blockchain.
The signature PA is a digital signature. In embodiments this is based on the ECDSA using the elliptic curve secp256k1. A digital signature signs a particular piece of data. In embodiments, for a given transaction the signature will sign part of the transaction input, and all or part of the transaction output. The particular parts of the outputs it signs depends on the SIGHASH flag. The SIGHASH flag is a 4-byte code included at the end of a signature to select which outputs are signed (and thus fixed at the time of signing).
The locking script is sometimes called “scriptPubKey” referring to the fact that it comprises the public key of the party to whom the respective transaction is locked. The unlocking script is sometimes called “scriptSig” referring to the fact that it supplies the corresponding signature. However, more generally it is not essential in all applications of a blockchain 150 that the condition for a UTXO to be redeemed comprises authenticating a signature. More generally the scripting language could be used to define any one or more conditions. Hence the more general terms “locking script” and “unlocking script” may be preferred.
The side channel 301 may be established via the same packet-switched network 101 as the P2P overlay network 106. Alternatively or additionally, the side channel 301 may be established via a different network such as a mobile cellular network, or a local area network such as a local wireless network, or even a direct wired or wireless link between Alice and Bob's devices 1021, 102b. Generally, the side channel 301 as referred to anywhere herein may comprise any one or more links via one or more networking technologies or communication media for exchanging data “off-chain”, i.e. separately from the P2P overlay network 106. Where more than one link is used, then the bundle or collection of off-chain links as a whole may be referred to as the side channel 301. Note therefore that if it is said that Alice and Bob exchange certain pieces of information or data, or such like, over the side channel 301, then this does not necessarily imply all these pieces of data have to be send over exactly the same link or even the same type of network.
The UI layer 402 is configured to render a user interface via a user input/output (I/O) means of the respective user's computer equipment 10 2, including outputting information to the respective user 103 via a user output means of the equipment 10 2, and receiving inputs back from the respective user 103 via a user input means of the equipment 10 2. For example the user output means could comprise one or more display screens (touch or non-touch screen) for providing a visual output, one or more speakers for providing an audio output, and/or one or more haptic output devices for providing a tactile output, etc. The user input means could comprise for example the input array of one or more touch screens (the same or different as that/those used for the output means); one or more cursor-based devices such as mouse, trackpad or trackball; one or more microphones and speech or voice recognition algorithms for receiving a speech or vocal input; one or more gesture-based input devices for receiving the input in the form of manual or bodily gestures; or one or more mechanical buttons, switches or joysticks, etc.
Note: whilst the various functionality herein may be described as being integrated into the same client application 105, this is not necessarily limiting and instead they could be implemented in a suite of two or more distinct applications, e.g. one being a plug-in to the other or interfacing via an API (application programming interface). For instance, the functionality of the transaction engine 401 may be implemented in a separate application than the UI layer 402, or the functionality of a given module such as the transaction engine 401 could be split between more than one application. Nor is it excluded that some or all of the described functionality could be implemented at, say, the operating system layer. Where reference is made anywhere herein to a single or given application 105, or such like, it will be appreciated that this is just by way of example, and more generally the described functionality could be implemented in any form of software.
By way of illustration
For example, the UI elements may comprise one or more user-selectable elements 411 which may be, such as different on-screen buttons, or different options in a menu, or such like. The user input means is arranged to enable the user 103 (in this case Alice 103a) to select or otherwise operate one of the options, such as by clicking or touching the UI element on-screen, or speaking a name of the desired option (N.B. the term “manual” as used herein is meant only to contrast against automatic, and does not necessarily limit to the use of the hand or hands). The options enable the user (Alice) to generate transactions and send them to another user (Bob), and to generate a signature of a transaction in accordance with the described embodiments.
Alternatively or additionally, the UI elements may comprise one or more data entry fields 412, through which the user can input data to be included in the generated transaction and/or a message to be signed. These data entry fields are rendered via the user output means, e.g. on-screen, and the data can be entered into the fields through the user input means, e.g. a keyboard or touchscreen. Alternatively the data could be received orally for example based on speech recognition.
Alternatively or additionally, the UI elements may comprise one or more information elements 413 output to output information to the user. E.g. this/these could be rendered on screen or audibly.
It will be appreciated that the particular means of rendering the various UI elements, selecting the options and entering data is not material. The functionality of these UI elements will be discussed in more detail shortly. It will also be appreciated that the UI 400 shown in
The loT network is a packet-switched network 101, typically a wide-area internetwork such as the Internet. The nodes 503 and devices 502 of the packet-switched network 101 are arranged to form a peer-to-peer (P2P) overlay network 501 within the packet-switched network 101. Each node 503 comprises respective computer equipment, each comprising respective processing apparatus comprising one or more processors, e.g. one or more central processing units (CPUs), accelerator processors, application specific processors and/or field programmable gate arrays (FPGAs). Each node 503 also comprises memory, i.e. computer-readable storage in the form of a non-transitory computer-readable medium or media. The memory may comprise one or more memory units employing one or more memory media, e.g. a magnetic medium such as a hard disk; an electronic medium such as a solid-state drive (SSD), flash memory or EEPROM; and/or an optical medium such as an optical disk drive.
Each node 503 of the loT network is also a blockchain node 104. These nodes 503 are arranged as bridging nodes (gateway nodes) which act as a bridge (gateway) between the first network 501 and the blockchain network 106. A blockchain node 104 may be a “listening node”. A listening node runs a client application 105 that keeps a full copy of the blockchain, validates and propagate new transactions and blocks but does not actively mine or generate new blocks. Alternatively, a node may be a “simplified payment verification node” (SPV node). An SPV node runs a lightweight client that can generate and broadcast bitcoin transactions and monitor addresses indirectly but does not keep a full copy of the blockchain.
Each node 503 of the loT network is configured to control an end device 502 either directly or indirectly. A node 503 that is directly connected to an end device 502 can directly control that device. A node 503 that is not directly connected to an end device 502 can only indirectly control that device, e.g. by forwarding a control message to the end node via one or more intermediary nodes. Each node 503 is connected to one or more mining nodes 104M.
As shown in
Whilst the example loT network of
The loT network nodes 503 may correspond to hierarchies in scope of functionality, in superiority of instructions/prerogatives, and/or in span of access. In some implementations, a hierarchical set of SPV nodes implement an “loT controller” with three levels of hierarchy, corresponding to the master 503a, server 503b and slave nodes 503c of
The master node, server node(s) and slave node(s) can each independently connect to nodes 104 on the blockchain network 106, operate a blockchain wallet 105 (e.g. to watch blockchain addresses) and possibly run a full node (although this is not required). The master node 503a is configured to monitor the activity of other loT nodes both directly and indirectly under their control, issue commands to these nodes in the form of blockchain transactions Tx and respond to alerts. The server node 503b is configured to watch multiple addresses, including addresses not directly controlled by the server node 503b. Server nodes 503b can be commanded to perform actions by a master node 503a. The slave node 503c is configured to monitor the activities of end devices 502 directly under their control. Slave nodes 503c are under the direct command of server nodes 503b and can also be commanded to perform actions by the master node 503a. The slave nodes 503c act as gateway nodes for the end devices 502 (i.e. a gateway between the end device and the blockchain network 106). The end device 502 is configured to connect to nearby slave devices. They report on end device state using off-chain messaging protocol.
Note that whilst a distinction is made between an loT node 503 and an end device 502 in that end devices 502 are controlled by loT nodes 503 but do not themselves control loT nodes 503, an end device 502 may also be a node 104 of the blockchain network 106. That is, in some examples an end device 502 may operate a blockchain protocol client or wallet application 105.
The loT network 501 strikes a balance between centralisation and decentralisation by combining a command and control hierarchy with use of a blockchain network infrastructure. Users of the network 501 may create their own multilevel control hierarchy which includes client-server as well as peer-to-peer relationships between devices. The network architecture comprises three layers: an loT network 501, a blockchain P2P network 104 (i.e. full and lightweight blockchain clients, e.g. the master, servant and slave nodes are lightweight clients operating SPV wallets 105), and a blockchain mining network 504 (a subset of the blockchain P2P network that validates, propagates and stores the transactions propagated by the loT nodes). The blockchain network 106 acts as backend infrastructure and there is an overlap between the loT network 501 and the blockchain P2P network 106.
The first network (e.g. an loT network) comprises one or more bridging nodes and one or more devices which can be controlled by one or more of the bridging nodes. The bridging nodes are also nodes of a blockchain network. That is, they are part of the loT network and the blockchain network in the sense that they can connect both to the loT network (e.g. to communicate with other network nodes and devices) and to the blockchain network (e.g. to transmit transactions to the blockchain and to identify and read from transactions recorded on the blockchain). These nodes act as a gateway or bridge between the first network and the blockchain network. They need not also have the roles of mining nodes, forwarding nodes or storage nodes of the blockchain network, though that is not excluded either. In some examples, one or more of the devices s of the first network may also be a node of the blockchain network.
One, some or all of the nodes 503 and devices 502 must be granted permission to join (i.e. access) the network 501. In the context of loT, new nodes 503 are permitted onto the loT network 501 using on-chain forgery resistant digital certificates provided by a registration authority (e.g. a trusted entity within the network). This solves problems associated with cyber-attacks by ensuring that only genuine nodes can access the network and/or control other nodes or devices within the network.
As stated above, permission to join the loT network 501 is granted by a registration authority (the registration authority may also be referred to as a “permission granting authority” or a “certificate authority”). The registration authority is responsible for issuing digital certificates to requesting entities (e.g. a requesting node or a requesting device). An entity with a valid certificate has access to the loT network 501. The registration authority comprises respective computer equipment, each comprising respective processing apparatus comprising one or more processors, e.g. one or more central processing units (CPUs), accelerator processors, application specific processors and/or field programmable gate arrays (FPGAs). The computing equipment of the registration authority also comprises memory, i.e. computer-readable storage in the form of a non-transitory computer-readable medium or media. The memory may comprise one or more memory units employing one or more memory media, e.g. a magnetic medium such as a hard disk; an electronic medium such as a solid-state drive (SSD), flash memory or EEPROM; and/or an optical medium such as an optical disk drive.
In order to grant permission for a requesting entity to join the network 501, the registration authority may generate a blockchain transaction Tx, referred to below as a “certificate transaction”. An example certificate transaction is illustrated in
Once generated, the registration authority transmits the certificate transaction to one or more nodes 104 of the blockchain network 106 to be recorded in the blockchain 150. Once recorded in the blockchain 150, the requestor can use the certificate to prove to other nodes or devices of the network 501 that the requestor has been granted permission to join the network 501. For instance, when communicating with other nodes 503 of the network 501, the requestor can include information identifying the certificate transaction and thus the certificate.
Referring to
If the requestor is a node 503 of the network 501 (or is requesting permission to join the network 501 as a node), the certificate may comprise a unique public key assigned to that node. The public key allows the requesting node 503, once they have joined the network 501, to transmit and receive blockchain transactions.
The certificate transaction may comprise a second output which is locked to a second public key of the registration authority. The second public key may be the same as the public key used to generate the signature that signs the certificate transaction, or it may be a different public key. The second output is locked to the second public key in the sense that the knowledge of the second public key is required to unlock the output. For instance, the second output may comprise a hash of the second public key, and in order to be unlocked by an input of a later transaction, that input must comprise the second public key. When the second output is executed alongside an input of the second transaction, the second public key provided in the input is hashed and compared with the hash contained in the second output. If the two hashes match, the second output 1502b may be unlocked (provided any additional constraints have been met).
An output may be locked to a public key via a pay-to-public-key-hash (P2PKH). A P2PKH is a script pattern that locks an output to a public key hash. P2PKH outputs can be spent if a recipient provides a signature valid against a public key matching the public key hash. That is, a P2PKH output challenges the spender to provide two items: a public key such that the hash of the public key matches the address in the P2PKH output, and a signature that is valid for the public key and the transaction message, not necessarily in that order.
As the second output 1502b is locked to a public key of the registration authority, only the registration authority can revoke the certificate. This prevents the certificate being revoked from a malicious party.
Each transaction, when recorded in the blockchain 150, can be identified by a unique transaction identifier TxID. A transaction identifier may be generated by computing the (double) SHA256 hash of the serialised transaction bytes. Other hash functions may be used instead of SHA256. The registration authority may transmit a transaction identifier of the certificate transaction to the requestor. This allows the requestor to identify the certificate transaction and therefore obtain the certificate within the certificate transaction. Alternatively, the requestor may listen for transactions transmitted to the blockchain 150 from the address of the registration authority.
If the requestor is joining the network 501 as a node (e.g. a servant node), the requesting node may use the transaction identifier to obtain the first public key of the registration authority and identify one or more further transactions (i.e. further certificate transactions) sent from that first public key. The further transactions may each comprise a respective certificate of one or more further nodes or devices of the network 501. The requestor may then obtain (e.g. download and save) those certificates. The information within the certificates (e.g. device identifier and/or public key) may be used to communicate with other nodes 503 and/or devices 502 of the network 501. For example, the requestor may transmit a blockchain transaction to another node 503 using that node's certified public key, e.g. by including an output in the transaction locked to the certified public key (e.g. a P2PKH output). When receiving a command, the requestor can use the certificates to check whether the command has been issued from a permissioned node 503 or device 502.
If the requestor is joining the network 501 as an end device 502 that cannot access the blockchain, the registration authority may transmit the certificate to the end device, e.g. over a wired connection or a wireless connection such as, for instance, Bluetooth, Wi-Fi, etc. The registration authority may also transmit a set of one or more second certificates to the requesting end device 502. These second certificates, each issued to a respective node or end device of the network 501, can be used to ensure that the requesting end device's communication is to and from permissioned nodes 503 and devices 502.
Each certificate (first and second) may comprise a network address (e.g. an IP address) of the node 503 or end device 502 to which the certificate is issued. The requestor can use the network address of a permissioned (i.e. certified) node to communicate with that node, e.g. to send a sensor reading or command acknowledgement.
The registration authority may transmit the certificate issued to the requestor and to one or more nodes and/or end devices of the network 501. Those end devices may use the certificate to communicate with the requestor and to verify whether the requestor has been granted permission to join the network 501.
In some instances, a certificate issued to a requestor may need to be revoked. For example, the requestor may have been compromised, or may have developed a fault.
Furthermore, any reference to “a faulty node 801” may be taken to mean “a faulty node or a faulty end device” unless the context requires otherwise. This particular example network 801 comprises a master node 503a, several intermediate nodes 503b (one of which happens to be the faulty node 801) and several end devices 502a. The faulty node 801 is shown as shaded. An end device 803 controllable by the faulty node 801 is also shown as shaded. The end device 803 is an interrupted end device 803 in the sense that due to the faulty node 801 experiencing connection issues, the interrupted node 803 can no longer be controlled by the faulty node 801. If, like in the example of
In the example of
When a node (e.g. an intermediate node 503) fails to connect with a faulty node 801, the node 503b may generate an alert transaction. The purpose of the alert transaction is to alert the registration authority 503a (e.g. the master node 503a) to the possibility that a node on the network has become faulty or compromised. Note that the term “faulty node” 801 is also used herein to refer to a node which is suspected of being a faulty or compromised node, and need not necessarily actually be a faulty or compromised node.
In some examples, the alert message may comprise data representing a number of failed connections between the first node and the faulty node 801. In examples where the alert message identifies multiple faulty nodes 801, the alert message may comprise respective data representing a respective number of failed connections between the first node and the respective faulty node 801.
The alert transaction also comprise a second output associated with the registration authority 503a. In the example of
The alert transaction also includes an input comprising a signature SigPK1 of the first node. For instance, the first node may sign the first and second outputs of the transaction using a signature SigPK1 based on a private key corresponding to the first node's public key PK1. In these examples, a flag (referred to as a “sighash flag”) is included in the input that enables other inputs to be added to the alert transaction. In this particular example, the flag “SIGHASH_ANYONECANPAY” is a signature hash type which signs only the current input, i.e. the input comprising the first node's signature SigPK1.
The first node may transmit the alert transaction to the registration authority 503a, e.g. to alert the registration authority 503a of the faulty node 801. Additionally or alternatively, the first node may transmit the alert transaction to the blockchain network 106 to be recorded in the blockchain 150, thus alerting the registration authority 503a. For instance, the registration authority 503a may be configured to monitor the blockchain 150 for transaction outputs payable to the address based on the public key PKM of the registration authority 503a, e.g. H160(PKM). In other embodiments, the first node may forward the alert transaction to the second node (note that in the specific examples shown in
The second node, upon receiving the alert transaction from the first node (or upon otherwise obtaining the alert transaction), may attempt to establish a connection with the faulty node 801, i.e. the node identified as being faulty by the alert transaction. If the second node is unable to connect to the fault node 801, the second nodes adds another input to the alert transaction. Like the input added by the first node, the input added by the second node includes a signature Sigmof the second node. The signature Sigmof the second node may sign the whole transaction (i.e. all inputs and outputs), or a part of the transaction, e.g. only the input added by the second node, or the input added by the second node and one or more outputs. The second node may transmit the alert transaction to one, some or all of the registration authority 503a, the blockchain network 106, and/or a third node. For example, if only two signatures are required in the alert transaction in order for the registration authority 503a to act on the alert message, the second node may transmit the alert transaction to the registration authority 503a and/or to the blockchain network 106. If a third signature is required, the second node may send the alert transaction to the third node. The second node may include a flag in the input that enables other inputs to be added to the alert transaction.
Like the second node, the third node may attempt to establish a connection with the faulty node 801 in response to receiving the alert transaction from the second node. If the third node cannot establish a connection with the faulty node 801, e.g. the faulty node 801 does not respond to commands or requests from the third node, the third node may add an input to the alert transaction. That is, the third node adds an input that includes a signature SigPK3 of the third node. If enough signatures have been included in the alert transaction, the third node may include a flag that signs the whole transaction, e.g. a “SIGHASH_ALL” flag. The third node may then transmit the (complete) alert transaction to the registration authority 503a and/or to the blockchain network 106.
The second and/or third node may each add, to the alert transaction, data representing a number of failed connections (or attempts at connections) between the second or third node and the faulty node 801. The data may be added to their respective inputs of the alert transaction, or to a (spendable or unspendable) output of the alert transaction.
The registration authority 503a, which in the example of
Once the registration authority 503a has obtained the alert transaction, the certificate of the faulty node 801 identified in the alert message of the alert transaction may be revoked. Revocation of the faulty node's certificate may be initiated automatically in response to obtaining the alert transaction. That is, no other conditions are required to be met in order for the registration authority 503a to revoke the faulty node's certificate. Alternatively, the registration authority 503a may determine whether one or more conditions have been met, and if so, then it may revoke the faulty node's certificate.
In some embodiments, before revoking the faulty node's certificate, the registration authority 503a may itself attempt to establish a connection with the faulty node 801. If a connection cannot be established, the registration authority 503a may then revoke the certificate. In other words, a condition for revoking the certificate may be that the registration authority 503a cannot connect to the faulty node 801. In this way, the alert transaction acts as a prompt for the registration authority 503a to investigate whether there is indeed a problem with the faulty node 801.
Additionally or alternatively, a condition for revoking the certificate of the faulty node 801 is that the alert transaction comprises a predetermined number of signatures from nodes of the network 501. That is, the number of signatures in the alert transaction must meet a threshold in order for the registration authority 503a to revoke the certificate. In the examples of
Additionally or alternatively, a condition for revoking the certificate of the faulty node 801 is that the alert transaction comprises data indicating that a threshold number of failed connections have occurred between one or more of the first, second and third nodes and the faulty node 801. In examples where more than one of the nodes reports a respective number of failed connections with the faulty node 801, the registration authority 503a may take only individual node's failed connections into account when determining if the threshold has been met. That is, if the threshold is ten failed connections and each node reports less than ten failed connections, the registration authority 503a may choose not to revoke the certificate. In contrast, the registration authority 503a may take the cumulative number of failed connections of all of the nodes into account when deciding whether or not to revoke the certificate. That is, if the threshold is ten failed connections and each node reports five failed connections, the registration authority 503a may choose to revoke the certificate.
The alert transaction comprises an input that includes a signature SigPK1 of the first node. The signature SigPK1 of the first node may sign the entire alert transaction. In those examples, the first node may transmit the alert transaction to the blockchain network 106 for inclusion in the network. Additionally or alternatively, the first node may transmit the alert transaction to the registration authority 503a.
As mentioned, the multi-sig output requires m signatures to be included in an input of a later transaction that references the multi-sig output in order to unlock that output.
The alert transaction comprises an input that includes a signature SigPK1 of the first node. The signature SigPK1 of the first node may sign the entire alert transaction. In those examples, the first node may transmit the alert transaction to the blockchain network 106 for inclusion in the network.
As mentioned, the multi-sig accumulator output requires m signatures to be included in an input of a later transaction that references the multi-sig output in order to unlock that output.
In some examples, the certificate of the faulty node 801 is contained in an output of a certificate transaction recorded on the blockchain 150. In order to revoke the certificate, the registration authority 503a generates a blockchain transaction (a “revoke transaction”). The revoke transaction has an input that references a spendable output of the certificate transaction (e.g. the output locked to the public key PKM of the registration authority 503a, as shown in
The revoke transaction may comprise one or more outputs, e.g. an output locked to the same or a different public key of the registration authority 503a. The registration authority 503a then transmits the revoke transaction to the blockchain network 106 to be recorded on the blockchain 150. Once the revoke transaction is recorded on the blockchain 150, the certificate transaction will be removed from the unspent transaction output (UTXO) set. A UTXO is an output from a blockchain transaction that has not been spent by another blockchain transaction. When a different node on the network 501 attempts to identify a certificate issued to the faulty node 801, that node will find that the certificate transaction comprising the certificate has been spent, and interpret this as the certificate being revoked. Nodes of the network 501 are able to dynamically update their peer-list (i.e. a list of permissioned/certified nodes) by watching the transactions generated from and to the issuing address (i.e. the public key PKM of the registration authority 503a). Nodes on the network 501 are configured not to communicate with other nodes who do not appear of the peer-list.
The validity of a node/device certificate may depend on three criteria: the public key PKM that issues the certificate is the recognised issuing key, the certificate is correctly formatted according to a predetermined protocol, and the spendable output in the certificate transaction is unspent. Certificates can be updated once they have been revoked, if required. To do so, the registration authority 503a spends the UTXO in the old certificate then creates a new certificate transaction with updated information. The registration authority 503a can then broadcast the new certificate outpoint location index to the devices on the network 501. This also applies to the registration authority's own (self-signed) certificate.
Embodiments have been described in relation to a single faulty node 801 and/or a single faulty device. However, it will be appreciated that the above embodiments can be generalised to one or more faulty nodes and/or one or more faulty devices. For instance, the alert message may comprise respective data identifying each of the one or more faulty nodes and/or devices. Similarly, the registration authority 503a may revoke respective certificates of the one or more faulty nodes and/or devices.
In summary, the present invention provides a solution which enables peers in a (loT) network to securely alert a registration authority 503a to a suspected faulty or malicious node, e.g. by reporting the number of failed connections with an end device and/or a peer node. A multi-party computation may be used to create a shared message, signalling that multiple independent nodes are raising an alert. By using blockchain transactions to encode the message, several beneficial features of the blockchain system are inherited. The first is that the authenticity of the alert message is guaranteed through public key cryptography. The second is that, by setting an adjustable minimum payment requirement for alert transaction messages to be acted on, the incentive to spam the network with false alerts is reduced. Thirdly, a threshold number of signatures (in analogy to a petition) beyond which the registration authority 503a is alerted of a connection issue may be set.
A specialised transaction (the alert transaction) acts as an alert message to the registration authority 503a (e.g. the master node). In a first set of embodiments, the solution makes use of signature hash types, which allow several parties to agree on and sign a single transaction. In a second set of embodiments, the solution makes use of multi-signature outputs which provides the same functionality as the first set of embodiments. In general, a registration authority 503a can select a minimum number of independent signatures required to respond to the alert transaction, e.g. to revoke the certificate. In the following examples, the minimum number of signatures required is set as three.
An loT network comprises a master node, four servant peer nodes and several end devices. One of the nodes (shown as striped in
Note that the second and third nodes cannot alter the alert message specified by the first node. If the second and third nodes therefore wish to report the exact number of failed connections they have experienced with the potentially faulty/malicious node, then they can do this by pushing an op_code in their respective outputs (
For the master node to consider responding to the alert, the transaction containing the message must have three signatures, demonstrating that a threshold number of peers support the alert message. The master node may then investigate the issue and consider certificate revocation. The payload data of the alert message contains the loT protocol identifier along with the target device ID and certificate information. Fail count information is contained in the alert message field within the OP_RETURN payload of the transaction.
An alternative option is to make use of a pay to multi-signature or a multi-sig accumulator.
It will be appreciated that the above embodiments have been described by way of example only. More generally there may be provided a method, apparatus or program in accordance with any one or more of the following Statements.
Statement 1. A computer-implemented method for revoking access to a first network, wherein the first network comprises a set of bridging nodes and a set of devices controllable by one or more of the set of bridging nodes, wherein each bridging node is also a respective node of a blockchain network, wherein each bridging node and device is associated with a respective certificate granting access to the first network, and wherein a blockchain comprises, for each bridging node and for each device, a respective certificate transaction comprising the respective certificate of that bridging node or device; the method being performed by a registration authority and comprising: obtaining an alert transaction, the alert transaction being a blockchain transaction and comprising a first output, the first output comprising an alert message identifying one or more bridging nodes and/or one or more devices; and revoking access to the first network by the identified one or more bridging nodes and/or one or more devices by revoking the respective certificate of the identified one or more bridging nodes and/or one or more devices, wherein revoking the respective certificate comprises spending an output from the respective certificate transaction.
That is, the revoking of the access to the first network is based on at least said obtaining of the alert transaction.
Statement 2. The method of statement 1, wherein the respective certificate of each bridging node comprises a respective public key associated with that bridging node.
Statement 3. The method of any of statements 1 to 2, wherein said obtaining of the alert transaction comprises obtaining the alert transaction from the blockchain.
In other words, the alert transaction is obtained from the blockchain transaction.
Statement 4. The method of any of statements 1 to 3, wherein said obtaining of the alert transaction comprises obtaining the alert transaction from one of the bridging nodes.
In other words, the alert transaction is sent peer-to-peer.
Statement 5. The method of any of statements 1 to 4, comprising:
in response to obtaining the alert transaction, attempting to establish a respective connection with the identified one or more nodes and/or one or more devices; and said revoking comprises revoking access to the first network by the identified one or more bridging nodes and/or one or more devices for which the respective connection cannot be established.
That is, the alert transaction initiates the investigation (e.g. by the master node) into whether a certificate should be revoked.
Statement 6. The method of any of statements 1 to 5, wherein the alert message comprises, for each of the identified one or more bridging nodes and/or one or more devices, a respective number of failed attempted connections between one or more bridging nodes and the identified bridging node or device; and wherein said revoking comprises revoking access to the first network by the identified one or more bridging nodes and/or one or more devices for which the respective number of failed attempted connections is greater than or equal to a predetermined threshold number of failed attempted connections.
Statement 7. The method of any of statements 1 to 6, wherein the alert transaction comprises a respective digital signature of one or more of the bridging nodes.
Statement 8. The method of statement 7, wherein the alert transaction comprises one or more inputs, each input comprising the respective digital signature of one of the one or more bridging nodes.
Statement 9. The method of statement 7, wherein the alert transaction comprises one or more inputs, and wherein at least one input comprises the respective digital signature of multiple ones of the one or more bridging nodes.
Statement 10. The method of any of statements 7 to 9, wherein revoking is conditional on the alert transaction comprising a number of respective digital signatures of the one or more of the bridging nodes that is greater than or equal to a predetermined threshold number of digital signatures.
Statement 11. The method of any preceding statement, wherein the alert message comprises, for each identified bridging node, one or more of the following:
Statement 12. The method of any preceding statement, wherein the alert message comprises, for each identified device, one or more of the following:
Statement 13. The method of any preceding statement, wherein the first network comprises a master layer comprising a master node, one or more intermediary layers each comprising a respective plurality of the bridging nodes, and a device layer comprising the one or more devices; and wherein the registration authority comprises the master node.
Statement 14. A computer-implemented method for reporting a failed connection to a registration authority responsible for revoking access to a first network, wherein the first network comprises a set of bridging nodes and a set of devices controllable by one or more of the set of bridging nodes, wherein each bridging node is also a respective node of a blockchain network, wherein each bridging node and device is associated with a respective certificate granting access to the first network, and wherein a blockchain comprises, for each bridging node and for each device, a respective certificate transaction comprising the respective certificate of that bridging node or device; the method being performed by a first one of the bridging nodes and comprising: in response to a predetermined number of failed attempts at establishing a respective connection with one or more bridging nodes and/or one or more end devices, adding a digital signature of the first bridging node to an input of a first alert transaction, the first alert transaction being a blockchain transaction and comprising a first output, the first output comprising an alert message identifying the one or more bridging nodes and/or the one or more devices; and transmitting the first alert transaction to one, some or all of: a different one of the bridging nodes, the registration authority, and one or more nodes of the blockchain network for inclusion in the blockchain.
Statement 15. The method of statement 14, comprising, in response to the predetermined number of failed attempts at establishing the respective connection with the one or more bridging nodes and/or the one or more end devices, generating the first alert transaction, wherein said generating of the first alert transaction comprises adding the digital signature of the first bridging node to the alert transaction.
Statement 16. The method of statement 14, comprising, obtaining the first alert transaction from a second one of the bridging nodes and/or the blockchain.
Statement 17. The method of statement 16, wherein the obtained first alert transaction comprises a respective digital signature of the second one of the bridging nodes.
Statement 18. The method of statement 17, wherein the obtained first alert transaction comprises a respective digital signature of one or more further ones of the bridging node.
Statement 19. The method of any of statements 14 to 18, wherein the registration authority is associated with a public key, and wherein the first alert transaction comprises an output payable to an address based on the public key of the registration authority.
Statement 20. The method of any of statements 14 to 19, wherein the first alert transaction comprises a multi-signature output, the multi-signature output comprises a plurality of respective public keys, each public key associated with a respective one of the bridging nodes, and wherein the multi-signature output is configured to, when executed alongside an input of a spending transaction, unlock on condition that the input comprises a predetermined number of respective signatures corresponding to the plurality of respective public keys.
Statement 21. The method of any of statements 14 to 19, wherein the first alert transaction comprises a multi-signature output, the multi-signature output comprises a plurality of respective addresses, each address associated with a respective one of the bridging nodes, and wherein the multi-signature output is configured to, when executed alongside an input of a spending transaction, unlock on condition that the input comprises a predetermined number of respective signatures corresponding to the plurality of respective addresses.
Statement 22. The method of any of statements 14 to 19, wherein the blockchain comprises a second alert transaction, wherein the second alert transaction comprises a multi-signature output, the multi-signature output comprising a plurality of respective public keys, each public key being associated with a respective one of the bridging nodes, and wherein the multi-signature output is configured to, when executed alongside an input of a spending transaction, unlock on condition that the input comprises a predetermined number of respective signatures corresponding to the plurality of respective public keys, and wherein the input of the first alert transaction spends the multi-signature output of the second alert transaction.
Statement 23. The method of any of statements 14 to 19, wherein the blockchain comprises a second alert transaction, wherein the second alert transaction comprises a multi-signature output, the multi-signature output comprising a plurality of respective addresses, each address being associated with a respective one of the bridging nodes, and wherein the multi-signature output is configured to, when executed alongside an input of a spending transaction, unlock on condition that the input comprises a predetermined number of respective signatures corresponding to the plurality of respective addresses, and wherein the input of the first alert transaction spends the multi-signature output of the second alert transaction.
Statement 14. The method of any of statements 14 to 23, wherein the alert message comprises, for each of the identified one or more bridging nodes and/or one or more devices, a respective number of failed attempted connections between the first bridging node and the identified bridging node or device.
Statement 25. The method of any of statements 14 to 24, wherein the alert message comprises, for each identified bridging node, one or more of the following:
Statement 26. The method of any of statements 14 to 25, wherein the alert message comprises, for each identified device, one or more of the following:
Statement 27. The method of any of statements 14 to 26, wherein the first network comprises a master layer comprising a master node, one or more intermediary layers each comprising a respective plurality of the bridging nodes, and a device layer comprising the one or more devices; and wherein the first bridging node is a bridging node of one of the one or more intermediary layers.
Statement 28. The method of statement 27, wherein the registration authority comprises the master node.
Statement 29. Computer equipment comprising: memory comprising one or more memory units; and processing apparatus comprising one or more processing units, wherein the memory stores code arranged to run on the processing apparatus, the code being configured so as when on the processing apparatus to perform the method of any of statements 1 to 28.
Statement 30. A computer program embodied on computer-readable storage and configured so as, when run on computer equipment, to perform the method of any of statements 1 to 28.
Other variants or use cases of the disclosed techniques may become apparent to the person skilled in the art once given the disclosure herein. The scope of the disclosure is not limited by the described embodiments but only by the accompanying statements.
This application is the U.S. National Stage of International Application No. PCT/IB2021/051160 filed on Feb. 12, 2021, which claims the benefit of United Kingdom Patent Application No. 2003641.4, filed on Mar. 13, 2020, the contents of which are incorporated herein by reference in their entireties.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/IB2021/051160 | 2/12/2021 | WO |