zcrypto icon indicating copy to clipboard operation
zcrypto copied to clipboard

Liberal Go TLS + X.509 Library for Research

Results 48 zcrypto issues
Sort by recently updated
recently updated
newest added

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **Reproduce**: `./zcertificate seed-16s31-18s18-338s38-472s35-964s15 .pem` **Expected result**: similar to the following ``` Issuer: C = UN, ST = NYS, O = UNGA, OU =...

enhancement
wish-list

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **Reproduce**: `./zcertificate seed-4s18-107s39-129s28-386s32-409s26-544s38.pem` **Expected result**: similar to the "critical" in the following ``` X509v3 Certificate Policies: critical Policy: 2.23.140.1.2.1 CPS: https://www.a.com/b.ext CPS: https://www.c.com/d.ext...

bug

**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...

bug

The extension Private Key Usage Period cannot be recognized while OpenSSL and GnuTLS can [cert-example-ie-cer21.zip](https://github.com/zmap/zcrypto/files/4600497/cert-example-ie-cer21.zip)

enhancement
wish-list

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **Reproduce**: `./zcertificate seed-7s35-9s14-10s18-26s21.pem` **Expected result**: keyUsage and basicConstraints are shown "critical": true/false as 2.5.29.46 (Freshest CRL) is shown "critical": false. **Actual result**: "extensions":...

bug

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **Reproduce**: `./zcertificate seed-4s18-12s35-17s32-22s35-112s19-752s30-822s27.pem` **Expected result**: ``` X509v3 Policy Mappings: 2.5.29.32.1:1.3.5.8 ``` **Actual result**: ``` "unknown_extensions": [ ... { "id": "2.5.29.33", "critical": false, "value":...

enhancement
wish-list

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **Reproduce**: `./zcertificate seed-7s35-9s14-37s37-55s29-750s39.pem` **Expected result**: The extension Netscape Cert Type is displayed. **Actual result**: "unknown_extensions": [ ... { "id": "2.16.840.1.113730.1.1", "critical": true, "value":...

enhancement
wish-list

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **Reproduce**: `./zcertificate seed-7s35-9s14-37s37-55s29-750s39.pem` **Expected result**: the extension Subject Information Access is displayed correctly instead of "unkown extension" **Actual result**: "unknown_extensions": [ ... {...

enhancement
wish-list

**Env**: Ubuntu x64 **Go version**: 1.13, 1.15 **reproduce**: `./zcertificate seed-7s35-9s14-37s37-55s29-750s39.pem` **Expected result**: the extension `policy constraints` is displayed correctly in JSON output instead of `unknown extension` **Actual result**: "unknown_extensions": [...

enhancement
wish-list

Env: Ubuntu x64 Go version: 1.13, 1.15 Cmd: ./zcertificate seed-7s35-9s14-10s18-26s21.pem Expected result: to show the extension "Freshest CRL". Actual result: "unknown_extensions": [ { "id": "2.5.29.46", "critical": false, "value": "MEswSaAVoRMwEQYDVQQDDApraW94aWEuY29tgQMHf4CiK4EHZ0BoLmNvbYIPd3d3LmV4YW1wbGUuY29thg93d3cuYi5jb20vYy5leHQ=" }...

enhancement
wish-list