On this page:
ASN.1
7.2

ASN.1

Ryan Culpepper <ryanc@racket-lang.org>

 (require asn1) package: asn1-lib

This library provides a notation for defining ASN.1 data types and support for encoding and decoding ASN.1 values using the Basic and Distinguished Encoding Rules (BER and DER).

    1 Introduction to the ASN.1 Library

    2 ASN.1 Types

      2.1 Base Types

      2.2 Structured Types

      2.3 The ANY Type

      2.4 ASN.1 Type Utilities

    3 ASN.1 Encoding and Decoding

      3.1 BER Utilities

    4 Translating Existing ASN.1 Definitions

      4.1 Translating ASN.1 Definition Order

      4.2 Translating Information Classes, Objects, and Object Sets

      4.3 Handling Unsupported Types

    Bibliography

Development Development of this library is hosted by GitHub at the following project page:

https://github.com/rmculpepper/asn1

Copying This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License and GNU Lesser General Public License for more details.