CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/12/11 16:30:19
Modified files:
security : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
security/tinyca: Makefile distinfo
security/tinyca/patches: patch-lib_CA_pm patch-lib_GUI_pm
patch-lib_OpenSSL_pm patch-tinyca2
security/tinyca/pkg: DESCR PLIST
Log message:
Remove tinyca2, it appears to no longer be maintained upstream, and
suffers from a number of problems:
- problems with certificate revocation as reported by James Boyle
- only offers old/broken hashes
- passes config vars in the environment to openssl(1), which is
not supported by libressl
- warnings with current versions of perl
If you're looking for a gui tool for a private CA, you might like to try
the xca package instead. (For a non-gui toolkit, cloudflare's cfssl might
be of interest; it's not in ports though).