Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

jstemmer/pkcs10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

No longer maintained

This project is no longer being maintained. Go 1.3 added support for PKCS#10 certificate signing requests to the crypto/x509 package.

pkcs10

Package pkcs10 parses and creates PKCS#10 certificate signing requests, as specified in RFC 2986.

Build Status

Documentation

http://godoc.org/github.com/jstemmer/pkcs10

License

See LICENSE.

Some unexported functions and variables in the official crypto/x509 package from the Go source have been used, all contained in the x509.go file, under the license in LICENSE-GO.

About

Go package to parse and create PKCS#10 certificate signing requests

Resources

License

BSD-2-Clause, BSD-3-Clause licenses found

Licenses found

BSD-2-Clause
LICENSE
BSD-3-Clause
LICENSE-GO

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages