Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2021-01-25 | Fix unnecessary begin blocks in Perl source files. | Sadie Powell | |
2020-10-30 | Update copyright headers. | InspIRCd Robot | |
2020-09-26 | Store generated SSL certificates in the .configure directory. | Sadie Powell | |
Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org> | |||
2020-06-02 | Remove the DANE record hint from genssl. | Sadie Powell | |
This was never adopted by clients and its easy for servers to get a valid cert now so this is unnecessary. | |||
2020-01-31 | Update copyright headers. | InspIRCd Robot | |
2020-01-17 | Fix Perl tools not using the correct directory name in 'use lib'. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-12-31 | Update my name and email address. | Sadie Powell | |
2017-03-17 | Add support for generating a certificate signing request to genssl. | Peter Powell | |
2016-12-02 | Make genssl use STDERR and the real binary name for error messages. | Peter Powell | |
2016-11-08 | Update build system for the removal of . from @INC. | Peter Powell | |
2016-09-16 | Rewrite the build system directive parser. | Peter Powell | |
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 | |