Re: [openssl-users] Changing malloc/debug stuff

2015-12-18 Thread Nico Williams
On Thu, Dec 17, 2015 at 09:28:28AM +, Salz, Rich wrote: > I want to change the memory alloc/debug things. > > Right now there are several undocumented functions to allow you to > swap-out the malloc/realloc/free routines, wrappers that call those > routines, debug versions of those wrappers,

[openssl-users] Changing malloc/debug stuff

2015-12-17 Thread Salz, Rich
I want to change the memory alloc/debug things. Right now there are several undocumented functions to allow you to swap-out the malloc/realloc/free routines, wrappers that call those routines, debug versions of those wrappers, and functions to set the set-options versions of those functions.

Re: [openssl-users] Changing malloc/debug stuff

2015-12-17 Thread Jakob Bohm
On 17/12/2015 10:28, Salz, Rich wrote: I want to change the memory alloc/debug things. Right now there are several undocumented functions to allow you to swap-out the malloc/realloc/free routines, wrappers that call those routines, debug versions of those wrappers, and functions to set the

Re: [openssl-users] Changing malloc/debug stuff

2015-12-17 Thread Salz, Rich
> I don't need it so I don't object. But if anyone objects, you could write a > ... Good point! > I guess this is because that interface is not a part of a commercial grade > full > featured SSL/TLS and general purpose crypto library, it is just a means to do > quality assurance on said

Re: [openssl-users] Changing malloc/debug stuff

2015-12-17 Thread Jakob Bohm
On 17/12/2015 19:03, Salz, Rich wrote: I don't need it so I don't object. But if anyone objects, you could write a ... Good point! I guess this is because that interface is not a part of a commercial grade full featured SSL/TLS and general purpose crypto library, it is just a means to do