File: control

package info (click to toggle)
golang-github-azure-go-pkcs12 0.0~git20150623.0.a635c06-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 107
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: golang-github-azure-go-pkcs12
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           Tianon Gravi <tianon@debian.org>,
           Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any,
Standards-Version: 3.9.8
Homepage: https://github.com/azure/go-pkcs12
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-azure-go-pkcs12.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-azure-go-pkcs12.git
XS-Go-Import-Path: github.com/Azure/go-pkcs12

Package: golang-github-azure-go-pkcs12-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Description: PCKS#12 implementation for Go
 Package pkcs12 provides some Go implementations of PKCS#12.
 .
 This implementation is distilled from https://tools.ietf.org/html/rfc7292
 and referenced documents.  It is intented for decoding P12/PFX-stored
 certificate+key for use with the crypto/tls package.