[NEW PORT] security/ssllabs-scan: Command-line tool to use the SSL Labs API

A command-line reference-implementation client for SSL Labs API, designed
  for automated and/or bulk testing.

  SSL Labs API expose the complete SSL/TLS server testing functionality in
  a programmatic fashion, allowing for scheduled and bulk assessment. They
  are making their API available to encourage site operators to regularly
  test servers configurations.

  WWW: https://www.ssllabs.com/projects/ssllabs-apis/

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D19120
This commit is contained in:
Vinícius Zavam 2019-02-25 14:39:01 +00:00
parent 952d7c117e
commit b035cee835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493869
4 changed files with 43 additions and 0 deletions

View File

@ -1276,6 +1276,7 @@
SUBDIR += sshguard
SUBDIR += sshpass
SUBDIR += ssl-admin
SUBDIR += ssllabs-scan
SUBDIR += sslscan
SUBDIR += sslsniffer
SUBDIR += sslsplit

View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= ssllabs-scan
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
CATEGORIES= security net ipv6
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Command-line tool to use the SSL Labs API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
USES= go
USE_GITHUB= yes
GH_ACCOUNT= ssllabs
PLIST_FILES= bin/${PORTNAME}
do-build:
@(cd ${GO_WRKSRC} && \
${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build ${GO_BUILDFLAGS} -o bin/${PORTNAME})
do-install:
${INSTALL_PROGRAM} ${GO_WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1550084742
SHA256 (ssllabs-ssllabs-scan-v1.5.0_GH0.tar.gz) = 51c52e958d5da739910e9271a3abf4902892b91acb840ea74f5c052a71e3a008
SIZE (ssllabs-ssllabs-scan-v1.5.0_GH0.tar.gz) = 36265

View File

@ -0,0 +1,9 @@
A command-line reference-implementation client for SSL Labs API, designed
for automated and/or bulk testing.
SSL Labs API expose the complete SSL/TLS server testing functionality in
a programmatic fashion, allowing for scheduled and bulk assessment. They are
making their API available to encourage site operators to regularly test
servers configurations.
WWW: https://www.ssllabs.com/projects/ssllabs-apis/