dkg escribió:Users who have this need are probably already using the interface provided by
mod_ssl's SSLPassPhraseDialog, as another poster suggested. If you want wider adoption of mod_auth_openpgp, it's probably best to make a parallel interface.
Yes, that's exactly what I'm going to do. Thanks for the extra pushing!

dkg escribió:BTW, have you considered renaming mod_auth_openpgp to mod_authn_openpgp, in keeping with the growing apache separation between authentication and authorization?
I'm concerned about that. I'll probably rename it once mao gets to 1.0.0. I named it _auth because that's how I originally planned it, but once at 0.2.0 I realized the mistake.

dkg escribió:PS i haven't tried m_a_o yet, but i'm very interested in its potential. Thanks for your work on it!
Hey, thanks! I'm currently working on the ImportKey handler, and some extra functionality that will allow Enigform (and other software, of course) to detect OpenPGP-enabled web servers, and act accordingly. For example, Firefox may provide a window where the user can decide if he wants to sign outgoing requests Always/Never/Ask_me and which key to use, etc...