aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2023-11-29Fix association taggingsYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Add association tags and generate UMLYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Add UML generatorYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Move TUI and GUI into separate packagesYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Phase 4: Task 2Yuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-28Import Event / EventLogYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Add commentsYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Add QR codeYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Use basic ASCIIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Use basic ASCIIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-23Add GUIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-11-12Add IntellliJ themeYuuta Liang
2023-11-12Initial GUIYuuta Liang
Test Idea GUI designer against CI
2023-10-26Add persistenceYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-10-25Refactor: move all logics into CertificationAuthorityYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
2023-10-14Fix comments in UIYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Fix coverageYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Commit files that had not been synced to disk by IdeaYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Fix lintYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-14Implement the CAYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-12Fix lintYuuta Liang
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-10-12Implement data structures from X.680, X.501, X.509, and PKCS#10, with X.690 ↵Yuuta Liang
encoding / decoding support The implementation took four days, and it is still a little bit rough. Updated version should arrive soon. Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
2023-09-21Starter filesclassy