From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:ac1a:: with SMTP id e26mr104640817qkm.231.1565014964685; Mon, 05 Aug 2019 07:22:44 -0700 (PDT) X-Received: by 2002:aca:7293:: with SMTP id p141mr2395446oic.122.1565014964340; Mon, 05 Aug 2019 07:22:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!b26no3552361qtq.0!news-out.google.com!a5ni1256qtd.0!nntp.google.com!b26no3552354qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 5 Aug 2019 07:22:43 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.29; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.29 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <08dd7d33-bee9-4747-a9e2-ced6a5487659@googlegroups.com> Subject: Re: ANN: Simple components for Ada v4.41 released From: Shark8 Injection-Date: Mon, 05 Aug 2019 14:22:44 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56993 Date: 2019-08-05T07:22:43-07:00 List-Id: On Monday, August 5, 2019 at 5:57:20 AM UTC-6, Dmitry A. Kazakov wrote: > The new release is focused on ASN.1 support. The implementation does not > require ASN.1 compiler. It is based on reflection of Ada attributes. The > objects corresponding to ASN.1 objects are put together into record > types and the encoding is deduced from the placement. The implementation > provides arena pool to allocate data associated with ASN.1 objects. This > allows to handle very large and indefinite ASN.1 objects without > allocating maximum possible memory in advance. This also enables sharing > memory between ASN.1 CHOICE alternatives as well as recursively defined > ASN.1 objects. Implementations of LDAP and X.509 certificates based on > ASN.1 are provided. > > http://www.dmitry-kazakov.de/ada/components.htm > > Changes to the previous version: > > - The package OpenSSL was extended; > - Added implementation of ASN.1 encoding; > - X.509 ASN.1 certificates implementation added; > - LDAP implementation added. > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Wow! This is incredible news, especially for things like the Wasabee browser project. There was someone who was working on an Ada/SPARK ASN.1 compiler (Peter Chapin?) and I think the people doing this project -- https://github.com/ttsiodras/asn1scc -- which *is* an ASN.1 compiler. WRT the OpenSSL dependency, how much work would it be to get rid of it?