[ trixie ]
[ sid ]
[ ソース: golang-github-zmap-zcrypto ]
パッケージ: golang-github-zmap-zcrypto-dev (0.0~git20240512.0fef58d-2)
golang-github-zmap-zcrypto-dev に関するリンク
Debian の資源:
golang-github-zmap-zcrypto ソースパッケージをダウンロード:
- [golang-github-zmap-zcrypto_0.0~git20240512.0fef58d-2.dsc]
- [golang-github-zmap-zcrypto_0.0~git20240512.0fef58d.orig.tar.xz]
- [golang-github-zmap-zcrypto_0.0~git20240512.0fef58d-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- apkverifier
- golang-step-crypto-dev
- golang-github-google-trillian-dev
- golang-github-d-rickyy-b-certstream-server-go-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-googleapis-enterprise-certificate-proxy-dev
- golang-github-smallstep-truststore-dev
- certstream-server-go
- enterprise-certificate-proxy-signer
- golang-github-hashicorp-go-rootcerts-dev
- golang-github-suapapa-go-eddystone-dev
Liberal Go TLS + X.509 Library for Research
ZCrypto contains specialized versions of tls and x509. It is primarily based on Golang's TLS library (https://github.com/golang/go/blob/master/src/crypto/tls)
Important note:
ZCrypto is a research library, designed to be used for data collection and analysis, as well as experimenting and prototyping. It should not be used to provide security for production systems!
This package includes:
- zcrypto/tls (formerly known as ZTLS): A research TLS library based on Golang standard library crypto/tls that contains that speaks old TLS versions, export ciphers, logs handshake messages, and is highly configurable. Many scary parts are exposed as public variables. It is primarily used for data collection - zcrypto/x509 A fork of the Golang stdlib crypto/x509 that adds the ability to serialize certificates to JSON, and plays nice with CT. - zcrypto/ct A fork of the Google Certificate Transparency Golang library, designed to play nice with ZCrypto.
Documentation: https://godoc.org/github.com/zmap/zcrypto
その他の golang-github-zmap-zcrypto-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-mreiferson-go-httpclient-dev
- Go HTTP client with timeouts
-
- dep: golang-github-op-go-logging-dev
- Golang logging library
-
- dep: golang-github-sirupsen-logrus-dev
- Logrus: a logging library for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-weppos-publicsuffix-go-dev
- Domain name parser on the Public Suffix List (library)
-
- dep: golang-github-zmap-rc2-dev
- RC2 Cipher in Golang
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package
-
- dep: golang-gopkg-yaml.v2-dev
- YAML support for the Go language