Bug 216766 - [New Port] security/ct-submit: Utility for submitting SSL cert chains to transparency logs
Summary: [New Port] security/ct-submit: Utility for submitting SSL cert chains to tran...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-03 23:37 UTC by jim
Modified: 2017-05-01 14:46 UTC (History)
1 user (show)

See Also:


Attachments
shar file for security/ct-submit (2.59 KB, application/x-shar)
2017-02-03 23:37 UTC, jim
no flags Details
Poudriere build log 11.0amd64 (8.81 KB, text/plain)
2017-02-03 23:41 UTC, jim
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jim 2017-02-03 23:37:11 UTC
Created attachment 179582 [details]
shar file for security/ct-submit

ct-submit is a program that submits X.509 certificate chains to Certificate Transparency log servers. It returns the Signed Certificate Timestamp structure in a format suitable for use with Apache's mod_ssl_ct module and nginx-ct.

Written in Go.

https://github.com/grahamedgecombe/ct-submit
Comment 1 jim 2017-02-03 23:41:26 UTC
Created attachment 179583 [details]
Poudriere build log 11.0amd64
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-05-01 14:45:23 UTC
A commit references this bug:

Author: matthew
Date: Mon May  1 14:45:01 UTC 2017
New revision: 439899
URL: https://svnweb.freebsd.org/changeset/ports/439899

Log:
  Simple utility for submitting to transparency logs

  PR:		216766
  Submitted by:	Jim Ohlstein <jim@ohlste.in>

Changes:
  head/security/Makefile
  head/security/ct-submit/
  head/security/ct-submit/Makefile
  head/security/ct-submit/distinfo
  head/security/ct-submit/pkg-descr
  head/security/ct-submit/pkg-message
  head/security/ct-submit/pkg-plist
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2017-05-01 14:46:34 UTC
Committed, thanks!