Skip to content

ED25519 support for mTLS helpers - #41

Merged
rambo merged 3 commits into
mainfrom
ED25519_support
Aug 22, 2026
Merged

ED25519 support for mTLS helpers#41
rambo merged 3 commits into
mainfrom
ED25519_support

Conversation

@rambo

@rambo rambo commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

User-Facing Summary

Why It's Good for the Product (Release Goal)

  • Smaller keys -> faster

@rambo
rambo marked this pull request as draft August 22, 2026 09:57
@rambo
rambo marked this pull request as ready for review August 22, 2026 10:01

@sjlehtin sjlehtin left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

one minor nit, otherwise looks ok

if check_path.exists():
LOGGER.warning("{} already exists, it will be overwritten".format(check_path))
LOGGER.info("Generating {} keypair of size {}, this will take a moment".format(ktype, ksize))
ckp: Optional[KPTYPE] = None

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Equivalent form is ckp: KPTYPE | None which would avoid the Optional, I think this is the recommended current way.

@rambo
rambo merged commit 13500a3 into main Aug 22, 2026
10 checks passed
@rambo
rambo deleted the ED25519_support branch August 22, 2026 11:26
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.

Add support for ED25519 keys in mtlshelpers

2 participants