Freshgomod (#106)
* initial go modules, fresh start to find breaking change * change dep to go mod vendor * main go modules done, tests passed locally * upgrade go in dockerfileserver
This commit is contained in:
committed by
GitHub Enterprise
parent
a2940a4ba8
commit
678a62f152
5
vendor/software.sslmate.com/src/go-pkcs12/README.md
generated
vendored
5
vendor/software.sslmate.com/src/go-pkcs12/README.md
generated
vendored
@@ -5,11 +5,14 @@
|
||||
import "software.sslmate.com/src/go-pkcs12"
|
||||
|
||||
Package pkcs12 implements some of PKCS#12 (also known as P12 or PFX).
|
||||
It is intended for decoding P12/PFX files for use with the `crypto/tls`
|
||||
It is intended for decoding DER-encoded P12/PFX files for use with the `crypto/tls`
|
||||
package, and for encoding P12/PFX files for use by legacy applications which
|
||||
do not support newer formats. Since PKCS#12 uses weak encryption
|
||||
primitives, it SHOULD NOT be used for new applications.
|
||||
|
||||
Note that only DER-encoded PKCS#12 files are supported, even though PKCS#12
|
||||
allows BER encoding. This is becuase encoding/asn1 only supports DER.
|
||||
|
||||
This package is forked from `golang.org/x/crypto/pkcs12`, which is frozen.
|
||||
The implementation is distilled from https://tools.ietf.org/html/rfc7292
|
||||
and referenced documents.
|
||||
|
||||
Reference in New Issue
Block a user