Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

wanted: [ ASN1 engine ]

 [1/4] from: rebolinth:nodep:dds:nl at: 9-Mar-2002 15:39


Hello All, Well if im connected to this list,..lets ask ahead ;-) I searching for an ASN1 extention in rebol, anyone ever seen one? Or an ASN1 decompiler? anyway every hint is welcome, otherswise it looks like i have to build myself one ;-) (R)egards, Norman.

 [2/4] from: holger::rebol::net at: 9-Mar-2002 6:56


On Sat, Mar 09, 2002 at 03:39:50PM +0100, [rebolinth--nodep--dds--nl] wrote:
> Hello All, > > Well if im connected to this list,..lets ask ahead ;-) > > I searching for an ASN1 extention in rebol, anyone ever seen one? > Or an ASN1 decompiler? anyway every hint is welcome, otherswise > it looks like i have to build myself one ;-)
We will probably add one in a future version of /Command. Actually, current versions of /Command already contain the code required for ASN1 (needed for SSL X.509 certificates), but the code is not accessible from the REBOL layer yet. -- Holger Kruse [kruse--nordicglobal--com]

 [3/4] from: vdemong:club-internet at: 10-Mar-2002 19:23


Hello, I have made a SNMP protocol for REBOL, there is in some ASN1 stuffs, (the limited set that snmp needs...) If this can interest you, take it at: http://membres.lycos.fr/rebolfrance/projets/snmp.zip Vincent.

 [4/4] from: rebolinth:nodep:dds:nl at: 10-Mar-2002 22:43


Hello Vincent, Thanks for the snmp.zip, im must say thats indeed BER and ASN1, I have a closer look to your code, even more impressive I find you SNMP protocol ;-) Very good! Thanks for the hint, (R)regards, Norman.