Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Go library for encoding and decoding PKCS#12 files

License

NotificationsYou must be signed in to change notification settings

SSLMate/go-pkcs12

Repository files navigation

Documentation

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 DER-encoded P12/PFX files for use with thecrypto/tlspackage, and for encoding P12/PFX files for use by legacy applications whichdo not support newer formats. Since PKCS#12 uses weak encryptionprimitives, it SHOULD NOT be used for new applications.

Note that only DER-encoded PKCS#12 files are supported, even though PKCS#12allows BER encoding. This is because encoding/asn1 only supports DER.

This package is forked fromgolang.org/x/crypto/pkcs12, which is frozen.The implementation is distilled fromhttps://tools.ietf.org/html/rfc7292and referenced documents.

Import Path

Note that although the source code and issue tracker for this package are hostedon GitHub, the import path is:

software.sslmate.com/src/go-pkcs12

Please be sure to use this path when yougo get andimport this package.

Report Issues / Send Patches

Open an issue or PR athttps://github.com/SSLMate/go-pkcs12


[8]ページ先頭

©2009-2025 Movatter.jp