SNMPy update

M.-A. Lemburg mal at lemburg.com
Tue Apr 6 04:41:34 EDT 1999


Jeremy Hylton wrote:
> 
> I'll second your sentiment!  I did some work on an X.509 library
> written entirely in Python.  Like you friend's SNMP code, it will
> probably never be released; I don't have time to finish it nor did I
> expect that I'd want to release it given the export control hassles.

Just want to note that SSLeay/OpenSSL includes a pretty complete
X.509 lib and also routines to do ASN.1 encoding an decoding.
The main argument for using OpenSSL in this context is, of course,
that no export control restrictions apply.

> However, it seemed clear to me that an ASN.1 compiler could be written
> to generate the encode/decode routines.  If someone is interested in
> that, I've got some design notes and rough code on how to do the
> encode/decode and on how to build a backend for SNACC.  (A free-ish
> ASN.1 compiler; the only one?)

Not sure what you mean with "ASN.1" compiler. If you want a compiler
that does ASN.1 description -> Python function calling de/encoding
routines kind of thing, then I guess the ASN.1 stuff in OpenSSL
could help you getting started quite fast.

Note that I have a project running with the intention to wrap OpenSSL 
in an OO manner called mxCrypto (see the link below).

-- 
Marc-Andre Lemburg                               Y2000: 269 days left
---------------------------------------------------------------------
          : Python Pages >>> http://starship.skyport.net/~lemburg/  :
           ---------------------------------------------------------





More information about the Python-list mailing list