[PATCH] Prompt for password when using encrypted client certificate

2021-08-11 Thread Craig Gallek
This already worked when compiled against openssl, but not with gnutls. Signed-off-by: Craig Gallek --- NOTE: this depends on a yet-to-be-merged change to gnutls: https://gitlab.com/gnutls/gnutls/-/merge_requests/1459 I figured it would be good to get some early feedback on this, though. In

Re: [PATCH] Prompt for password when using encrypted client certificate

2021-08-16 Thread Craig Gallek
On Wed, Aug 11, 2021 at 12:28:38PM -0700, Kevin J. McCarthy wrote: > On Wed, Aug 11, 2021 at 03:02:30PM -0400, Craig Gallek wrote: > > This already worked when compiled against openssl, but not with gnutls. > > Looks like this is based on the OpenSSL calls. If you can verify it

[PATCH] Use cms utility for SMIME encryption/decryption.

2021-08-25 Thread Craig Gallek
yption not supported for this key type:pk7_lib.c" [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639533 [2] https://sources.debian.org/patches/mutt/2.0.5-4.1/misc/smime.rc.patch/ Signed-off-by: Craig Gallek --- contrib/smime.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

Re: PLAIN auth mechanism fails with outlook.office365.com imap server

2023-04-13 Thread Craig Gallek
On 2023-04-13 16:58, Sébastien Hinderer wrote: Ian Collier (2023/04/13 17:11 +0100): On Thu, Apr 13, 2023 at 01:59:56PM +0200, Sébastien Hinderer wrote: > I am unfortunate enough to have to use an Office365 e-mail account. > I don't know how to proceed from here. I really would like PLAIN to wo