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 10.200.52.54 with SMTP id u51mr47675102qtb.0.1470039322083; Mon, 01 Aug 2016 01:15:22 -0700 (PDT) X-Received: by 10.157.32.22 with SMTP id n22mr3236899ota.2.1470039321961; Mon, 01 Aug 2016 01:15:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!j37no5982776qta.0!news-out.google.com!d130ni21213ith.0!nntp.google.com!f6no6408761ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Aug 2016 01:15:21 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.0.16.20; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 67.0.16.20 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3ac0fbcd-1f1c-40b8-b030-de03954f894f@googlegroups.com> Subject: ANN: Ada/SPARK ASN.1 implementation version 0.0.01 From: Shark8 Injection-Date: Mon, 01 Aug 2016 08:15:21 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:31236 Date: 2016-08-01T01:15:21-07:00 List-Id: I'm making public my ASN.1 project which aims to be a verified implementation of ASN.1, which is used in security-certificates, which is hopefully the first step in a verified-TLS/-TLS -- the project also aims to be [directly] usable in DSA projects. As of 0.0.01 the only portion implemented is a pure big-number package, and another currently shared-passive unit for usability. I would certainly appropriate comments, criticism, and most especially contributions.