Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CertMan implementation #1

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

CertMan implementation #1

wants to merge 38 commits into from

Conversation

0xf104a
Copy link
Contributor

@0xf104a 0xf104a commented Jul 21, 2024

This pull request implements certman module

@0xf104a 0xf104a added the enhancement New feature or request label Jul 21, 2024
panianyaa and others added 27 commits July 21, 2024 19:18
… to impls of TransportService, updated ping module
… to impls of TransportService, updated ping module, minor fixes
@@ -40,7 +282,13 @@ impl SigningNamespace {
}

pub fn show(&mut self){

let result =self.cert_binder.lock().unwrap().get_signing_certificates();
let mut table = Table::new(vec!["SERIAL", "NAME", "FLAGS"]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to know parents' serial in this table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants