Paul Rubin wrote:
> Marcin Jurczuk <[EMAIL PROTECTED]> writes:
>> I want to create pure python implementation without use of openssl
>> wrapped with python code.
> 
> There was a CA written in Python quite a while back, http://pyca.de .

That was the usual approach with invoking the openssl command-line tool
from Python. Today I'd do *everything* differently. Well, it was the
result of learning Python, PKI, LDAP and web programming all at once
back then.

> I don't know if it's maintained these days.

No, it's not. Being the author I know this for sure. ;-)

Ciao, Michael.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to