[ 源代码: golang-sslmate-src-go-pkcs12 ]
软件包:golang-sslmate-src-go-pkcs12-dev(0.2.0-1)
golang-sslmate-src-go-pkcs12-dev 的相关链接
Debian 的资源:
下载源码包 golang-sslmate-src-go-pkcs12:
- [golang-sslmate-src-go-pkcs12_0.2.0-1.dsc]
- [golang-sslmate-src-go-pkcs12_0.2.0.orig.tar.gz]
- [golang-sslmate-src-go-pkcs12_0.2.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go library for encoding and decoding PKCS#12 files (library)
This package implements some of PKCS#12 (also known as P12 or PFX). 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 because encoding/asn1 only supports DER.
其他与 golang-sslmate-src-go-pkcs12-dev 有关的软件包
|
|
|
|
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries