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
|
Source: golang-github-google-certificate-transparency
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-juju-ratelimit-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-mreiferson-go-httpclient-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev, golang-github-jmoiron-sqlx-dev,
libssl-dev
Standards-Version: 4.1.1
Homepage: https://github.com/google/certificate-transparency
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-google-certificate-transparency.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-google-certificate-transparency.git
XS-Go-Import-Path: github.com/google/certificate-transparency
Package: golang-github-google-certificate-transparency-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-juju-ratelimit-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-mreiferson-go-httpclient-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev, golang-github-jmoiron-sqlx-dev
Description: Framework for monitoring and auditing SSL certificates
The Certificate Transparency project provides a framework to explore
ideas to improve the security of HTTPS connections by adding new
functional components to the current SSL security system: logging,
monitoring and auditing.
.
Please see http://www.certificate-transparency.org for more details
about certificate transparency and how it works.
|