mozkeeler / sunlight

Examine the Certificate Transparency Log for Baseline Requirements issues
MIT License
2 stars 1 forks source link

include nameConstraints as a BR violation #54

Open monicachew opened 9 years ago

monicachew commented 9 years ago

From the x509 golang package

699 // RFC 5280, 4.2.1.10 700 type nameConstraints struct { 701 Permitted []generalSubtree asn1:"optional,tag:0" 702 Excluded []generalSubtree asn1:"optional,tag:1" 703 } 704