From: Morgan R. <mor...@gm...> - 2008-10-25 12:22:06
|
On Tue, Oct 21, 2008 at 2:14 AM, Scott Simpson <sco...@ra...> wrote: > I have a bunch of PKCS7 certificates that i can pull apart with the > openssl command line app, but when i load them with pyOpenSSL i just > get a PKCS7 object with only a few methods, none which allow me to > extract the certificates. Is there a way to get the certs from that > object? Currently the implementation of pyOpenSSL is essentially only geared for working with SSL connections (as opposed to certificate management), there's some development in other areas too but none that I know of relating specifically to PKCS7. What exactly are you trying to do? Morgan |