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
269df582
Commit
269df582
authored
Jun 30, 2010
by
Adam Langley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x509: fix English.
(addressing comments from 1741045) R=r CC=golang-dev
https://golang.org/cl/1678047
parent
9c09ed13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
x509.go
src/pkg/crypto/x509/x509.go
+2
-2
No files found.
src/pkg/crypto/x509/x509.go
View file @
269df582
...
@@ -761,8 +761,8 @@ var (
...
@@ -761,8 +761,8 @@ var (
// MaxPathLen, SubjectKeyId, DNSNames.
// MaxPathLen, SubjectKeyId, DNSNames.
//
//
// The certificate is signed by parent. If parent is equal to template then the
// The certificate is signed by parent. If parent is equal to template then the
// certificate is self-signed.
pub is the public key of the signee. priv is
the
// certificate is self-signed.
The parameter pub is the public key of
the
// private key of the signer.
//
signee and priv is the
private key of the signer.
//
//
// The returned slice is the certificate in DER encoding.
// The returned slice is the certificate in DER encoding.
func
CreateCertificate
(
rand
io
.
Reader
,
template
,
parent
*
Certificate
,
pub
*
rsa
.
PublicKey
,
priv
*
rsa
.
PrivateKey
)
(
cert
[]
byte
,
err
os
.
Error
)
{
func
CreateCertificate
(
rand
io
.
Reader
,
template
,
parent
*
Certificate
,
pub
*
rsa
.
PublicKey
,
priv
*
rsa
.
PrivateKey
)
(
cert
[]
byte
,
err
os
.
Error
)
{
...
...
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