Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
74b56022
Commit
74b56022
authored
Feb 07, 2018
by
Brad Fitzpatrick
Committed by
Andrew Bonventre
Feb 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: note that x509 cert parsing rejects some more certs now
Fixes #23711
parent
c52e27e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
go1.10.html
doc/go1.10.html
+2
-1
No files found.
doc/go1.10.html
View file @
74b56022
...
...
@@ -785,7 +785,8 @@ Parsed certificates also now report URI names and IP, email, and URI constraints
<a
href=
"/pkg/crypto/x509/#Certificate"
><code>
Certificate
</code></a>
fields
<code>
URIs
</code>
,
<code>
PermittedIPRanges
</code>
,
<code>
ExcludedIPRanges
</code>
,
<code>
PermittedEmailAddresses
</code>
,
<code>
ExcludedEmailAddresses
</code>
,
<code>
PermittedURIDomains
</code>
, and
<code>
ExcludedURIDomains
</code>
.
<code>
PermittedURIDomains
</code>
, and
<code>
ExcludedURIDomains
</code>
. Certificates with
invalid values for those fields are now rejected.
</p>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment