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

Implement NDNCERT client #120

Merged
merged 14 commits into from
Jan 29, 2025
Merged

Implement NDNCERT client #120

merged 14 commits into from
Jan 29, 2025

Conversation

pulsejet
Copy link
Collaborator

  1. NDNCERT client protocol
  2. CA redirection
  3. Tested with ECC, RSA 2048 and 4096. Ed25519 fails for some reason with Invalid signature in the self-signed certificate at CA.
  4. Update docs for CLI info

@pulsejet pulsejet requested a review from zjkmxy January 28, 2025 12:01
@pulsejet pulsejet self-assigned this Jan 28, 2025
@Pesa
Copy link
Member

Pesa commented Jan 28, 2025

Tested with ECC

I assume you mean ECDSA?

Ed25519 fails for some reason with Invalid signature in the self-signed certificate at CA.

Which implementation are you testing against? The C++ one doesn't support Ed25519 yet.

@pulsejet
Copy link
Collaborator Author

I assume you mean ECDSA?

Yeah.

The C++ one doesn't support Ed25519 yet.

Okay, makes sense then (tested against testbed)

@pulsejet pulsejet merged commit 90fc92a into main Jan 29, 2025
10 checks passed
@pulsejet pulsejet deleted the cert branch January 29, 2025 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants