Shane

Results 326 comments of Shane

This is a change in behavior, so it probably needs an OTC decision. (There is no OTC meeting for a few weeks).

The use case is using Shared Memory so dup would not work for this..

The alloc hooks would put 'everything' into shared memory which would not be ideal..

I think it would need to assume that the data is ephemeral for it not to be hacky.

The free would know which one it was based on the address range?

If you have a look at test/run_tests.pl you can see what environment variables normally get set when you run the tests.. i.e. If your current working dir is the root....

https://github.com/openssl/openssl/pull/23609 is the design doc.. https://github.com/openssl/openssl/pull/23890 shows how to apply it in code.. I need to break this PR up into parts so that it can be merged back in....

I am going to start looking at this..

Depends on what problem we are trying to solve, I am not sure leaving the mess related to cipher ctx controls underneath is a good idea. I cant imagine we...