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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9831117399d3ec96,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f18g2000yqd.googlegroups.com!not-for-mail From: Gerd Newsgroups: comp.lang.ada Subject: SSL library for Ada? Date: Wed, 23 Mar 2011 09:00:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3f7eaa4f-8273-4958-b104-5635e9b5450c@f18g2000yqd.googlegroups.com> NNTP-Posting-Host: 80.150.110.97 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1300896028 31372 127.0.0.1 (23 Mar 2011 16:00:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Mar 2011 16:00:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f18g2000yqd.googlegroups.com; posting-host=80.150.110.97; posting-account=XDglRgoAAAAB2wikSHYkYcjK-5hIYGIR User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18402 Date: 2011-03-23T09:00:28-07:00 List-Id: Hi, I want write a small prog that checks my mail account for some specific content. It works already quite good when I use a not encrypted (TCP-)connection. But now, I would like to try the same thing over SSL. Is there an SSL library for Ada, or are any there bindings to an open source SSL-library written in other language? Thanks.