aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-22 00:53:48 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:02 +0200
commit1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe (patch)
tree78e6c699d8a232c948b40f643299f7af95a29215 /packages/shared/src/index.ts
parentfeat(renderer): Insecure connection warning (diff)
downloadsophie-1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe.tar.gz
sophie-1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe.tar.zst
sophie-1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe.zip
feat: Certificate viewer
Show certificates with an interface modeled after firefox's certificate viewer so that they can be inspected before trusting. The current implementation assumes that each certificate has a unique fingerprint (collisions are astronomically unlikely). Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index e3da192..b1d05f8 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -32,7 +32,10 @@ export { ThemeSource } from './schemas/ThemeSource';
32 32
33export { Translation } from './schemas/Translation'; 33export { Translation } from './schemas/Translation';
34 34
35export type { CertificateSnapshotIn } from './stores/Certificate'; 35export type {
36 CertificatePrincipal,
37 CertificateSnapshotIn,
38} from './stores/Certificate';
36export { default as Certificate } from './stores/Certificate'; 39export { default as Certificate } from './stores/Certificate';
37 40
38export type { 41export type {