-
Notifications
You must be signed in to change notification settings - Fork 134
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
x509-ocsp: implement builder #1259
x509-ocsp: implement builder #1259
Conversation
To keep all changes in |
I merged the latest master with the workflow changes but the issues still persist. I'm not sure what the problem is. Edit: changed the offending workflows: |
@bhesh I'd like to get this merged, but it looks like it needs a rebase |
Rebasing was causing me a lot of issues. I just merged with the latest master |
Thank you! |
Fixed a bug with
CrlReferences
/CrlId
extensions, added a ton of tests, and implemented a basic builder. Optionalrand
,builder
, andstd
features.