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