On Tue, 1 Jan 2019 20:13:08 +0100 (CET)
Michael Van Canneyt <mich...@freepascal.org> wrote:

>
> On Tue, 1 Jan 2019, paste...@gmx.com wrote:
> 
> > DId you also happen to see if the problem also exists with other libraries 
> > libressl/boringssl/bearssl ?
> 
> No, I did not, I never heard of those libraries, and I don't know whether
> synapse has interfaces for them.

I have libressl installed (it is a drop in replacement for openssl that openbsd 
forked from openssl as it's tls implementation at the time of the heartbleed 
craziness)

I have had no problems with libressl with anything that uses openssl (including 
curl and synapse and dillo and seamonkey)

The others are also suppose to be drop in replacements for openssl as well but 
I haven't tried them - but will this week - since openssl hasn't been this 
exciting since heartbleed and i get to use my first and second favorite pieces 
of software with openssl (fpc and synapse)

my synapse is svn r209 not r207 

> 
> I plan to look into gnutls, because openssl is mayeb widely spread, but not
> exactly very understandable nor well implemented :/

there is the ssl_cryptlib too but only for ssh? see my unanserwed post above  
for ssh-client (blatant attempt to get an answer :)

> 
> >
> > Thank you - i never knew the server could generate a certificate on the fly 
> >   (your code/patches are now something to work on here for the quiet new 
> > years week!!)
> > But won't that create a massive overhead if has to do this for each new 
> > connection?
> 
> Well, see my closing remarks of my last mail. 
> It would be better to create the private key/certificate once when the server 
> is started, 
> and pass it on to each newly created connection...
> 
> Michael.
> 
> 
> _______________________________________________
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public


_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to