Dr S N Henson <[EMAIL PROTECTED]> writes:

[...]

> There's a function X509_get1_email() which will retrieve a list of
> email addresses both from the subject name and subjectAltName
> extensions and arrange them in a STACK. From then its trivial to
> just compare each or use sk_find().
> 
> Currently there aren't any functions that handle things like different
> signing and encryption certificates or encryption capabilities. That has
> to be largely done manually.

Gnus is an emacs-lisp package.  It just calls the command-line version
of "openssl smime", so what's required is some command-line interface
to these features.  From what you say, presumably it could be a flag
to x509, which displays a list of email addresses, one per line?  (Or
something like that, anyway.)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to