-
Notifications
You must be signed in to change notification settings - Fork 109
Labels
openssl removalOpenSSL removal project (#499)OpenSSL removal project (#499)
Description
We are in the process of dropping OpenSSL wholesale from all Kanidm related projects.
To achieve this in webauthn-rs will be a lot of work.
The problem is that if we do this as one large PR, this makes it very hard to review.
But if we try to chunk this down to smaller PR's, we either have to keep adding in compat and error handling that we intent to throw out.
I want to suggest we make a branch for staging our changes, so that we can submit openssl related removal changes, in small batches allowing them all to be reviewed. Then at the end, we merge that stage branch as a whole large change to main. This way we can use unwrap/expect during the initially changes, and then remove those as we proceed in the removal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
openssl removalOpenSSL removal project (#499)OpenSSL removal project (#499)