Share

ASN.1 library for Python

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Is PER possible with pyasn1?

You are viewing a single message from this topic. View all messages.

  1. 2009-01-22 15:03:01 UTC
    Is it possible parse PER encoded data types with pyasn1 (assuming i know the structure before hand), and if so could you provide an example, where I have a structure that is something like this:

    (GetRequest
    :headerOnly TRUE
    :lock FALSE
    :acceptTypes (AcceptTypes
    :standardTypes ((html)
    (plain-text)))
    :url "/ses/magic/moxen.html")

    from: http://www.w3.org/Protocols/HTTP-NG/asn1.html


    I understand you are busy, and appreciate your help. Thanks.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.