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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: golang-step-crypto
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-filippo-edwards25519-dev,
golang-github-masterminds-sprig-dev,
golang-github-pkg-errors-dev,
golang-github-smallstep-assert-dev <!nocheck>,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-gopkg-square-go-jose.v2-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-step-crypto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-step-crypto.git
Homepage: https://github.com/smallstep/crypto
Rules-Requires-Root: no
XS-Go-Import-Path: go.step.sm/crypto
Package: golang-step-crypto-dev
Architecture: all
Depends: golang-filippo-edwards25519-dev,
golang-github-masterminds-sprig-dev,
golang-github-pkg-errors-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-gopkg-square-go-jose.v2-dev,
${misc:Depends},
Description: common code between step-cli and step-ca (go libraries)
This package provides a collection of go packages used in smallstep
(https://smallstep.com) products:
.
- x509util implements utilities to build X.509 certificates based on JSON
templates.
- sshutil implements utilities to build SSH certificates based on JSON
templates.
- keyutil implements utilities to generate cryptographic keys.
- pemutil implements utilities to parse keys and certificates and includes a
method to serialize keys, X.509 certificates and certific
- randutil provides methods to generate random strings and salts.
- tlsutil provides utilities to configure tls clients and servers.
- jose is a wrapper for gopkg.in/square/go-jose.v2 and implements utilities
to parse and generate JWT, JWK and JWKSets.
.
Documentation: https://pkg.go.dev/mod/go.step.sm/crypto
|