The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2002-01-22 11:24  Graham Barr

	* README, parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
	lib/Convert/ASN1/Debug.pm, lib/Convert/ASN1/IO.pm,
	lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm,
	lib/Convert/ASN1/parser.pm:

	Release 0.15
	
2002-01-21 20:00  Graham Barr

	* t/06bigint.t:

	Be safer in creating BigInt objects
	
2002-01-02 16:56  Graham Barr

	* lib/Convert/ASN1/_encode.pm:

	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

	* lib/Convert/ASN1.pm:

	Remove unwanted warn statement
	
2001-09-25 00:05  Graham Barr

	* lib/Convert/ASN1.pm:

	Better error reporting for encoding
	
2001-09-22 01:16  Graham Barr

	* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/Debug.pm,
	lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm,
	lib/Convert/ASN1/parser.pm, t/00prim.t:

	Add support for RELATIVE-OID
	
2001-09-22 01:14  Graham Barr

	* t/: 00prim.t, 06bigint.t:

	Move some integer tests that really use bigint from 00prim.t into 06bigint.t
	
2001-09-21 23:24  Graham Barr

	* lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm, t/03seqof.t:

	Support for nested SEQUENCE/SET OF's
	
2001-09-10 19:03  Graham Barr

	* README, lib/Convert/ASN1.pm:

	Release 0.14
	
2001-09-10 15:35  Graham Barr

	* MANIFEST, t/08set.t, t/09contr.t:

	Add tests for contructed elements and SETs
	
2001-09-10 15:34  Graham Barr

	* lib/Convert/ASN1/_decode.pm:

	Add support for decoding contructed elements
	
2001-09-07 20:04  Graham Barr

	* lib/Convert/: ASN1.pod, ASN1/_decode.pm:

	Implement the decode of SETs
	
2001-09-06 18:54  Graham Barr

	* lib/Convert/: ASN1.pm, ASN1/Debug.pm:

	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

	* lib/Convert/ASN1/_decode.pm:

	Fix for indefinite decoding
	
2001-08-26 08:12  Graham Barr

	* lib/Convert/ASN1.pm:

	Release 0.13
	
2001-08-24 15:13  Graham Barr

	* parser.y, lib/Convert/ASN1/parser.pm:

	Remove an unwanted warn statement
	
2001-08-01 19:02  Graham Barr

	* lib/Convert/ASN1/_encode.pm, t/00prim.t:

	Fix boundary condition where we switch over to using Math::BigInt to
	encode integers
	
2001-07-31 18:05  Graham Barr

	* MANIFEST, lib/Convert/ASN1.pm:

	Release 0.12
	
2001-07-31 18:04  Graham Barr

	* lib/Convert/ASN1/_encode.pm:

	Make sure value passed to enc_integer is treated as a number and not a string
	
2001-07-31 18:03  Graham Barr

	* parser.y, lib/Convert/ASN1/parser.pm:

	Report which type cannot be found on error
	
2001-06-11 14:13  Graham Barr

	* lib/Convert/ASN1.pm:

	Release 0.11
	
2001-06-11 14:04  Graham Barr

	* lib/Convert/ASN1/_decode.pm, t/02seq.t:

	Fix decode of REAL when it is not the last element of a sequence
	
2001-04-26 07:52  Graham Barr

	* lib/Convert/ASN1.pm, t/05time.t, t/06bigint.t, t/funcs.pl:

	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

	* lib/Convert/ASN1.pm, lib/Convert/ASN1/_encode.pm, t/06bigint.t:

	Fix some bigint encoding problems and add some tests
	
2001-04-20 00:00  Graham Barr

	* Makefile.PL, lib/Convert/ASN1.pm:

	Release 0.09
	
2001-04-19 23:52  Graham Barr

	* MANIFEST, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
	lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm,
	t/funcs.pl:

	Added support to use Math::BigInt, Thanks to Benjamin Trott
	
2001-04-19 23:50  Graham Barr

	* t/05time.t:

	Tests for UTCTime and GeneralizedTime (The previous was really for bigint tests)
	
2001-04-19 23:32  Graham Barr

	* t/06bigint.t:

	Tests for UTCTime and GeneralizedTime
	
2001-04-19 20:51  Graham Barr

	* lib/Convert/ASN1/IO.pm:

	Fix error message
	
2001-04-19 20:51  Graham Barr

	* lib/Convert/ASN1/_decode.pm:

	Get timezone right when decoding
	
2001-04-19 20:51  Graham Barr

	* t/funcs.pl:

	Useful debug enhancements
	
2001-02-05 22:36  Graham Barr

	* MANIFEST:

	Removed Convert-ASN1.ppd
	
2001-02-05 22:31  Graham Barr

	* lib/Convert/ASN1/parser.pm:

	Added CharacterString UniversalString BMPString
	
2001-01-29 22:35  Graham Barr

	* MANIFEST, OldChanges:

	Move perforce changelog aside and now generate with cvs2cl
	
2000-05-03 13:24  Graham Barr

	* MANIFEST, Makefile.PL, README, mkparse, parser.y, examples/ldap,
	examples/ldap-search, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
	lib/Convert/ASN1/Debug.pm, lib/Convert/ASN1/IO.pm,
	lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm,
	lib/Convert/ASN1/parser.pm, t/00prim.t, t/01tag.t, t/02seq.t,
	t/03seqof.t, t/04opt.t, t/07io.t, t/funcs.pl:

	Initial revision