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

Extend X509Crl functionality #2174

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    3b79c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834e375 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    e2756d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235f8b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f5937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf4c7e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45534ac View commit details
    Browse the repository at this point in the history
  6. fix crl_revoke test

    gweisert committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    57e376a View commit details
    Browse the repository at this point in the history
  7. fix c related integer issues

    gweisert committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    cd0bf42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b44bcc5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30f4f30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f98474f View commit details
    Browse the repository at this point in the history
  11. fix typo

    gweisert committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    62a449c View commit details
    Browse the repository at this point in the history
  12. boringssl compatibility

    gweisert committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    f738016 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4213ae2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7a8f3f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    75397e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    3ccd389 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. add binding for X509_CRL_get_version

    Georg Weisert committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    41fd2a4 View commit details
    Browse the repository at this point in the history
  2. add method to retrieve a CRL's version

    Georg Weisert committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a86bf40 View commit details
    Browse the repository at this point in the history
  3. rework X509Crl::new

    add optional config paramter; fix erroneous CRL version; add
    AuthorityKetIdenfier extension when building CRLv2; set_crl_number is
    now private; increment_crl_number is the new public interface, returning
    the new crl value, or None if self is a CRLv1; update tests using
    X509Crl::new
    Georg Weisert committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    fc468e5 View commit details
    Browse the repository at this point in the history
  4. add conditional compilation directives

    Georg Weisert committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a53177e View commit details
    Browse the repository at this point in the history
  5. linting

    Georg Weisert committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3e4fbdb View commit details
    Browse the repository at this point in the history
  6. extend availability of X509_CRL_get_version and related function to l…

    …ibressl 2.8.1
    Georg Weisert committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    974a8d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    04ceb33 View commit details
    Browse the repository at this point in the history
  2. use non-owning X509 where sensible

    Georg Weisert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    812b73e View commit details
    Browse the repository at this point in the history