Skip to content

Commit

Permalink
SPXP-PME Fix chapter titles and numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kopf committed Dec 10, 2020
1 parent acf234e commit fe1e352
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SPXP-PME-Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,10 @@ Method: `DELETE`
Success response code: `204`
Failure response code: `4xx` or `5xx`

### 8.2 Managing keys in prepared packages
### 8.3 Managing keys in prepared packages
To add or remove keys that are associated with a prepared package, the client can add the `establishId` of the prepared
package as suffix to the audience, seperated by the `@` character.
See [9.3](#93-updating-keys associated-with-a-prepared-package) for details.

## 9 Connection packages
When a peer profile accepts a connection request, the server has to perform the package exchange on behalf of the user.
Expand Down Expand Up @@ -493,7 +496,7 @@ Method: `DELETE`
Success response code: `204`
Failure response code: `4xx` or `5xx`

### 9.2 Updating keys associated with a prepared package
### 9.3 Updating keys associated with a prepared package
It is possible that the client needs to extend or even replace cryptographic material associated with a connection
process. If either the reader key or certificate are effected, the client needs to revoke the entire package and issue
a new one with the same establishId.
Expand Down

0 comments on commit fe1e352

Please sign in to comment.