aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-03-04 23:47:06 +0000
committerRob Austein <sra@hactrn.net>2008-03-04 23:47:06 +0000
commit6bdc963c9d00d9986ccfaf38fa96d32b737ca584 (patch)
tree5fabc7eab46b7095e75edf0843c84e6fe3da85ee /docs
parent26e5d88724781aed7bd5a9fe6ac9b025a6b8713f (diff)
First pass at ROA generation. Not yet tested, no support yet for
updating or withdrawing existing ROAs. svn path=/docs/rpki-db-schema.pdf; revision=1549
Diffstat (limited to 'docs')
-rw-r--r--docs/rpki-db-schema.pdfbin5219 -> 5193 bytes
-rw-r--r--docs/rpki-db-schema.sql1
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/rpki-db-schema.pdf b/docs/rpki-db-schema.pdf
index e7e4ddb4..d8436d26 100644
--- a/docs/rpki-db-schema.pdf
+++ b/docs/rpki-db-schema.pdf
Binary files differ
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index 71af47d1..17fa1541 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -154,6 +154,7 @@ DROP TABLE IF EXISTS route_origin;
CREATE TABLE route_origin (
route_origin_id SERIAL NOT NULL,
as_number DECIMAL(24,0),
+ cert LONGBLOB,
roa LONGBLOB,
self_id BIGINT unsigned NOT NULL,
ca_detail_id BIGINT unsigned,