From: "Luis R. Rodriguez" <[email protected]>

For a while now I've been carrying my own patches for getting irssi to prompt
me for a passphrase for my client key, now that I don't have to pester stupid
attorneys for what project I can contribute even on my own time, and that
you've all moved to github its time to dump my queue, this series is for irssi
and enabling irssi to prompt you for an password for an SSL PEM client
certificate file if one has not been supplied. Its not a good idea to be
putting passwords on files, but if you currently don't supply one irssi goes on
and depending on the serve configuration may not reject the SSL

I'll also send a pull request through github if this is much
easier.

Luis R. Rodriguez (3):
  irssi: embrace the Developer Certificate of Origin for contributions
  irssi core: add window console set active support
  irssi core: enable prompting for client certificate password

 CONTRIBUTING                         | 49 ++++++++++++++++++++++++++++++++++++
 src/core/network-openssl.c           | 41 ++++++++++++++++++++++++++++--
 src/fe-common/core/fe-windows.c      | 16 ++++++++++++
 src/fe-common/core/fe-windows.h      |  2 ++
 src/fe-common/core/window-commands.c | 10 ++++++++
 5 files changed, 116 insertions(+), 2 deletions(-)
 create mode 100644 CONTRIBUTING

-- 
2.0.3


Reply via email to