Actions
Bug #1782
closedUnkown TLS's subject attributes
Affected Versions:
Effort:
Difficulty:
Label:
Description
When connecting to github.com using https, the subject certificate has some "unknown" fields reported in the tls.subject output:
unknown=Private Organization, unknown=US, unknown=Delaware, serialNumber=5157550, unknown=88 Colin P Kelly, Jr Street, unknown=94107, C=US, ST=California, L=San Francisco, O=GitHub, Inc., CN=github.com
Though using openssl:
$ openssl s_client -connect github.com:443 [...] 0 s:/businessCategory=Private Organization/1.3.6.1.4.1.311.60.2.1.3=US/1.3.6.1.4.1.311.60.2.1.2=Delaware/serialNumber=5157550/street=88 Colin P Kelly, Jr Street/postalCode=94107/C=US/ST=California/L=San Francisco/O=GitHub, Inc./CN=github.com ]]]
Actions