aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-02-15 07:18:12 +0000
committerRob Austein <sra@hactrn.net>2021-02-15 07:18:12 +0000
commitdd255ef58a617214ea3ece613c417af1fc1549ec (patch)
tree2c427130fd2c90f92d478535e64a125c38cb5fef
parent3bfd6f7d2c45b44ae3ef0616f40368d59eae0c68 (diff)
Authors
-rwxr-xr-xextract.py3
-rw-r--r--pelican/content/ASICImplementations.md1
-rw-r--r--pelican/content/AlphaBoard.md1
-rw-r--r--pelican/content/AlphaBoardComponents.md1
-rw-r--r--pelican/content/AlphaBoardPictures.md1
-rw-r--r--pelican/content/AlphaBoardReview.md1
-rw-r--r--pelican/content/AlphaBoardStrategy.md1
-rw-r--r--pelican/content/AlphaReviewLog.md1
-rw-r--r--pelican/content/AlphaSchematics.md1
-rw-r--r--pelican/content/AlphaSealedBags.md1
-rw-r--r--pelican/content/AssuredTooChain.md1
-rw-r--r--pelican/content/BerlinWorkshop.md1
-rw-r--r--pelican/content/BinaryPackages.md1
-rw-r--r--pelican/content/BuildingFromSource.md1
-rw-r--r--pelican/content/ConfigureFPGA.md1
-rw-r--r--pelican/content/CoretestHashesC5G.md1
-rw-r--r--pelican/content/CoretestHashesNovena.md1
-rw-r--r--pelican/content/DNSSEC%2FRequirements.md1
-rw-r--r--pelican/content/DNSSEC.md1
-rw-r--r--pelican/content/Dashboard.md1
-rw-r--r--pelican/content/DevBridgeBoard.md1
-rw-r--r--pelican/content/DevelopersGuide.md1
-rw-r--r--pelican/content/DisasterRecovery.md1
-rw-r--r--pelican/content/DocMeet.md1
-rw-r--r--pelican/content/Documents.md1
-rw-r--r--pelican/content/EDAToolchainSurvey.md1
-rw-r--r--pelican/content/ExternalProjects.md1
-rw-r--r--pelican/content/ExternalProjectsTorHSM.md1
-rw-r--r--pelican/content/GettingStartedNovena.md1
-rw-r--r--pelican/content/Hardware.md1
-rw-r--r--pelican/content/InterconnectStandards.md1
-rw-r--r--pelican/content/Joachim%20Str%C3%B6mbergson.md1
-rw-r--r--pelican/content/MailingLists.md1
-rw-r--r--pelican/content/MiscStuff.md1
-rw-r--r--pelican/content/NoisyDiode.md1
-rw-r--r--pelican/content/OpenCryptoChip.md1
-rw-r--r--pelican/content/OpenDNSSEC.md1
-rw-r--r--pelican/content/PKCS11Proxy.md1
-rw-r--r--pelican/content/PostAlphaPlan.md1
-rw-r--r--pelican/content/PrahaWorkshop.md1
-rw-r--r--pelican/content/PrahaWorkshopSSH.md1
-rw-r--r--pelican/content/ProjectArchive.md1
-rw-r--r--pelican/content/ProjectManagement.md1
-rw-r--r--pelican/content/ProjectMetadata.md1
-rw-r--r--pelican/content/ProjectStatus.md1
-rw-r--r--pelican/content/QuickStart.md1
-rw-r--r--pelican/content/RandomnessTesting.md1
-rw-r--r--pelican/content/RelatedWork.md1
-rw-r--r--pelican/content/ReleaseNotes.md1
-rw-r--r--pelican/content/Requirements.md1
-rw-r--r--pelican/content/RoughV1.md1
-rw-r--r--pelican/content/SecureChannel.md1
-rw-r--r--pelican/content/SideChannel.md1
-rw-r--r--pelican/content/StateOfPlay.md1
-rw-r--r--pelican/content/SunetInitialDevelopment.md1
-rw-r--r--pelican/content/TRNGDevelopment.md1
-rw-r--r--pelican/content/UpgradeToKSNG.md1
-rw-r--r--pelican/content/Upgrading.md1
-rw-r--r--pelican/content/UsingSTLink.md1
-rw-r--r--pelican/content/WhoWeAre.md1
-rw-r--r--pelican/content/WikiStart.md1
61 files changed, 62 insertions, 1 deletions
diff --git a/extract.py b/extract.py
index f3c19c1..c7e35b9 100755
--- a/extract.py
+++ b/extract.py
@@ -15,6 +15,7 @@ import trac2md
wiki_query = '''
SELECT
name,
+ author,
version,
time / 1000000 AS time,
text
@@ -79,7 +80,7 @@ def markdown_header(row, first_published):
else:
modtime = ""
first_published[row.name] = row.isotime
- return "Title: {}\nDate: {}\n{}\n".format(row.name, first_published[row.name], modtime)
+ return "Title: {}\nAuthor: {}\nDate: {}\n{}\n".format(row.name, row.author, first_published[row.name], modtime)
def main():
diff --git a/pelican/content/ASICImplementations.md b/pelican/content/ASICImplementations.md
index d362f63..ba997c7 100644
--- a/pelican/content/ASICImplementations.md
+++ b/pelican/content/ASICImplementations.md
@@ -1,4 +1,5 @@
Title: ASICImplementations
+Author: trac
Date: 2016-12-15 22:44
# Development of a Cryptech ASIC Implementation
diff --git a/pelican/content/AlphaBoard.md b/pelican/content/AlphaBoard.md
index 8240bd8..fe597b9 100644
--- a/pelican/content/AlphaBoard.md
+++ b/pelican/content/AlphaBoard.md
@@ -1,4 +1,5 @@
Title: AlphaBoard
+Author: joachims
Date: 2016-12-15 22:39
Modified: 2019-01-22 08:46
diff --git a/pelican/content/AlphaBoardComponents.md b/pelican/content/AlphaBoardComponents.md
index 86ab59e..fe6ac6b 100644
--- a/pelican/content/AlphaBoardComponents.md
+++ b/pelican/content/AlphaBoardComponents.md
@@ -1,4 +1,5 @@
Title: AlphaBoardComponents
+Author: trac
Date: 2016-12-15 22:43
# CrypTech Alpha Board BOM and PCB design requirement sketch
diff --git a/pelican/content/AlphaBoardPictures.md b/pelican/content/AlphaBoardPictures.md
index 82cd254..bc4b486 100644
--- a/pelican/content/AlphaBoardPictures.md
+++ b/pelican/content/AlphaBoardPictures.md
@@ -1,4 +1,5 @@
Title: AlphaBoardPictures
+Author: sra
Date: 2016-12-15 22:44
Modified: 2017-05-19 17:49
diff --git a/pelican/content/AlphaBoardReview.md b/pelican/content/AlphaBoardReview.md
index 2419842..296e519 100644
--- a/pelican/content/AlphaBoardReview.md
+++ b/pelican/content/AlphaBoardReview.md
@@ -1,4 +1,5 @@
Title: AlphaBoardReview
+Author: trac
Date: 2016-12-15 22:44
## Alpha board Layout review
diff --git a/pelican/content/AlphaBoardStrategy.md b/pelican/content/AlphaBoardStrategy.md
index df066e6..bfe04bf 100644
--- a/pelican/content/AlphaBoardStrategy.md
+++ b/pelican/content/AlphaBoardStrategy.md
@@ -1,4 +1,5 @@
Title: AlphaBoardStrategy
+Author: trac
Date: 2016-12-15 22:43
# The Cryptech Alpha Board
diff --git a/pelican/content/AlphaReviewLog.md b/pelican/content/AlphaReviewLog.md
index bb671b3..17a2998 100644
--- a/pelican/content/AlphaReviewLog.md
+++ b/pelican/content/AlphaReviewLog.md
@@ -1,4 +1,5 @@
Title: AlphaReviewLog
+Author: trac
Date: 2016-12-15 22:43
# Review feedback of the Alpha schematics
diff --git a/pelican/content/AlphaSchematics.md b/pelican/content/AlphaSchematics.md
index 7db65b1..dff17aa 100644
--- a/pelican/content/AlphaSchematics.md
+++ b/pelican/content/AlphaSchematics.md
@@ -1,4 +1,5 @@
Title: AlphaSchematics
+Author: trac
Date: 2016-12-15 22:39
The Alpha schematics are almost finished!
diff --git a/pelican/content/AlphaSealedBags.md b/pelican/content/AlphaSealedBags.md
index e4ed2bd..c9c8a7a 100644
--- a/pelican/content/AlphaSealedBags.md
+++ b/pelican/content/AlphaSealedBags.md
@@ -1,4 +1,5 @@
Title: AlphaSealedBags
+Author: ft
Date: 2016-12-16 14:09
Modified: 2016-12-16 14:12
diff --git a/pelican/content/AssuredTooChain.md b/pelican/content/AssuredTooChain.md
index 060a194..f3d6f25 100644
--- a/pelican/content/AssuredTooChain.md
+++ b/pelican/content/AssuredTooChain.md
@@ -1,4 +1,5 @@
Title: AssuredTooChain
+Author: trac
Date: 2016-12-15 22:44
# Issues of an Assured Tool-Chain
diff --git a/pelican/content/BerlinWorkshop.md b/pelican/content/BerlinWorkshop.md
index 8c38e01..d038a01 100644
--- a/pelican/content/BerlinWorkshop.md
+++ b/pelican/content/BerlinWorkshop.md
@@ -1,4 +1,5 @@
Title: BerlinWorkshop
+Author: trac
Date: 2016-12-15 22:43
# CRYPTECH Workshop Agenda
diff --git a/pelican/content/BinaryPackages.md b/pelican/content/BinaryPackages.md
index 34525c6..ea6788a 100644
--- a/pelican/content/BinaryPackages.md
+++ b/pelican/content/BinaryPackages.md
@@ -1,4 +1,5 @@
Title: BinaryPackages
+Author: sra
Date: 2016-12-15 22:44
Modified: 2019-09-03 15:23
diff --git a/pelican/content/BuildingFromSource.md b/pelican/content/BuildingFromSource.md
index 7bc2d6e..6d79d7d 100644
--- a/pelican/content/BuildingFromSource.md
+++ b/pelican/content/BuildingFromSource.md
@@ -1,4 +1,5 @@
Title: BuildingFromSource
+Author: sra
Date: 2017-05-13 17:47
Modified: 2017-05-17 21:28
diff --git a/pelican/content/ConfigureFPGA.md b/pelican/content/ConfigureFPGA.md
index 6048dff..93521e8 100644
--- a/pelican/content/ConfigureFPGA.md
+++ b/pelican/content/ConfigureFPGA.md
@@ -1,4 +1,5 @@
Title: ConfigureFPGA
+Author: trac
Date: 2016-12-15 22:39
*Page Under Development*
diff --git a/pelican/content/CoretestHashesC5G.md b/pelican/content/CoretestHashesC5G.md
index da4e70c..db195ad 100644
--- a/pelican/content/CoretestHashesC5G.md
+++ b/pelican/content/CoretestHashesC5G.md
@@ -1,4 +1,5 @@
Title: CoretestHashesC5G
+Author: trac
Date: 2016-12-15 22:43
# How to start using coretest_hashes on the TerasIC C5G Board
diff --git a/pelican/content/CoretestHashesNovena.md b/pelican/content/CoretestHashesNovena.md
index f99c1d2..fbc40c6 100644
--- a/pelican/content/CoretestHashesNovena.md
+++ b/pelican/content/CoretestHashesNovena.md
@@ -1,4 +1,5 @@
Title: CoretestHashesNovena
+Author: trac
Date: 2016-12-15 22:44
# How to start using coretest_hashes on the Novena PVT1
diff --git a/pelican/content/DNSSEC%2FRequirements.md b/pelican/content/DNSSEC%2FRequirements.md
index 435b93a..cef61c4 100644
--- a/pelican/content/DNSSEC%2FRequirements.md
+++ b/pelican/content/DNSSEC%2FRequirements.md
@@ -1,4 +1,5 @@
Title: DNSSEC/Requirements
+Author: trac
Date: 2016-12-15 22:44
# DNSSEC Requirements
diff --git a/pelican/content/DNSSEC.md b/pelican/content/DNSSEC.md
index 4b1ac47..abe25b2 100644
--- a/pelican/content/DNSSEC.md
+++ b/pelican/content/DNSSEC.md
@@ -1,4 +1,5 @@
Title: DNSSEC
+Author: trac
Date: 2016-12-15 22:43
# DNSSEC
diff --git a/pelican/content/Dashboard.md b/pelican/content/Dashboard.md
index ea46613..7b8f609 100644
--- a/pelican/content/Dashboard.md
+++ b/pelican/content/Dashboard.md
@@ -1,4 +1,5 @@
Title: Dashboard
+Author: trac
Date: 2016-12-15 22:44
# Project Status Dashboard
diff --git a/pelican/content/DevBridgeBoard.md b/pelican/content/DevBridgeBoard.md
index ef0c258..54bdcd0 100644
--- a/pelican/content/DevBridgeBoard.md
+++ b/pelican/content/DevBridgeBoard.md
@@ -1,4 +1,5 @@
Title: DevBridgeBoard
+Author: sra
Date: 2016-12-15 22:43
Modified: 2021-02-14 17:30
diff --git a/pelican/content/DevelopersGuide.md b/pelican/content/DevelopersGuide.md
index 4a6fb34..438807e 100644
--- a/pelican/content/DevelopersGuide.md
+++ b/pelican/content/DevelopersGuide.md
@@ -1,4 +1,5 @@
Title: DevelopersGuide
+Author: trac
Date: 2016-12-15 22:39
*Page Under Development*
diff --git a/pelican/content/DisasterRecovery.md b/pelican/content/DisasterRecovery.md
index 51ca05c..1c2ba6f 100644
--- a/pelican/content/DisasterRecovery.md
+++ b/pelican/content/DisasterRecovery.md
@@ -1,4 +1,5 @@
Title: DisasterRecovery
+Author: pselkirk
Date: 2017-05-13 00:30
# Disaster Recovery
diff --git a/pelican/content/DocMeet.md b/pelican/content/DocMeet.md
index 306c43f..fa460b0 100644
--- a/pelican/content/DocMeet.md
+++ b/pelican/content/DocMeet.md
@@ -1,4 +1,5 @@
Title: DocMeet
+Author: trac
Date: 2016-12-15 22:39
# Documents, Meetings, etc.
diff --git a/pelican/content/Documents.md b/pelican/content/Documents.md
index 21589ed..6052d99 100644
--- a/pelican/content/Documents.md
+++ b/pelican/content/Documents.md
@@ -1,4 +1,5 @@
Title: Documents
+Author: trac
Date: 2016-12-15 22:43
# Presentations and Design Documents
diff --git a/pelican/content/EDAToolchainSurvey.md b/pelican/content/EDAToolchainSurvey.md
index cdb1e4d..b8632a6 100644
--- a/pelican/content/EDAToolchainSurvey.md
+++ b/pelican/content/EDAToolchainSurvey.md
@@ -1,4 +1,5 @@
Title: EDAToolchainSurvey
+Author: trac
Date: 2016-12-15 22:43
The major issue is finding tools that allows a designer, user to verify that the RTL source code (in Verilog or VHDL) matches what is generated at the physical level. As part of the project we need to investigate the current status of open tools in the toolchain for implementation and verification of hardware. This includes RTL simulation, synthesis, place & route, netlist verification, timing analysis and configuration file generation and analysis. (This implies that the target is an FPGA.). If there are no open tools we need to find ways of verifying pre- and post-functionality to check that the black box tool does not alter (subvert) the design in ways not intended.
diff --git a/pelican/content/ExternalProjects.md b/pelican/content/ExternalProjects.md
index b5ea421..30ffa38 100644
--- a/pelican/content/ExternalProjects.md
+++ b/pelican/content/ExternalProjects.md
@@ -1,4 +1,5 @@
Title: ExternalProjects
+Author: ln5
Date: 2018-09-17 10:12
Modified: 2018-09-17 10:27
diff --git a/pelican/content/ExternalProjectsTorHSM.md b/pelican/content/ExternalProjectsTorHSM.md
index 9e6e0c0..46fe696 100644
--- a/pelican/content/ExternalProjectsTorHSM.md
+++ b/pelican/content/ExternalProjectsTorHSM.md
@@ -1,4 +1,5 @@
Title: ExternalProjectsTorHSM
+Author: ln5
Date: 2018-09-17 10:26
Modified: 2018-10-01 14:38
diff --git a/pelican/content/GettingStartedNovena.md b/pelican/content/GettingStartedNovena.md
index a6f3294..aec3f75 100644
--- a/pelican/content/GettingStartedNovena.md
+++ b/pelican/content/GettingStartedNovena.md
@@ -1,4 +1,5 @@
Title: GettingStartedNovena
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/Hardware.md b/pelican/content/Hardware.md
index 4fc2d99..633e90b 100644
--- a/pelican/content/Hardware.md
+++ b/pelican/content/Hardware.md
@@ -1,4 +1,5 @@
Title: Hardware
+Author: trac
Date: 2016-12-15 22:43
# Cryptech Hardware
diff --git a/pelican/content/InterconnectStandards.md b/pelican/content/InterconnectStandards.md
index b9384a6..ee13711 100644
--- a/pelican/content/InterconnectStandards.md
+++ b/pelican/content/InterconnectStandards.md
@@ -1,4 +1,5 @@
Title: InterconnectStandards
+Author: trac
Date: 2016-12-15 22:44
# Comparison of On-Chip Bus Standards
diff --git a/pelican/content/Joachim%20Str%C3%B6mbergson.md b/pelican/content/Joachim%20Str%C3%B6mbergson.md
index ccce290..da3d55a 100644
--- a/pelican/content/Joachim%20Str%C3%B6mbergson.md
+++ b/pelican/content/Joachim%20Str%C3%B6mbergson.md
@@ -1,4 +1,5 @@
Title: Joachim Strömbergson
+Author: trac
Date: 2016-12-15 22:54
# Joachim Strömbergson
diff --git a/pelican/content/MailingLists.md b/pelican/content/MailingLists.md
index ca49e2f..6694644 100644
--- a/pelican/content/MailingLists.md
+++ b/pelican/content/MailingLists.md
@@ -1,4 +1,5 @@
Title: MailingLists
+Author: trac
Date: 2016-12-15 22:39
# Communications
diff --git a/pelican/content/MiscStuff.md b/pelican/content/MiscStuff.md
index 3ee83d2..8363780 100644
--- a/pelican/content/MiscStuff.md
+++ b/pelican/content/MiscStuff.md
@@ -1,4 +1,5 @@
Title: MiscStuff
+Author: trac
Date: 2016-12-15 22:39
# References & Miscellaneous
diff --git a/pelican/content/NoisyDiode.md b/pelican/content/NoisyDiode.md
index 058566a..10d052a 100644
--- a/pelican/content/NoisyDiode.md
+++ b/pelican/content/NoisyDiode.md
@@ -1,4 +1,5 @@
Title: NoisyDiode
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/OpenCryptoChip.md b/pelican/content/OpenCryptoChip.md
index 397e14e..f7e8f6c 100644
--- a/pelican/content/OpenCryptoChip.md
+++ b/pelican/content/OpenCryptoChip.md
@@ -1,4 +1,5 @@
Title: OpenCryptoChip
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/OpenDNSSEC.md b/pelican/content/OpenDNSSEC.md
index 57ca6d2..ab7105e 100644
--- a/pelican/content/OpenDNSSEC.md
+++ b/pelican/content/OpenDNSSEC.md
@@ -1,4 +1,5 @@
Title: OpenDNSSEC
+Author: sra
Date: 2016-12-15 22:43
Modified: 2017-05-13 21:34
diff --git a/pelican/content/PKCS11Proxy.md b/pelican/content/PKCS11Proxy.md
index 58dc151..792d49d 100644
--- a/pelican/content/PKCS11Proxy.md
+++ b/pelican/content/PKCS11Proxy.md
@@ -1,4 +1,5 @@
Title: PKCS11Proxy
+Author: trac
Date: 2016-12-15 22:44
The pkcs11-proxy is a way to tunnel PKCS11 over TCP (TLS). This page explains how to build and install PKCS11 proxy on the novena. There are various forks of this on github. We're going to use the SUNET fork since it support TLS-PSK for authentication out of the box. The proxy does not currently support different word length on each side of the tunnel so to use it with the novena platform your PKCS11 client must be 32 bit.
diff --git a/pelican/content/PostAlphaPlan.md b/pelican/content/PostAlphaPlan.md
index b90fa91..421502e 100644
--- a/pelican/content/PostAlphaPlan.md
+++ b/pelican/content/PostAlphaPlan.md
@@ -1,4 +1,5 @@
Title: PostAlphaPlan
+Author: pselkirk
Date: 2016-12-15 22:44
Modified: 2017-05-16 14:53
diff --git a/pelican/content/PrahaWorkshop.md b/pelican/content/PrahaWorkshop.md
index 0890799..ee05282 100644
--- a/pelican/content/PrahaWorkshop.md
+++ b/pelican/content/PrahaWorkshop.md
@@ -1,4 +1,5 @@
Title: PrahaWorkshop
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/PrahaWorkshopSSH.md b/pelican/content/PrahaWorkshopSSH.md
index 38cd059..c142f16 100644
--- a/pelican/content/PrahaWorkshopSSH.md
+++ b/pelican/content/PrahaWorkshopSSH.md
@@ -1,4 +1,5 @@
Title: PrahaWorkshopSSH
+Author: trac
Date: 2016-12-15 22:43
## The list of all known SSH keys
diff --git a/pelican/content/ProjectArchive.md b/pelican/content/ProjectArchive.md
index b13e8b9..26c51af 100644
--- a/pelican/content/ProjectArchive.md
+++ b/pelican/content/ProjectArchive.md
@@ -1,4 +1,5 @@
Title: ProjectArchive
+Author: trac
Date: 2016-12-15 22:44
*Page Under Construction*
diff --git a/pelican/content/ProjectManagement.md b/pelican/content/ProjectManagement.md
index 8f46342..3908c61 100644
--- a/pelican/content/ProjectManagement.md
+++ b/pelican/content/ProjectManagement.md
@@ -1,4 +1,5 @@
Title: ProjectManagement
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/ProjectMetadata.md b/pelican/content/ProjectMetadata.md
index bfc8474..c9c17ba 100644
--- a/pelican/content/ProjectMetadata.md
+++ b/pelican/content/ProjectMetadata.md
@@ -1,4 +1,5 @@
Title: ProjectMetadata
+Author: trac
Date: 2016-12-15 22:43
diff --git a/pelican/content/ProjectStatus.md b/pelican/content/ProjectStatus.md
index 3130c73..4b8e01f 100644
--- a/pelican/content/ProjectStatus.md
+++ b/pelican/content/ProjectStatus.md
@@ -1,4 +1,5 @@
Title: ProjectStatus
+Author: trac
Date: 2016-12-15 22:44
*Page Under Development*
diff --git a/pelican/content/QuickStart.md b/pelican/content/QuickStart.md
index bb2d982..0ab1839 100644
--- a/pelican/content/QuickStart.md
+++ b/pelican/content/QuickStart.md
@@ -1,4 +1,5 @@
Title: QuickStart
+Author: sra
Date: 2016-12-15 22:43
Modified: 2017-05-13 20:39
diff --git a/pelican/content/RandomnessTesting.md b/pelican/content/RandomnessTesting.md
index 3b2752f..4272bd9 100644
--- a/pelican/content/RandomnessTesting.md
+++ b/pelican/content/RandomnessTesting.md
@@ -1,4 +1,5 @@
Title: RandomnessTesting
+Author: trac
Date: 2016-12-15 22:43
# Randomness Testing Tools
diff --git a/pelican/content/RelatedWork.md b/pelican/content/RelatedWork.md
index 688585d..bd10c31 100644
--- a/pelican/content/RelatedWork.md
+++ b/pelican/content/RelatedWork.md
@@ -1,4 +1,5 @@
Title: RelatedWork
+Author: trac
Date: 2016-12-15 22:44
# Related Work
diff --git a/pelican/content/ReleaseNotes.md b/pelican/content/ReleaseNotes.md
index 12fbf10..3177d24 100644
--- a/pelican/content/ReleaseNotes.md
+++ b/pelican/content/ReleaseNotes.md
@@ -1,4 +1,5 @@
Title: ReleaseNotes
+Author: sra
Date: 2017-05-13 19:06
Modified: 2017-05-13 19:18
diff --git a/pelican/content/Requirements.md b/pelican/content/Requirements.md
index 8f4a592..dd15669 100644
--- a/pelican/content/Requirements.md
+++ b/pelican/content/Requirements.md
@@ -1,4 +1,5 @@
Title: Requirements
+Author: trac
Date: 2016-12-15 22:39
# HSM Requirements
diff --git a/pelican/content/RoughV1.md b/pelican/content/RoughV1.md
index 19e15d3..40fc314 100644
--- a/pelican/content/RoughV1.md
+++ b/pelican/content/RoughV1.md
@@ -1,4 +1,5 @@
Title: RoughV1
+Author: sra
Date: 2016-12-15 22:43
Modified: 2021-02-14 17:33
diff --git a/pelican/content/SecureChannel.md b/pelican/content/SecureChannel.md
index baf4f6c..3f6f1b5 100644
--- a/pelican/content/SecureChannel.md
+++ b/pelican/content/SecureChannel.md
@@ -1,4 +1,5 @@
Title: SecureChannel
+Author: sra
Date: 2017-07-27 00:24
Modified: 2017-07-27 19:02
diff --git a/pelican/content/SideChannel.md b/pelican/content/SideChannel.md
index afe5730..9fd350e 100644
--- a/pelican/content/SideChannel.md
+++ b/pelican/content/SideChannel.md
@@ -1,4 +1,5 @@
Title: SideChannel
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/StateOfPlay.md b/pelican/content/StateOfPlay.md
index e5dae85..27c7b74 100644
--- a/pelican/content/StateOfPlay.md
+++ b/pelican/content/StateOfPlay.md
@@ -1,4 +1,5 @@
Title: StateOfPlay
+Author: trac
Date: 2016-12-15 22:44
diff --git a/pelican/content/SunetInitialDevelopment.md b/pelican/content/SunetInitialDevelopment.md
index 196d912..4ff0580 100644
--- a/pelican/content/SunetInitialDevelopment.md
+++ b/pelican/content/SunetInitialDevelopment.md
@@ -1,4 +1,5 @@
Title: SunetInitialDevelopment
+Author: trac
Date: 2016-12-15 22:43
# Planning for SUNET funded Cryptech Work
diff --git a/pelican/content/TRNGDevelopment.md b/pelican/content/TRNGDevelopment.md
index db798b7..aba11d2 100644
--- a/pelican/content/TRNGDevelopment.md
+++ b/pelican/content/TRNGDevelopment.md
@@ -1,4 +1,5 @@
Title: TRNGDevelopment
+Author: trac
Date: 2016-12-15 22:44
# TRNG Development
diff --git a/pelican/content/UpgradeToKSNG.md b/pelican/content/UpgradeToKSNG.md
index 1da622c..c9c6f67 100644
--- a/pelican/content/UpgradeToKSNG.md
+++ b/pelican/content/UpgradeToKSNG.md
@@ -1,4 +1,5 @@
Title: UpgradeToKSNG
+Author: sra
Date: 2016-12-22 22:33
Modified: 2016-12-22 22:53
diff --git a/pelican/content/Upgrading.md b/pelican/content/Upgrading.md
index 76139c7..c4151f1 100644
--- a/pelican/content/Upgrading.md
+++ b/pelican/content/Upgrading.md
@@ -1,4 +1,5 @@
Title: Upgrading
+Author: ln5
Date: 2017-05-12 23:15
Modified: 2018-04-07 23:03
diff --git a/pelican/content/UsingSTLink.md b/pelican/content/UsingSTLink.md
index a44eb53..c91cbb4 100644
--- a/pelican/content/UsingSTLink.md
+++ b/pelican/content/UsingSTLink.md
@@ -1,4 +1,5 @@
Title: UsingSTLink
+Author: joachims
Date: 2017-05-13 03:37
Modified: 2019-01-24 14:37
diff --git a/pelican/content/WhoWeAre.md b/pelican/content/WhoWeAre.md
index 21241b3..ee71e32 100644
--- a/pelican/content/WhoWeAre.md
+++ b/pelican/content/WhoWeAre.md
@@ -1,4 +1,5 @@
Title: WhoWeAre
+Author: trac
Date: 2016-12-15 22:43
# Who We Are
diff --git a/pelican/content/WikiStart.md b/pelican/content/WikiStart.md
index 77030a1..8101eed 100644
--- a/pelican/content/WikiStart.md
+++ b/pelican/content/WikiStart.md
@@ -1,4 +1,5 @@
Title: WikiStart
+Author: sra
Date: 2016-12-15 20:46
Modified: 2017-05-13 20:30