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

ZBUG-3135 zmcertmgr: make verifycrt work for non-RSA (ECDSA) certificates as well #96

Merged
merged 1 commit into from Nov 29, 2023

Conversation

ghen2
Copy link
Contributor

@ghen2 ghen2 commented Nov 24, 2021

by comparing pubkey (generic) instead of modulus (RSA specific).

by comparing pubkey (generic) instead of modulus (RSA specific).
@ghen2
Copy link
Contributor Author

ghen2 commented Nov 24, 2021

zmcertmgr createca/createcrt/createcsr should get the ability to create ECDSA certificates as well.

@its-vincent
Copy link

This issue took down our production mail server as the auto-renewed letsencrypt certificates were of type ECDSA. This needs urgent fixing

@barrydegraaff barrydegraaff changed the title zmcertmgr: make verifycrt work for non-RSA (ECDSA) certificates as well ZBUG-3135 zmcertmgr: make verifycrt work for non-RSA (ECDSA) certificates as well Oct 5, 2023
@barrydegraaff
Copy link
Member

I have validated this fix, with fixed applied I can deploy both RSA and ECDSA certificates.

Copy link
Member

@barrydegraaff barrydegraaff left a comment

Choose a reason for hiding this comment

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

I have validated this fix, with fixed applied I can deploy both RSA and ECDSA certificates.

@its-vincent
Copy link

Great that this initial fix for deploying ECDSA certs has been approved. Will it be in the next 8.8.15/9.x/10.x patches?
Is there a separate zimbra ticket to implement full CA support for ECDSA certs, from generating keys/CSRs/etc., into zmcertmgr?

@ashishkataria86 ashishkataria86 requested review from ashishkataria86 and removed request for ashishkataria86 October 10, 2023 09:59
@umagmrit umagmrit merged commit 8ea2148 into Zimbra:develop Nov 29, 2023
@ghen2 ghen2 deleted the zmcertmgr-ecc branch November 29, 2023 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants