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

Zcrypto does not represent the "critical" of Issuer Alternative Name #253

Open
GOODPWDCETCSZ opened this issue Jan 26, 2021 · 0 comments
Open
Labels

Comments

@GOODPWDCETCSZ
Copy link

Env: Ubuntu x64

Go version: 1.13, 1.15

Reproduce: ./zcertificate seed-73s19-723s32 .pem

Expected result:
similar to

X509v3 Issuer Alternative Name: critical
                email:[email protected], DNS:www.c.com, URI:http://www.b.gov/index.htm, IP Address:169.253.153.151, IP Address:FE80:6789:A63A:E94C:791A:B0E5:8F97:1686

Actual result:

"issuer_alt_name": {
      "dns_names": [
        "www.c.com"
      ],
      "email_addresses": [
        "[email protected]"
      ],
      "ip_addresses": [
        "169.253.153.151",
        "fe80:6789:a63a:e94c:791a:b0e5:8f97:1686"
      ],
      "uniform_resource_identifiers": [
        "http://www.b.gov/index.htm"
      ]
    },

Attachment
seed-73s19-723s32.zip

@cpu cpu added the bug label Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants