Convert::ASN1 0.21 -- Mon Sep 15 14:34:45 CDT 2008

Bug Fixes

Enhancements

Convert::ASN1 0.21 -- Fri Feb 2 20:24:59 CST 2007

Bug Fixes

Enhancements

Convert::ASN1 0.20 -- Tue Feb 21 18:47:43 CST 2006

Bug Fixes

Enhancements

Convert::ASN1 0.19 -- Mon Apr 18 19:40:32 CDT 2005

Bug Fixes

Enhancements

2003-10-08 15:29 Graham Barr

Release 0.18

2003-10-08 15:28 Graham Barr

Use Module::Build to build Makefile and add SIGNATURE

2003-10-08 13:28 Graham Barr

Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8

2003-05-12 18:45 Graham Barr

Release 0.17

2003-05-12 18:45 Graham Barr

Add new tests into MANIFEST

2003-05-12 18:06 Graham Barr

Skip rtest if Data::Dumper is not available

2003-05-07 16:13 Graham Barr

Support OPTIONAL on SET OF and SEQUENCE OF

2003-05-07 10:26 Graham Barr

Fix OID decoding

2003-05-06 22:47 Graham Barr

Remove duplicate my

2003-05-06 22:29 Graham Barr

        Add support for ANY DEFINED BY
        Patch from Simon Wilkinson

2003-05-06 15:17 Graham Barr

Fix debug output for OIDs

2003-05-06 13:40 Graham Barr

CER and DER SET encoding

2003-05-06 12:07 Graham Barr

utf8 support for perl >= 5.8

2002-08-20 01:00 Graham Barr

Release 0.16

2002-08-20 00:59 Graham Barr

Update search.cpan.org link and add CPAN RT email address

2002-08-20 00:53 Graham Barr

Fix test count

2002-08-20 00:51 Graham Barr

Fix for nested CHOICEs and tagged CHOICEs in SEQUENCES

2002-03-25 14:59 Graham Barr

Add more detail when tests fail

2002-03-25 09:06 Graham Barr

        Patch from Wolfgang Laun
        Fix bug in decode when there are nested CHOICEs
        Add tests t/10choice.t t/11indef.t

2002-03-25 07:46 Graham Barr

        Patch from Wolfgang Laun
        Addition of prepare_file and the change prepare to accept a filehandle.
        POD updates.
        Fix decode of nested indefinate lengths

2002-03-25 07:39 Graham Barr

Allow '-'s in names and fix an uninit warning in the generated parser

2002-02-15 06:51 Graham Barr

Use ::isa to determine if stash argument is a HASH

2002-02-10 16:41 Graham Barr

Added x509decode from Norbert Klasen

2002-02-10 16:12 Graham Barr

        Add support for units with one sinlge, unamed entry
        eg  test ::= INTEGER or list ::= SEQUENCE OF OCTET STRING

2002-01-22 11:24 Graham Barr

Release 0.15

2002-01-21 20:00 Graham Barr

Be safer in creating BigInt objects

2002-01-02 16:56 Graham Barr

        Change the encode errors to include the hierarchical name of the
        element in the ASN.1 which is causing the problem

2002-01-02 16:31 Graham Barr

Remove unwanted warn statement

2001-09-25 00:05 Graham Barr

Better error reporting for encoding

2001-09-22 01:16 Graham Barr

Add support for RELATIVE-OID

2001-09-22 01:14 Graham Barr

Move some integer tests that really use bigint from 00prim.t into 06bigint.t

2001-09-21 23:24 Graham Barr

Support for nested SEQUENCE/SET OF's

2001-09-10 19:03 Graham Barr

Release 0.14

2001-09-10 15:35 Graham Barr

Add tests for contructed elements and SETs

2001-09-10 15:34 Graham Barr

Add support for decoding contructed elements

2001-09-07 20:04 Graham Barr

Implement the decode of SETs

2001-09-06 18:54 Graham Barr

        Change asn_dump to putput the correct tag number for long tags
        and also warn when a length is incorrect

2001-09-06 18:41 Graham Barr

Fix for indefinite decoding

2001-08-26 08:12 Graham Barr

Release 0.13

2001-08-24 15:13 Graham Barr

Remove an unwanted warn statement

2001-08-01 19:02 Graham Barr

        Fix boundary condition where we switch over to using Math::BigInt to
        encode integers

2001-07-31 18:05 Graham Barr

Release 0.12

2001-07-31 18:04 Graham Barr

Make sure value passed to enc_integer is treated as a number and not a string

2001-07-31 18:03 Graham Barr

Report which type cannot be found on error

2001-06-11 14:13 Graham Barr

Release 0.11

2001-06-11 14:04 Graham Barr

Fix decode of REAL when it is not the last element of a sequence

2001-04-26 07:52 Graham Barr

        Fix syntax to be compatible with perl5.004_04
        Skip bigint tests on 5.004 as they trigger lots of warnings in Math::BigInt

2001-04-20 07:26 Graham Barr

Fix some bigint encoding problems and add some tests

2001-04-20 00:00 Graham Barr

Release 0.09

2001-04-19 23:52 Graham Barr

Added support to use Math::BigInt, Thanks to Benjamin Trott

2001-04-19 23:50 Graham Barr

Tests for UTCTime and GeneralizedTime (The previous was really for bigint tests)

2001-04-19 23:32 Graham Barr

Tests for UTCTime and GeneralizedTime

2001-04-19 20:51 Graham Barr

Fix error message

2001-04-19 20:51 Graham Barr

Get timezone right when decoding

2001-04-19 20:51 Graham Barr

Useful debug enhancements

2001-02-05 22:36 Graham Barr

Removed Convert-ASN1.ppd

2001-02-05 22:31 Graham Barr

Added CharacterString UniversalString BMPString

2001-01-29 22:35 Graham Barr

Move perforce changelog aside and now generate with cvs2cl

2000-05-03 13:24 Graham Barr

Initial revision