SYNAPSE - Synchronous TCP/IP Library for Delphi and Kylix
Other related information can be found at http://www.ararat.cz/synapse/

History:

Description:
+ added property
- removed property
* modification
# bug fix


ASN.1 support utilities

Version 1.4.3 released 2004-08-23
* ASNdump function supports binary values

Version 1.4.2 released 2003-07-21
+ FPC compatibility
+ new ASN.1 types BOOL, ENUM and SETOF
+ ASNdump function

Version 1.3.6 released 2003-03-24
- weakpackageunit

Version 1.3.5 released 2003-01-01
# ASNItem

Version 1.3.4 released 2001-09-24
- IptoID function moved to SynaUtil.pas

Version 1.3.3 released 2001-07-22
* some optimalizations. ASN.1 support utilities

Version 1.3.1 released 2001-02-10
* decoding of ASN1 packet is checked for consistency.

Version 1.3.0 released 2000-11-27
+ all ASN functions from SynaUtil unit

Version 1.2.0 released 2000-10-24
+ support for ASN1_OPAQUE type
* ASNEncInt supported correctly signed integers
+ ASNEncUInt support for correctly unsigned integers
* ASNItem support for decoding signed and unsigned integers

Version 1.1.0 released 2000-09-18
+ ASNencOIDitem for encoding OID item
+ ASNdecOIDitem for decoding OID item
* ASNEncLen now support length bigger then 65535
* ASNDecLen now support length bigger then 65535
* ASNEncInt rewrited
+ ASNItem have VAR parameter with returned value type

Version 1.0.0 released 2000-02-01
+ many misc. ASN.1 utils. See documentation.