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.140.19.4 with SMTP id 4mr23572336qgg.29.1458067595905; Tue, 15 Mar 2016 11:46:35 -0700 (PDT) X-Received: by 10.182.210.167 with SMTP id mv7mr332476obc.18.1458067595866; Tue, 15 Mar 2016 11:46:35 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!y89no7544672qge.0!news-out.google.com!k1ni19698igd.0!nntp.google.com!nt3no1952837igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 15 Mar 2016 11:46:35 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=169.0.177.138; posting-account=p-xPhAkAAADjHQWEO7sFME2XBdF1P_2H NNTP-Posting-Host: 169.0.177.138 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5011d79c-aaad-464e-a68e-c31a2738a820@googlegroups.com> Subject: Ada for the TLS/SSL problem? From: Peter Brooks Injection-Date: Tue, 15 Mar 2016 18:46:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29784 Date: 2016-03-15T11:46:35-07:00 List-Id: There are still many problems turning up with TSL authentication. It's no p= articular surprise as even OpenSSL has been using C for this code. Isn't this an opportunity for Ada to really shine?=20 It's a really important problem - having secure, reliable communication to = web servers is something most of the sane world needs urgently. It plays to all Ada's strengths: - It must be cross platform - It is embedded code, no need for any GUI design - It requires clear, open source, elegant code, that is not vulnerable to t= hings like the buffer overrun that caused the heartbleed problem (beloved o= f Microsoft) - It is a relatively small, well contained problem. Are there any Ada programmers who'd be willing to take part in defining the= requirements for the project, and, then, ideally, producing the code? I've been thinking that it might make sense, when the project is properly d= efined, to apply for seed capital to fund the design, development, testing,= and marketing. If that succeeded, then, with everybody funded for their ti= me, it stands a better chance of being complete in good time. Any thoughts?