Skip to content

Commit b0bda30

Browse files
committed
chore(book): add mention of E2EI state in database docs
1 parent 8a854d9 commit b0bda30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc-book/modules/ROOT/pages/database.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The database holds all state that must survive process restarts:
1212
* **Pending messages** — application messages and commits that arrived during an epoch transition and are waiting to be merged
1313
* **Proteus identity and sessions** — the device's long-lived Proteus identity keypair and the state of every active Proteus session
1414
* **Proteus prekeys** — including the last-resort prekey
15+
* **E2EI state** - data about the ACME certificate authority, various certificates and CRLs, refresh tokens, and the like
1516

1617
All entries are encrypted at rest using the `DatabaseKey` provided at open time.
1718

0 commit comments

Comments
 (0)