From: MikkelFJ Date: 2003-04-02T08:08:58+09:00 Subject: Re: ASN.1 basic/distinguished encoding rules for Ruby? "Clifford Heath" wrote in message news:1049155325.934415@excalibur.osa.com.au... > Has anyone built a library for ASN.1's BER or DER for Ruby? > I can't find "ASN" in the RAA... I'm not aware of any generic ASN.1 package but Google "Ruby ASN.1" will reveal some projects, for example: http://members.tripod.co.jp/m6809/index-j.html here you might be able to pick some BER code out of an SNMP implementation. Mikkel