MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //usr/share/doc/perl-Convert-ASN1-0.20/README
I consider Convert::ASN1 a replacement for my earlier Convert::BER
module. While ASN1.pm is not as flexable as BER.pm, because PDUs must
be described up front, it is also more powerful.  For example an LDAP
filter is a recursive structure, BER.pm cannot encode or decode this in
a single pass, ASN1.pm can.

Convert::ASN1 will parse ASN.1 descriptions and will encode from and
decode to perl data structures using a hierarchy of references.

Copyright (c) 2000-2005 Graham Barr. All rights reserved.
This package is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

The latest release is available from CPAN

  http://search.cpan.org/author/GBARR/Convert-ASN1

INSTALL

To install run these commands, substituting x.xx for the version number
that you have downloaded

  gunzip Convert-ASN1-x.xx.tar.gz
  tar xvf Convert-ASN1-x.xx.tar
  cd Convert-ASN1-x.xx
  perl Makefile.PL
  make
  make test
  make install

REPORTING BUGS

If you find any bugs with Convert::ASN1, please report then via

  bugs-Convert-ASN1@rt.cpan.org