Re: ASN.1 encoder & decoder

2006-08-27 Thread Doug Stell
Thanks Paul. This is exactly the type andlevel of implementation that I was looking for. I will look at the other implementation again. On 25 Aug 2006 16:32:46 -0700, Paul Rubin wrote: >Doug Stell <[EMAIL PROTECTED]> writes: >> Can anyone provide guidance on building a

Re: ASN.1 encoder & decoder

2006-08-27 Thread etingof
> I looked at pyasn1. Unfortunately, it is not useful and provides a C > interface. Thanks, anyhow. pyasn1 is a pure-python implementation. C interface is not supported. > I figure that I will have to write my own, but am unsure of the best > approach. Nested lists and distionaries might be usefu

Re: ASN.1 encoder & decoder

2006-08-26 Thread Bruce Stephens
Doug Stell <[EMAIL PROTECTED]> writes: > I looked at pyasn1. Unfortunately, it is not useful and provides a C > interface. Thanks, anyhow. What makes you say that? It appears to me (looking at the code in CVS) to be written entirely in Python, and the home page,

Re: ASN.1 encoder & decoder

2006-08-25 Thread Paul Rubin
Doug Stell <[EMAIL PROTECTED]> writes: > Can anyone provide guidance on building an ASN.1 decoder and encoder > in Python? This does not have to be a general purpose implementation, > drivenf from an ASN.1 template. It can be dedicated hard coded to a > particular template. There might be some use

Re: ASN.1 encoder & decoder

2006-08-25 Thread Doug Stell
I looked at pyasn1. Unfortunately, it is not useful and provides a C interface. Thanks, anyhow. I figure that I will have to write my own, but am unsure of the best approach. Nested lists and distionaries might be useful and I am looking to the feasibility of those mechanisms. On Fri, 25 Aug 2006

Re: ASN.1 encoder & decoder

2006-08-25 Thread Bruce Stephens
Doug Stell <[EMAIL PROTECTED]> writes: > Can anyone provide guidance on building an ASN.1 decoder and encoder > in Python? ? -- http://mail.python.org/mailman/listinfo/python-list