Re: LibreSSL OPENSSL_malloc... removal

2014-04-22 Thread Ted Unangst
On Tue, Apr 22, 2014 at 13:17, Vadim Lebedev wrote: > I was alarmed by this: > > http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/src/ssl/s3_clnt.c.diff? > r1=1.34;r2=1.35;f=h > > Maybe i do misread something else but it seems like calls > to OPENSSL_malloc/free routines are being replaced

Re: LibreSSL OPENSSL_malloc... removal

2014-04-22 Thread Ingo Schwarze
Hi, Vadim Lebedev wrote on Tue, Apr 22, 2014 at 01:17:16PM +: > Theo de Raadt cvs.openbsd.org> writes: >> Vadim Lebedev wrote: >>> The removal of OPENSSL_malloc/OPENSSL_free ... >>> etc will cause a LOT of pain >> Which is why they are not removed. > I was alarmed by this: > > http:

Re: LibreSSL OPENSSL_malloc... removal

2014-04-22 Thread Vadim Lebedev
Theo de Raadt cvs.openbsd.org> writes: > > > The removal of OPENSSL_malloc/OPENSSL_free ... > > etc will cause a LOT of pain > > Which is why they are not removed. > > > There is non négligeable number of > > applications which are strongly depending on this functionality, > > they us

Re: LibreSSL OPENSSL_malloc... removal

2014-04-22 Thread Theo de Raadt
> The removal of OPENSSL_malloc/OPENSSL_free ... > etc will cause a LOT of pain Which is why they are not removed. > There is non négligeable number of > applications which are strongly depending on this functionality, > they use it for example to allocate SSL data structures in memory sh

Re: LibreSSL OPENSSL_malloc... removal

2014-04-22 Thread Kenneth Westerback
On 22 April 2014 08:49, Vadim Lebedev wrote: > Hello folks, > > The removal of OPENSSL_malloc/OPENSSL_free ... > etc will cause a LOT of pain There is non négligeable number of > applications which are strongly depending on this functionality, > they use it for example to allocate SSL data st

LibreSSL OPENSSL_malloc... removal

2014-04-22 Thread Vadim Lebedev
Hello folks, The removal of OPENSSL_malloc/OPENSSL_free ... etc will cause a LOT of pain There is non négligeable number of applications which are strongly depending on this functionality, they use it for example to allocate SSL data structures in memory shared between multiple forked ins