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

Add X509 CRL creation utils #2109

Closed
wants to merge 4 commits into from

Conversation

PetrichorIT
Copy link

This PR adds functions for X509 CRL creation.
All functions depend on existing bindings:

  • X509_REVOKED_new
  • X509_REVOKED_set_serialNumber
  • X509_REVOKED_set_revocationDate
  • X509_REVOKED_dup
  • X509_CRL_new
  • X509_CRL_add0_revoked
  • X509_CRL_sort
  • X509_CRL_set1_lastUpdate
  • X509_CRL_set_issuer_name
  • X509_CRL_sign

@PetrichorIT PetrichorIT marked this pull request as draft November 27, 2023 12:46
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.

1 participant