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

x509 Interface #47

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

x509 Interface #47

wants to merge 12 commits into from

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    4e2cc0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17370cd View commit details
    Browse the repository at this point in the history
  3. asn1: respect option to include Null nodes inside Any nodes

    Also tests x509 encode/decode completely matches the source file.
    pinheadmz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    2ca0dae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8137924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3bf1fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bcb0b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27fb11b View commit details
    Browse the repository at this point in the history
  8. encoding: OID, minor

    pinheadmz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e8fb6d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    168c664 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2f03d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c20d814 View commit details
    Browse the repository at this point in the history
  12. text: some x509 identfiers require NULL even though its optional

    https://www.ietf.org/rfc/rfc4055.txt
    
    "In this case, the rsaEncryption object identifier MUST be used in the
    algorithm field within the subject public key information, and the
    parameters field MUST contain NULL."
    pinheadmz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    dd15c2c View commit details
    Browse the repository at this point in the history