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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,888c9f2410d2832b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!k7g2000yqj.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: An easy question: any OpenSSL library for Ada? Date: Sun, 13 Feb 2011 14:48:14 -0800 (PST) Organization: http://groups.google.com Message-ID: <57276d59-6a33-4df7-bd36-699857b87bef@k7g2000yqj.googlegroups.com> References: <10aea500-b112-4fa6-b4da-c6a2f4922b02@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: 46.61.80.172 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1297637294 23477 127.0.0.1 (13 Feb 2011 22:48:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 13 Feb 2011 22:48:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k7g2000yqj.googlegroups.com; posting-host=46.61.80.172; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:17272 Date: 2011-02-13T14:48:14-08:00 List-Id: On Feb 13, 11:12=A0pm, mockturtle wrote: > Thank you for your reply. =A0Unfortunately, I need DTLS (Datagram TLS, i.= e., more or less, TLS for UDP) and, from a first very fast look (I searched= for "DTLS," "datagram" and "UDP" in the manual pagehttp://www.gnu.org/soft= ware/gnutls/manual/gnutls.html) =A0it seems that GNUTLS does not support DT= LS. =A0According to this thread http://www.mail-archive.com/help-gnu...@gnu= .org/msg01497.html GNUTLS did not support DTLS 1.5 years ago and nobody was= working on it... PolyORB uses OpenSSL as one of security mechanism for its security service, you can use this binding as starting point for own one.