Информация о лицензировании для Cisco Cisco Firepower Management Center 2000

Скачать
Страница из 8426
             Open Source Used In Firepower System Version 6.1                                                                                                                                   
3267
5.38 Convert-ASN1 0.22 
5.38.1 Available under license : 
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
    GNU GENERAL PUBLIC LICENSE
     Version 1, February 1989
 
Copyright (C) 1989 Free Software Foundation, Inc.
            51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.