Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-25 | Convert the build system to Perl 5.10. | Peter Powell | |
Thanks to Kross for the heads up on "use feature". | |||
2014-12-07 | Add Perl module for console related code. | Peter Powell | |
- Move prompt_* methods to this module. - Add methods for printing errors and warnings easily. - Add colour code helpers and switch all code to use them. | |||
2014-06-28 | Fix warning from gnutls-certtool about --bits being deprecated. | Peter Powell | |
This patch has made me extremely grateful for git-blame as the GnuTLS developers apparently do not document when deprecation warnings are introduced. | |||
2014-04-26 | Add support for generating DANE TLSA records to genssl. | Peter Powell | |
2013-07-29 | Add 'auto' option to genssl to automatically select a generator. | Peter Powell | |
2013-04-08 | Add support for generating dhparams with GnuTLS to genssl. | Peter Powell | |
2013-04-02 | Fix a small typo in genssl. | Peter Powell | |
2013-04-02 | Extract SSL generation to a tool which can be shipped by distros. | Peter Powell | |